摘要:
网络信息 window: ipconfig ipconfig/all route print #查看路由信息 linux: ifconfig ifconfig | more #当有很多网卡时,可以这样查看 ifconfig >1. txt #当有很多网卡时,可以这样查看 head -n 10 1. 阅读全文
posted @ 2023-03-12 15:12
mushangqiujin
阅读(7)
评论(0)
推荐(0)
摘要:
1.lesson-46 报错注入 判断注入: 整型注入 一部分代码,是是查询的排序语句,所以不能用union select 联合查询 SELECT * FROM users ORDER BY $id 查数据库名: ?sort=1 and updatexml(1,concat(0x7e,(select 阅读全文
posted @ 2023-03-12 11:21
mushangqiujin
阅读(7)
评论(0)
推荐(0)