摘要: 前言 今天在日一个自己的SQL盲注靶场时遇到一个问题,写盲注脚本时requests库请求得到的是登录界面,而不是注入点的页面,所以需要加入Cookie来进行请求 Cookie设置 requests库的请求设置cookie很简单,直接 responese = requests.get(url,cook 阅读全文
posted @ 2020-09-07 13:07 EZ4s1mple 阅读(482) 评论(0) 推荐(0)
摘要: 搭建环境 环境为ubuntu 16.04 如果没安装pip3,请在命令行输入apt-get install python3-pip 如果没安装git,请在命令行输入apt-get install git 克隆项目 git clone http://github.com/UnkL4b/GitMiner 阅读全文
posted @ 2020-09-07 12:57 EZ4s1mple 阅读(593) 评论(0) 推荐(0)