Google Dorks Cheat Sheet 2026
Master all 25+ Google search operators and build powerful queries with our free visual builder
Quick Start Guide
Build Your First Query in 3 Steps
- 1Enter your search term
Type what you're looking for in the main search box.
- 2Add operators to refine
Click "+ Add Filter" to add operators. Each narrows your results.
- 3Search on Google
Click the button to search. Adjust until you get perfect results.
Essential Search Operators
These are the most commonly used Google search operators. Master these first.
Search Specific Website
Limit results to a specific domain, subdomain, or TLD.
→ Finds security discussions only on GitHub
Find Specific File Types
Search for specific file formats like PDF, DOC, XLS, or SQL.
→ Finds PDF annual reports from 2024
Search Page Titles
Find pages with specific words in the HTML title tag.
→ Finds admin login pages
Search URLs
Find pages with specific words or patterns in the URL.
→ Finds WordPress admin pages
Search Page Content
Search for words within the body text of web pages.
→ Finds WordPress-powered websites
Search Link Text
Find pages linked with specific anchor text.
→ Finds pages linked with "download pdf" text
Boolean & Logic Operators
Combine terms with logical operators for precise control over your search results.
Exact Match
Search for an exact phrase.
Either Term
Match either term (must be uppercase).
Exclude Term
Exclude specific words or sites.
Wildcard
Match any word or phrase.
Proximity Search
Words within X words of each other.
Group Terms
Group terms for complex queries.
Advanced Search Operators
Specialized operators for research, date filtering, and specific content types.
View Cached Version
Show Google's cached version of a page.
Page Information
Get information about a specific URL.
Dictionary Definition
Get dictionary definitions for a word.
Results Before Date
Find content published before a specific date (YYYY-MM-DD).
Results After Date
Find content published after a specific date (YYYY-MM-DD).
Number Range
Search for numbers within a range.
News Source
Find news from a specific source.
Location-Based
Find results from a specific location.
Weather Info
Get weather for a location.
Stock Info
Get stock price for a ticker.
Map Results
Show map for a location.
Security Research Queries
Legal Disclaimer: Only use these queries on systems you own or have explicit permission to test. Unauthorized access is illegal.
Find Admin Panels
Find Directory Listings
Find Exposed Databases
Find Config Files
Find WordPress Plugins
Find Log Files
Frequently Asked Questions
What are Google Dorks?
Google Dorks (also known as Google hacking or Google dorking) are advanced search queries that use special operators to find information not easily accessible through regular searches. These operators help filter results by site, file type, URL patterns, and more.
How do I use the site: operator?
The site: operator limits search results to a specific website. For example, "security site:github.com" will only show results from GitHub. You can also use it with TLDs like "site:edu" for educational sites or "site:gov" for government sites.
What is the filetype: operator used for?
The filetype: operator finds specific file formats. Common uses include "report filetype:pdf" for PDFs, "data filetype:xlsx" for Excel files, or "presentation filetype:pptx" for PowerPoint files. It also works with log, sql, env, and other technical file types.
How do I search for exact phrases in Google?
Use quotation marks around your phrase. For example, "error 404 not found" will only return pages containing that exact phrase in that exact order. This is essential for finding specific error messages or quotes.
How can I exclude words from Google search?
Use the minus (-) operator before any word or operator you want to exclude. For example, "python -snake" excludes snake-related results, or "javascript -site:w3schools.com" excludes results from a specific site.
What is the difference between intitle: and inurl:?
intitle: searches for words in the page title (the text shown in browser tabs and search results), while inurl: searches for words in the URL/web address. Use intitle: for finding specific page types and inurl: for finding URL patterns like admin panels.
How do I find pages from a specific date range?
Use the before: and after: operators with dates in YYYY-MM-DD format. For example, "AI news after:2024-01-01 before:2024-06-01" finds content published in the first half of 2024.
Can I combine multiple Google search operators?
Yes! Combining operators creates powerful, precise searches. For example: "cybersecurity site:edu filetype:pdf intitle:guide" finds PDF guides about cybersecurity from educational institutions.
What is the AROUND(X) operator?
AROUND(X) finds pages where two words appear within X words of each other. For example, "apple AROUND(4) CEO" finds pages where "apple" and "CEO" are within 4 words of each other, useful for finding specific contexts.
Are Google Dorks legal to use?
Using Google search operators is completely legal - they are official Google features. However, using the information found for unauthorized access or malicious purposes is illegal. Always obtain proper authorization before testing security on any system you do not own.
Pro Tips
🔗 Combine Operators
Stack multiple operators for precise searches.
📝 Use Quotes
Quotes force exact phrase matching.
➖ Exclude with Minus
Use - to remove unwanted results.
💾 Save Queries
Build once, save as preset, reuse forever.
🔄 Use Wildcards
The * matches any word in a phrase.
📅 Filter by Date
Use before: and after: for time-based searches.
Ready to Build Powerful Queries?
Use our free visual query builder to combine these operators