HomeAll ReportsCybersecurityIntelligenceGeopoliticsNational SecurityOSINT HubAladdin BriefAbout
HomeAll ReportsCybersecurityIntelligenceGeopoliticsNational SecurityOSINT HubAbout
← Back to OSINT Hub
Search Intelligence
Google Dork Builder

Google indexes far more than most people realize — exposed files, login portals, internal documents, and employee directories are all findable with the right search syntax. Build advanced Google search operators here to surface sensitive information about any domain without writing a single line of code.

Target
Domain or company name
site: Restrict to domain
filetype: File extension
inurl: URL contains
intitle: Page title contains
intext: Page body contains
" " Exact phrase
- Exclude term
OR Alternative terms
tbs: Date range
Live Query Preview
Fill fields above — query will appear here in real time
Search Google →
Dork Templates
Access
Find Login Pages
Discover exposed authentication portals and admin panels
site:[domain] inurl:login OR inurl:signin OR inurl:admin
Click to load →
Files
Exposed Config Files
Find exposed environment and configuration files
site:[domain] filetype:env OR filetype:config OR filetype:yml
Click to load →
Files
Public Documents
Index of public-facing PDFs and documents
site:[domain] filetype:pdf OR filetype:doc
Click to load →
Recon
Find Email Addresses
Surface email addresses published on the target domain
site:[domain] intext:"@[domain]"
Click to load →
Vulnerabilities
SQL Errors
Identify pages leaking database error messages
site:[domain] intext:"sql syntax" OR intext:"mysql error"
Click to load →
Access
Open Directories
Find exposed directory listings on the target
intitle:"index of" site:[domain]
Click to load →
Leaks
Pastebin Leaks
Search Pastebin for mentions of the target company
site:pastebin.com "[company name]"
Click to load →
Leaks
GitHub Code
Find secrets and credentials committed to GitHub
site:github.com "[company name]" password OR secret OR key
Click to load →
Recon
LinkedIn Employees
Enumerate employees via LinkedIn profiles
site:linkedin.com/in "[company name]"
Click to load →
Media
News & Press
Search major financial and news outlets for coverage
"[company name]" site:reuters.com OR site:bloomberg.com OR site:wsj.com
Click to load →
Legal
Court Records
Find litigation and legal filings involving the target
"[company name]" site:courtlistener.com OR site:pacer.gov
Click to load →
Archive
Cached Pages
Pull Google's cached version of a target page
cache:[domain]
Click to load →