google-dorking
Installation
SKILL.md
Google Dorking
Search operators turn a search engine into a precision instrument for finding specific files, exposed data, and buried mentions. Works on Google; Bing and DuckDuckGo support similar operators (and dodge some rate limits).
Core operators
| Operator | Finds |
|---|---|
"exact phrase" |
Exact string (names, emails, error text) |
site:example.com |
Only that domain/subdomain |
filetype:pdf (or ext:) |
A specific file type |
intext:"term" |
Term in page body |
intitle: / inurl: |
Term in title / URL |
-term |
Exclude |
OR / ( ) |
Alternatives / grouping |
* |
Wildcard word |
before:2020 after:2015 |
Date range |