PRIMARY CATEGORY → OSINT
REFERENCES
Google Dorking for PentestersSee here

Google Dorks

Search Operators
OperatorDescriptionExample
site:<DOMAIN>Limit results to a specific website or domainsite:domain.tld
inurl:<STRING>Find pages with a specific string in URLinurl:login
filetype:<FILE_EXT>Search for files of a particular typefiletype:php
intitle:<STRING>Find pages with a specific string in Titleintitle:"My Login Panel"
intext:<STRING>
inbody:<STRING>
Search for a string within the body text of the pagesintext:"Password reset"
inbody:"Password reset"
link:<DOMAIN>Find pages that link to a specific webpagelink:domain.tld
related:<DOMAIN>Find websites related to a specific pagerelated:domain.tld
info:<DOMAIN>Provide a summary of information about a webpageinfo:domain.tld
define:<STRING>Provide definition of a word or phrasedefine:"Laravel Framework"
allinurl:<STRING>Find pages containing all specified words in the URLallinurl:"admin panel"
allintext:<STRING>Find pages containing all specified words in the body textallintext:"admin password reset"
allintitle:<STRING>Find pages containing all specified words in the titleallintitle:"Confidential Report 2023"
Use Cases

GHD ExploitDB    •    GHD Pentest Tool

Finding Login Pages
site:domain.tld inurl:login
site:domain.tld (inurl:login OR inurl:admin)
Identifying Exposed Files
site:domain.tld filetype:pdf
site:domain.tld (filetype:docx OR filetype:xls)
Uncovering Configuration Files
site:domain.tld inurl:config.php
site:domain.tdl (ext:conf OR ext:cnf)
Locating Database Backups
site:domain.tld inurl:backup
site:domain.tld filetype:sql