Skip to content

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.

Notifications You must be signed in to change notification settings

zpaav/Fast-Google-Dorks-Scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Sponsor

rds-cost

Scrape public LinkedIn profile data at scale with Proxycurl APIs.

• Scraping Public profiles are battle tested in court in HiQ VS LinkedIn case.
• GDPR, CCPA, SOC2 compliant
• High rate limit - 300 requests/minute
• Fast - APIs respond in ~2s
• Fresh data - 88% of data is scraped real-time, other 12% are not older than 29 days
• High accuracy
• Tons of data points returned per profile

Built for developers, by developers.

Usage example:

chmod +x FGDS.sh
./FGDS.sh megacorp.one

or

bash ./FGDS.sh megacorp.one

with proxy

bash ./FGDS.sh megacorp.one 192.168.1.1 8080

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

docker build -t FOO .

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

docker run -it --rm FOO mysite.com

Video example:

Screenshots:

An original article:

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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.9%
  • Dockerfile 0.1%