
python扫描网站敏感文件
扫描网站敏感文件为我们接下来的渗透提供方向大致思路:先读取一个字典内容,通过拼接url,并发起get请求,通过http响应码来判断页面是否存在基本源码如下:import requestsurl = input("请输入要扫描的网址:")f = open(web.txt,"r").read().split("
")print("正在扫描中......")for i in f: web = url + i webcode = requests.get(web,allow_
")print("正在扫描中......")for i in f: web = url + i webcode = requests.get(web,allow_





