You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A list of validated Google dork operators updated on October 2025.
Found a working operator not listed here, or noticed one that no longer works? Open an issue or submit a pull request to help keep this list accurate and up to date.
Scope-Restricting Dorks
Operator
Description
Syntax
Example
site
Search within a domain or TLD
site:
site:google.com
inurl
Keyword must be in document URL
inurl:
inurl:sheet
allinurl
Like inurl but allows multiple keywords separated by space
allinurl:
allinurl:search com
intitle
Keyword must be in document title
intitle:
intitle:money
allintitle
Like intitle but allows multiple keywords separated by space
allintitle:
allintitle:dog cat
intext
Keyword must be in document text
intext:
intext:news
allintext
Like intext but allows multiple keywords separated by space
allintext:
allintext:math science university
inanchor
Search keyword in anchor text
inanchor:
inanchor:security
Filetype & Download Dorks
Operator
Description
Syntax
Example
filetype
Search for a specific filetype
filetype:
filetype:pdf
ext
Same as filetype
ext:
ext:pdf
index of
Search for direct downloads (not a formal operator)
index of:
index of:mp4 videos
For a full list of officially indexable file types supported by Google Search, see Google's documentation.
Date & Range Dorks
Operator
Description
Syntax
Example
after
Search for documents published/indexed after the given date
after:
after:2020-06-03
before
Search for documents published/indexed before the given date
before:
before:2020-06-03
m .. n
Search for a range of numbers
..
1 .. 100
Informational & Metadata Dorks
Operator
Description
Syntax
Example
info
Search for info about a website
info:
info:google.com
related
Search for docs related to a website
related:
related:google.com
cache
Search cached version of a site via Google
cache:
cache:google.com
define
Search for definition of a word
define:
define:funny
source
Search on a specific news site (Google News only)
source:
source:theguardian
Specialized Dorks
Operator
Description
Syntax
Example
stock
Search for market stock info
stock:
stock:dax
weather
Search for weather info by location
weather:
weather:Miami
Logical & Structural Operators
Operator
Description
Syntax
Example
()
Group multiple terms or operators
( OR )
inurl:(html | php)
""
Exact match (case-insensitive)
""
"google"
-
Exclude results (NOT operator)
-
-site:youtube.com
OR
Same as |
OR
"google" | "yahoo"
AROUND
Finds words within n words of each other
AROUND(n)
google AROUND(10) good
Vertical & Contextual Dorks
Operator
Description
Syntax
Example
in
Converts units or currencies directly in search
in <unit/currency>
100 USD in BDT
map
Opens Google Maps for a location or query
map:
map:coffee shops in Dhaka
movie
Searches for movie info or showtimes
movie:<title/location>
movie:Oppenheimer Dhaka
book
Searches for books related to a keyword
book:
book:cybersecurity
blogurl
Finds blogs with a specific keyword in the URL
blogurl:
blogurl:startup
About
A list of validated Google dork operators updated on October 2025.