Difference between revisions of "Dorking"

From Void-Byte
Jump to navigation Jump to search
 
(8 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 Dorks
+
! colspan="4" |Google Dorking - Modifiers
 
|-
 
|-
|'''Operator'''
+
|'''Modifier'''
 
|'''Type'''
 
|'''Type'''
 
|'''Description'''
 
|'''Description'''
Line 80: Line 81:
 
|Find pages within a specified URL.
 
|Find pages within a specified URL.
 
|
 
|
 +
|}
 +
{| class="wikitable"
 +
|+
 +
! colspan="4" |Google Dorking - Operators
 
|-
 
|-
! colspan="4" |Google 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.