Google Dorks
Google Dorks are Google searching techniques.
Cache/Archive
Search the latest cached results.
Country & Language
If we want to get search results with specific country and language, set parameters gl
and hl
.
Directory Listing
Search websites which allow directory listings. We can retrieve all files if it's enabled in websites.
File Types
Specify the filetype e.g. pdf
`.
Sensitive Information
site:github.com "DB_USER"
site:github.com "DB_PASSWORD"
# Filter by datetime
"DB_USER" after:2022-01-01 before:2023-01-01
Subdomains
site:*.google.com
# -site: Exclude specific domain
site:*.example.com -site:www.example.com
# Specify file extension
site:*.google.com ext:php
Title
Searche keywords contained in page title.
URL
Search all URLs containing specific keyword e.g. TLD (com, eu, io, etc.).