Dorking

It is a practice that consists of using Google tools and advanced search engines to get information. Also known as Google Hacking but can be transpilled to some other search engines.

  • Show results only for the address specified

site:$domain

  • Show results with the specified word in the URL

inurl:$phrase

  • Show results with the specified word in the contents

intext:$phrase
inbody:$phrase #Alternative

  • Show results with the specified extension

filetype:$extension

  • Show results with the specified word in the title

intitle:$phrase

  • Show results with specific links

link:$link

  • Search for results with exact matching

$option:"$phrase"

  • To exclude an option from the search

-$option:$value

  • Logic operators can be used too

$option:$value OR $option:$value
$option:$value AND $option:$value
$option:$value NOT $option:$value

  • Use a wildcard for any character or word

$option:$value*

Google Hacking Database

  • Collection of Google Dorks, which are specially crafted search queries used to find exposed sensitive information on the internet

  • It can be found here and it's provided by Exploit DB

Last updated