Loading...
Loading...
Craft advanced search-engine queries to surface hidden or specific content. Use when building Google dorks, using search operators (site, filetype, intext, inurl), finding exposed files or documents, or narrowing searches for a name, email, or leak.
npx skill4agent add useosint/osint-skills google-dorking| Operator | Finds |
|---|---|
| Exact string (names, emails, error text) |
| Only that domain/subdomain |
| A specific file type |
| Term in page body |
| Term in title / URL |
| Exclude |
| Alternatives / grouping |
| Wildcard word |
| Date range |
# Exposed documents on a site
site:example.com filetype:pdf OR filetype:xlsx OR filetype:docx
# A person across the web, excluding a namesake's employer
"Jane Doe" "Springfield" -site:linkedin.com -"OtherCorp"
# An email or username anywhere it was posted
"jane.doe@example.com" OR "janedoe1990"
# Open directories and config leaks
intitle:"index of" "parent directory" site:example.com
site:example.com intext:"password" filetype:env