Skip to content

ZeroTrace OSINT

Google Dorks Builder

Build advanced search queries with operator chips, shorthand syntax, and a curated category catalog.

A "Google dork" is an advanced search query that uses Google's operators (site:, filetype:, intitle:, inurl:, etc.) to find specific content the search engine has indexed. The builder makes constructing these queries fast — operator chips, shorthand syntax, and a category catalog of common reconnaissance dorks.

What you build

OperatorWhat it does
site:example.comRestrict to a domain
filetype:pdfRestrict to a file extension
ext:pdfSynonym for filetype:
intitle:"login"Phrase in the page title
inurl:"admin"Phrase in the URL
intext:"password"Phrase in the page body
cache:urlShow Google's cached version
link:urlPages linking to URL (deprecated; included for completeness)
-keywordExclude pages containing keyword
"phrase"Exact-phrase match

Shorthand syntax

For fast typing, the builder accepts a shorthand:

TypeExpands to
s:example.comsite:example.com
f:pdffiletype:pdf
t:loginintitle:login
u:admininurl:admin
x:phpext:php
-keywordexclude
"..."exact phrase

s:example.com f:pdf "internal use only" becomes site:example.com filetype:pdf "internal use only" in one keystroke.

Curated dork catalog

The builder ships with categories of common reconnaissance dorks:

CategoryExamples
Exposed configurationsfiletype:env "DB_PASSWORD", inurl:".git/config", inurl:"wp-config.php.bak"
Exposed credentialsintext:"password" filetype:log, intext:"BEGIN RSA PRIVATE KEY"
Login portalsinurl:"admin/login.php", intitle:"Sign in" inurl:"phpMyAdmin"
Document leakssite:example.com filetype:doc OR filetype:xls "confidential"
Open directoriesintitle:"index of" "parent directory"
Subdomains visible to searchsite:*.example.com -site:www.example.com

Each catalog entry has a one-click "use this dork" affordance that pre-fills the builder.

Result rendering

The builder constructs the query and offers:

  • Open in Google — opens the constructed query in your browser.
  • Open in DuckDuckGo / Bing / Yandex — same query against alternative engines.
  • Copy as text — for pasting into a report.

Dorking surfaces content that has been indexed — meaning it was once publicly accessible. Even if the original page has been removed, a Google cache, Wayback snapshot, or third-party mirror may still hold it. Treat dork findings as time-sensitive — capture them quickly before they disappear.

Save as profile

Frequent dork patterns save as named profiles. A "quarterly competitor leak sweep" can be one click.

Pivots

Dork results (the URLs you find when you run the query in your browser) pivot into:

Sources

  • The dork catalog is bundled.
  • The actual searches happen in your browser when you click through — Google / DuckDuckGo / Bing / Yandex own those queries.

Command Palette

Search for a command to run...