Agnee
v1.1
Agnee 使用search_engines
通过多个搜索引擎使用多个 dork 查找有关给定域的敏感信息。我修改了search_engines
的一些代码,并在这个脚本中使用它来获取自定义结果,目前它只能找到来自 bing、google 和 yahoo 的结果(将来肯定会实现更多)。
sudo pip3 install git+https://github.com/R0X4R/Search-Engines-Scraper.git && sudo pip3 install agnee
注意:在安装 agnee 之前,您的系统上必须安装 git 和 python3。
简单的用法参数
$ agnee -d testphp . vulnweb . com
https : / / www . exploit-db . com / ghdb / 6630
https : / / www . exploit-db . com / ghdb / 5665
http : / / testphp . vulnweb . com / secured / phpinfo . php
使用特定引擎
$ agnee -d testphp . vulnweb . com -e yahoo
Yahoo Dork : inurl : "/.git" testphp . vulnweb . com -github
https : / / www . exploit-db . com / ghdb / 6630
https : / / www . exploit-db . com / ghdb / 5665
http : / / testphp . vulnweb . com / secured / phpinfo . php
搜索特定页数
$ agnee -d testphp . vulnweb . com -p 1
使用所有搜索引擎
$ agnee -d testphp . vulnweb . com -all
注意:有时谷歌可能会阻止您的请求,因此您需要等待几个小时。
如果这个工具对您有帮助或者您喜欢我的工作
buymeacoffee.com/R0X4R | pmny.in/bIKNZngt4ys1 | ko-fi.com/R0X4R |
---|
警告:此代码仅供个人使用,请勿滥用流量,请谨慎使用。