Agnee uses search_engines
to find sensitive information about given domain using multiple dorks through mutltiple search-engines. I have modified some code of search_engines
and used it in this script to get the custom results and currently it only find results from bing, google and yahoo (will implement more in future for sure).
sudo pip3 install git+https://github.com/R0X4R/Search-Engines-Scraper.git && sudo pip3 install agnee
Note: Before installing agnee you must need git and python3 installed on your system.
-
Simple usage arguments
$ 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
-
To use a specific engine
$ 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
-
To search specific number of pages
$ agnee -d testphp.vulnweb.com -p 1
-
Use all the search-engines
$ agnee -d testphp.vulnweb.com -all
Note: Sometimes google may block your requests so you need to wait for few hours.
If this tool helped you or you like my work
buymeacoffee.com/R0X4R |
pmny.in/bIKNZngt4ys1 |
ko-fi.com/R0X4R |
---|
Warning: This code was originally created for personal use, do not abuse the traffic, please use with caution.