Difference between revisions of "Dorking"

From Void-Byte
Jump to navigation Jump to search
(Created page with "-- OR -- AND {| class="wikitable" |+ ! colspan="4" |Google |- |'''Operator''' |'''Type''' |'''Description''' |'''Example''' |- |allintext: |Text |Find keywords found in a pag...")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
-- OR
+
==About==
 +
Dorking is a form of hacking where an individual exploits a search engine (Google, Bing, Yahoo, etc) to find relevant information through use of modifiers and operators.
  
-- AND
+
==Google Dorking==
 
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+
! colspan="4" |Google
+
! colspan="4" |Google Dorking - Modifiers
 
|-
 
|-
|'''Operator'''
+
|'''Modifier'''
 
|'''Type'''
 
|'''Type'''
 
|'''Description'''
 
|'''Description'''
Line 13: Line 14:
 
|allintext:
 
|allintext:
 
|Text
 
|Text
|Find keywords found in a pages text.
+
|Find pages with keyword(s) in text.
 
|
 
|
 
|-
 
|-
 
|allintitle:
 
|allintitle:
 
|Text
 
|Text
|Find keywords found in a pages <title> tags.
+
|Find pages with keyword(s) in <title> tages.
 
|
 
|
 
|-
 
|-
 
|allinurl:
 
|allinurl:
|URL
+
|Text
|Find keywords found in a pages URL.
+
|Find pages with keyword(s) in URL.
 
|
 
|
 
|-
 
|-
 
|books:
 
|books:
 
|Text
 
|Text
|
+
|Find books with keyword(s) in title.
 
|
 
|
 
|-
 
|-
 
|cache:
 
|cache:
 
|URL
 
|URL
|
+
|Show when Google cached the URL.
 
|
 
|
 
|-
 
|-
 
|filetype:
 
|filetype:
 
|Extension
 
|Extension
|
+
|Find specified file type.
 
|
 
|
 
|-
 
|-
 
|inanchor:
 
|inanchor:
 
|Text
 
|Text
|
+
|Find pages with keyword(s) in anchors.
|
 
|-
 
|info:
 
|URL
 
|
 
 
|
 
|
 
|-
 
|-
Line 58: Line 54:
 
|intitle:
 
|intitle:
 
|Text
 
|Text
|
+
|Find pages with keyword(s) in <title> tages.
 
|
 
|
 
|-
 
|-
 
|inurl:
 
|inurl:
 
|URL
 
|URL
 +
|Find pages with keyword(s) in URL.
 
|
 
|
 +
|-
 +
|link:
 +
|URL
 +
|Find pages that link to specified URL.
 
|
 
|
 
|-
 
|-
 
|maps:
 
|maps:
 
|Place
 
|Place
|
+
|Find maps with Place/Location.
 
|
 
|
 
|-
 
|-
 
|related:
 
|related:
 
|URL
 
|URL
|
+
|Find pages related to specific URL.
 
|
 
|
 
|-
 
|-
 
|site:
 
|site:
 
|URL
 
|URL
 +
|Find pages within a specified URL.
 
|
 
|
 +
|}
 +
{| class="wikitable"
 +
|+
 +
! colspan="4" |Google Dorking - Operators
 +
|-
 +
|'''Operator'''
 +
|'''Type'''
 +
|'''Description'''
 +
|'''Example'''
 +
|-
 +
|*
 +
|Wildcard
 +
|Find pages that match specified keyword(s) but allow all after.
 +
|
 +
|-
 +
|<nowiki>|</nowiki>
 +
|OR
 +
|Find pages that match specified keyword(s) OR other specified keyword(s).
 +
|
 +
|-
 +
| +
 +
|AND
 +
|Find pages that match all specified keyword(s).
 +
|
 +
|-
 +
| -
 +
|NOT
 +
|Find pages that do not match specified keyword(s).
 +
|
 +
|-
 +
|..
 +
|RANGE
 +
|Find numerical value within specified range.
 
|
 
|
 
|}
 
|}

Latest revision as of 20:08, 4 May 2020

About

Dorking is a form of hacking where an individual exploits a search engine (Google, Bing, Yahoo, etc) to find relevant information through use of modifiers and operators.

Google Dorking

Google Dorking - Modifiers
Modifier Type Description Example
allintext: Text Find pages with keyword(s) in text.
allintitle: Text Find pages with keyword(s) in <title> tages.
allinurl: Text Find pages with keyword(s) in URL.
books: Text Find books with keyword(s) in title.
cache: URL Show when Google cached the URL.
filetype: Extension Find specified file type.
inanchor: Text Find pages with keyword(s) in anchors.
intext: Text Find keywords found in a pages text.
intitle: Text Find pages with keyword(s) in <title> tages.
inurl: URL Find pages with keyword(s) in URL.
link: URL Find pages that link to specified URL.
maps: Place Find maps with Place/Location.
related: URL Find pages related to specific URL.
site: URL Find pages within a specified URL.
Google Dorking - Operators
Operator Type Description Example
* Wildcard Find pages that match specified keyword(s) but allow all after.
| OR Find pages that match specified keyword(s) OR other specified keyword(s).
+ AND Find pages that match all specified keyword(s).
- NOT Find pages that do not match specified keyword(s).
.. RANGE Find numerical value within specified range.