Target Domain (Optional)
Enter a target domain to automatically include it in all dorks, or leave empty for general-purpose queries.
Sensitive Information
Find exposed sensitive data and confidential information
Search for exposed passwords
HIGHintext:"password" OR intext:"passwd" OR intext:"pwd"
site:example.com intext:"password"
Find exposed API keys
HIGH"api_key" OR "apikey" OR "api-key"
site:example.com "api_key"
Search for credential files
HIGH"username" "password" filetype:txt
site:example.com "username" "password" filetype:txt
Find exposed SSH private keys
HIGH"BEGIN RSA PRIVATE KEY" OR "BEGIN OPENSSH PRIVATE KEY"
site:example.com "BEGIN RSA PRIVATE KEY"
Search for environment configuration files
HIGHfiletype:env "DB_PASSWORD" OR "API_KEY"
site:example.com filetype:env "DB_PASSWORD"
Database Exposure
Discover exposed databases and SQL-related files
Find SQL dump files
HIGHfiletype:sql "INSERT INTO" OR "CREATE TABLE"
site:example.com filetype:sql "INSERT INTO"
Search for database backup files
HIGHfiletype:bak OR filetype:backup "database"
site:example.com filetype:bak "database"
Find phpinfo() pages with server info
MEDIUM"phpinfo()" "PHP Version"
site:example.com "phpinfo()" "PHP Version"
Search for database error messages
MEDIUM"mysql_fetch_array()" OR "ORA-00921" OR "Microsoft OLE DB"
site:example.com "mysql_fetch_array()"
File Discovery
Find exposed documents and configuration files
Search for configuration files
MEDIUMfiletype:conf OR filetype:config OR filetype:cfg
site:example.com filetype:conf
Find log files with errors
MEDIUMfiletype:log "error" OR "failed" OR "exception"
site:example.com filetype:log "error"
Search for Excel documents
MEDIUMfiletype:xls OR filetype:xlsx "confidential" OR "internal"
site:example.com filetype:xls "confidential"
Find PDF documents with sensitive content
MEDIUMfiletype:pdf "internal" OR "confidential" OR "restricted"
site:example.com filetype:pdf "internal"
Search for exposed Git repositories
HIGH".git" OR "/.git/" OR filetype:gitignore
site:example.com ".git"
Server Information
Discover server configurations and admin panels
Find admin login panels
MEDIUM"admin" OR "administrator" OR "login" inurl:admin
site:example.com "admin" inurl:admin
Search for Apache server status pages
MEDIUM"server-status" OR "server-info" apache
site:example.com "server-status"
Find directory listing pages
MEDIUM"Index of /" OR "Directory Listing For"
site:example.com "Index of /"
Search for backup files
MEDIUMfiletype:bak OR filetype:backup OR filetype:old
site:example.com filetype:bak
Vulnerabilities
Identify potential security vulnerabilities
Find potential SQL injection points
HIGH"mysql_fetch_array()" OR "mysql_num_rows()" OR "mysql_error()"
site:example.com "mysql_fetch_array()"
Search for PHP error messages
MEDIUM"Warning:" "include(" OR "require(" "failed to open stream"
site:example.com "Warning:" "include("
Find ASP/ASP.NET error pages
MEDIUM"Microsoft OLE DB Provider" OR "ADODB.Connection" error
site:example.com "Microsoft OLE DB Provider"
Search for Java stack traces
MEDIUM"at java.lang" OR "at org.apache" OR "Exception in thread"
site:example.com "at java.lang"
Exposed Cameras
Find exposed security cameras and webcams
Search for network cameras
MEDIUM"Network Camera" OR "IP Camera" OR "Web Camera"
site:example.com "Network Camera"
Find AXIS brand cameras
MEDIUM"AXIS Video Server" OR "Live View / - AXIS"
site:example.com "AXIS Video Server"
Search for live webcam streams
LOW"webcam" OR "camera" "live" "stream"
site:example.com "webcam" "live"
Security & Legal Notice
Ethical Use Only: These Google dorks are intended for security testing on systems you own or have explicit permission to test. Unauthorized scanning or access to systems you don't own may be illegal.
Responsible Disclosure: If you discover vulnerabilities using these dorks, follow responsible disclosure practices and report findings to the appropriate parties.
Rate Limiting: Google may rate limit or block excessive automated queries. Use these dorks responsibly and consider Google's terms of service.
Pro Tips
Search Operators
- •
site:
- Limit to specific domain - •
filetype:
- Search specific file types - •
intext:
- Find text within pages - •
inurl:
- Search within URLs
Best Practices
- • Start with low-risk dorks first
- • Combine multiple operators for precision
- • Use quotes for exact phrase matching
- • Document findings for reporting
Google Dork Tool by TheCyberHub •Suggest New Dorks •Report Issues
Always ensure you have proper authorization before testing systems with these dorks.