随笔分类 - 渗透测试
摘要:打开浏览器 设置->证书->证书频发机构->添加证书 添加成功->找到位置->编辑信任->信任->查看证书 导出-》 win下可直接安装证书->受信任的证书频发机构 linux 下载burp证书 把证书后缀改成crt sudo cp xx.crt /usr/share/ca-certificates
阅读全文
摘要:Mysql特性 获取数据库名未知函数可爆数据库名 FUNCTION youcanneverfindme17.a does not exist 获取表名and linestring(pro_id) //linestring()函数可爆表名Illegal non geometric '`youcanne
阅读全文
摘要:一、 and (select 1 from (select count(*),concat(user(),floor(rand(0)*2))x from information_schema.tables group by x)a) 二、 and (extractvalue(1,concat(0x5
阅读全文