A comprehensive cheat-sheet for using Google Dorks to enhance OSINT and penetration testing efforts.
🔍 Awesome Google Dorks cheat-sheet for pentesters and OSINT investigators—search operators, examples and security tips for ethical Google hacking.
This tool is used by pentesters and OSINT investigators to efficiently gather information using advanced Google search queries. It provides categorized Google Dorks and practical examples to streamline the process of ethical hacking and information gathering.
Ensure to use this tool ethically and with explicit permission when accessing information. Always verify access rights before proceeding with any findings.
Download the release archive from the Releases page.
Extract to a working directory.
Inspect scripts before running.
Use a sandbox or virtual machine to run any automation scripts.site:example.com inurl:wp-login.php
Limit results to a specific domain and match URLs containing 'wp-login.php'.
filetype:env "DB_PASSWORD"
Search for files with .env extension containing 'DB_PASSWORD'.
intitle:"index of" /backup
Find pages with titles containing 'index of' and '/backup'.