SalemNabeelSalem / google-dorks-grabber

The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread file types and path traversal. The 100% automated.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Dorks Grabber

The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread file types and path traversal. The 100% automated.

Usage Example:

chmod +x google-dorks-grabber.sh

./google-dorks-grabber.sh testphp.vulnweb.com

OR

bash ./google-dorks-grabber.sh testphp.vulnweb.com

This will work beautifully on Kali but an ultimately universal way is through Docker. Just run

docker build -t GDG .

and then run it with your argument for the URL such as this:

docker run -it --rm GDG testphp.vulnweb.com

About

The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread file types and path traversal. The 100% automated.


Languages

Language:Shell 97.1%Language:Dockerfile 2.9%