OSINT Research Presets
43 ready-made search queries across 4 categories. Pick a preset, copy, customize, and search.
14 presets in OSINT Research
Exposed Documents
Find publicly accessible PDF and DOC files on a target domain that may contain sensitive information.
site:target.com filetype:pdf OR filetype:doc "confidential" OR "internal use only"
Credential & Secret Leaks
Find exposed .env files that may contain database passwords, API keys, or cloud access credentials.
ext:env "DB_PASSWORD" OR "AWS_ACCESS_KEY_ID" site:example.com
Admin & Login Pages
Discover login portals, admin panels, and dashboard URLs on a target domain.
site:deloitte.com intitle:"login" OR inurl:admin OR inurl:dashboard
Open Amazon S3 Buckets
Find publicly accessible S3 cloud storage buckets belonging to a company — may contain media, documents, or backups.
site:*.s3.amazonaws.com "company or product name"
Exposed Site Backups
Find backup archives accidentally left in public directories — ZIP, tar.gz, and SQL dumps in wp-content or root.
site:example.com inurl:wp-content ext:zip OR ext:tar.gz OR ext:sql "backup"
Wikipedia Dead Links
Find Wikipedia pages in your niche that link to dead sites — create similar content and propose a replacement link to editors.
site:wikipedia.org "dead link" "your niche keyword"
Email Address Discovery
Find email addresses mentioned in public documents and pages on a target domain.
site:target.com filetype:pdf OR filetype:doc OR filetype:xls "@target.com"
Guest Author Reverse Engineering
Find all sites where a specific author has published guest posts — build your own outreach target list.
"guest post by" OR "written by" "Author Name" -site:authorsite.com
Open Directory Listing
Find publicly exposed directory indexes that may reveal internal file structure.
site:oracle.com intitle:"index of /" OR intitle:"directory listing"
Employee Resume Discovery
Find published resumes and CVs of people who work at a target company — useful for competitive intelligence and recruiting.
(intitle:"resume" OR intitle:"cv") "Company Name" (ext:pdf OR ext:doc OR ext:docx)
Journalist & Media Contact Lists
Find open spreadsheets with journalist emails and phone numbers used by PR teams — Excel and CSV files with media contacts.
("media list" OR "press contacts" OR inurl:media) "your niche" (ext:xls OR ext:xlsx OR ext:csv)
Government Document Search
Search for specific documents across government domains in a given country.
site:gov filetype:pdf "budget" OR "procurement" OR "report"
Hidden Promo Codes & Affiliates
Discover which coupon sites and affiliate partners a competitor works with — find their promo codes outside their own site.
inurl:promo OR inurl:discount "Nike" -site:nike.com
Open Image Upload Directories
Find raw upload folders on a site — bypassing HTML pages to find unoptimized images or hidden files.
site:example.com inurl:wp-content/uploads intitle:"index of"