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
注意:有時Google可能會阻止您的請求,因此您需要等待幾個小時。
如果這個工具對您有幫助或您喜歡我的工作
buymeacoffee.com/R0X4R | pmny.in/bIKNZngt4ys1 | ko-fi.com/R0X4R |
---|
警告:此代碼僅供個人使用,請勿濫用流量,請謹慎使用。