Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Fast-Google-Dorks-Scan — 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. | Kitploit
Tools/GitHubGitHub/ivanglinkin/fast-google-dorks-scan
OSINT (Open Source Intelligence)ReconnaissanceVulnerability AnalysisInformation GatheringWeb Security
GitHubivanglinkin/fast-google-dorks-scan

Fast-Google-Dorks-Scan

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.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1.7k2631 year agoReviewed by Kitploit

Fast Google Dorks Scan

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:

root@kitploit:~
chmod +x FGDS.sh
./FGDS.sh hydrattack.com

or

root@kitploit:~
bash ./FGDS.sh hydrattack.com

with proxy

root@kitploit:~
bash ./FGDS.sh hydrattack.com 192.168.1.1 8080

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

root@kitploit:~
docker build -t fgds .

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

root@kitploit:~
docker run -it --rm fgds hydrattack.com

Screenshots:

An original article:

https://www.ivanglinkin.com/fast-google-dorks-scan/

Download Tool