This commit is contained in:
Lucifer1993
2018-10-31 11:40:59 +08:00
parent 02ebe007f2
commit cf215699b9
332 changed files with 1228 additions and 436 deletions

View File

@@ -23,8 +23,11 @@ class robots_find_BaseVerify:
if "Disallow" in req.text:
cprint("[+]存在robots.txt爬虫文件...(敏感信息)"+"\tpayload: "+vulnurl, "green")
else:
cprint("[-]不存在robots_find漏洞", "white", "on_grey")
except:
cprint("[-] "+__file__+"====>连接超时", "cyan")
cprint("[-] "+__file__+"====>可能不存在漏洞", "cyan")
if __name__ == "__main__":
warnings.filterwarnings("ignore")