Google Dorking
Useful Commands and Meaning
╔═══════════════╦═════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ Command ║ Meaning ║
╠═══════════════╬═════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
║ site: ║ You can use this command to include only results on a given hostname ║
║ intitle: ║ This command filters according to the title of a page ║
║ inurl: ║ Similar to intitle but works on the URL of a resource. ║
║ filetype: ║ This filters by using the file extension of a resource. For example .pdf or .xls. ║
║ AND, OR, &, | ║ You can use logical operators to combine your expressions. For example site:example.com OR site:another.com ║
║ - ║ You can use this character to filter out a keyword or a command's result from the query ║
╚═══════════════╩═════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
Google Dorking Examples
-inurl :(htm|html|php|asp|jsp) intitle:"index of" "last modified" "parent directory" txt OR doc OR pdf
Google Dorking Database
https://www.exploit-db.com/google-hacking-database
Last updated
Was this helpful?