摘要:
在dvwaSQL注入模块中 判断出为字符型注入。 id=1' and 1=1 -- 执行成功 id=1' and 1=2 -- 执行失败 使用order by判断列数为2。 id=1' order by 2 -- 执行成功 id=1' order by 3 -- 执行失败 使用union selec 阅读全文
posted @ 2020-04-27 18:51
强霸卓奇霸
阅读(405)
评论(0)
推荐(0)
摘要:
xpath处理函数报错注入: updatexml(xml_doc,xpath,new_value) 利用xpath把xml文档中的指定字符串替换成新值。 and (updatexml(1,concat(0x7e,(select user()),0x7e),1)); extractvalue(xml_ 阅读全文
posted @ 2020-04-27 18:15
强霸卓奇霸
阅读(323)
评论(0)
推荐(0)
摘要:
count(*) 对 行 数目进行计数。 select count(*) from dvwa.users; substring('要截断的字符串',开始截取位置,截取长度) substr('要截断的字符串',开始截取位置,截取长度) select substring('administrators' 阅读全文
posted @ 2020-04-27 17:27
强霸卓奇霸
阅读(77)
评论(0)
推荐(0)

浙公网安备 33010602011771号