Difference between revisions of "Dorking"

From Void-Byte
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==About==
 
==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.
 
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==
 
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+
Line 107: Line 109:
 
|NOT
 
|NOT
 
|Find pages that do not match specified keyword(s).
 
|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.