Advertisement
bondbenz

WordPress Plugin auto-thickbox-plus XSS

Jul 3rd, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. www.shell.exploiterz.com
  2.  
  3. Bug Type: Reflected XSS !
  4.  
  5. Vulnerable File: download.min.php
  6.  
  7.  
  8.  
  9. Code ::
  10.  
  11.  
  12.  
  13. //
  14.  
  15.  
  16.  
  17. function force_download($a){if(empty($a)){die('Error: File not specified.');return;}$a=sanitize_url($a);if(!file_exists2($a)){die('Error: File not found. $file='.$a);return;
  18.  
  19.  
  20.  
  21.  
  22.  
  23. \\
  24.  
  25.  
  26.  
  27.  
  28.  
  29. Payload :
  30.  
  31. localhost/wp-content/plugins/auto-thickbox-plus/download.min.php?file=[XSS HERE!]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement