Dorks
Collection of Most Useful Google Dorks
Google Dork | Used for | Example | |
---|---|---|---|
"specified_phrase or statement" | shows only those pages that contains exact word or statement | "Is hacking illegal" | |
site: | removes search results from all other websites except the mentioned one | site:amazon.com smartwatches | |
inurl:specified_phrase | shows only those search results which contains the specified word in url | inurl:ethical hacking | |
inurl:word1 word2 | shows search results that contain either of the word or both | inurl:hacking programming | |
allinurl:word1 word2 | shows the search results that contain both of the words | allinurl:hacking programming | |
intitle:word1 word2 | shows those search results that mention word in their title and mention the word “word” anywhere in the document | intitle:hacking networking | |
cache: | shows the website homepage even if website is down | cache:netflix.com | |
intext:word1 | shows only those pages containing that specific word (or words) somewhere in the context | intext:bug hunting | |
allintext:word1 word2 | only shows pages containing those words somewhere in the context | allintext:hacking networking | |
intitle:”index of” | shows open ftp servers | intitle:”index of spiderman movie” | |
inurl:view/index.shtml | shows live cameras that don’t have any protection | inurl:view/index.shtml | |
filetype:pdf/doc/ppt specified_phrase | shows only pages that contains the document of that type and contains specific word in file name | filetype:pdf ethical hacking | |
+ | shows only those pages that must contain that specific word | ethical hacking + free course | |
- | avoid showing results that contain certain words | ethical hacking - paid course |
Special Collection for Cybersecurity Learners
Google Dork | Used for | |
---|---|---|
intitle:”index of” | shows open ftp servers | |
cache: | shows the website homepage even if website is down | |
inurl:view/index.shtml | shows live cameras that don’t have any protection | |
login: passwordfiletype:xls | shows password list of some random websites | |
allintext:username filetype:log | shows log files of random websites | |
inurl:/proc/self/cwd | used to detect vulnerable or hacked servers | |
intitle:"index of" inurl:ftp | shows open ftp servers | |
filetype:xls inurl:"email.xls" | used to find database of emails | |
intitle:"Index of" wp-admin | used to find wordpress login page of random websites |
Special Collection for Sql Injection
Nice list of google dorks for SQL injection