<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>google dorks Archives - ITBlogSec.com</title>
	<atom:link href="https://itblogsec.com/tag/google-dorks/feed/" rel="self" type="application/rss+xml" />
	<link>https://itblogsec.com/tag/google-dorks/</link>
	<description>IT, network, security and hacking</description>
	<lastBuildDate>Mon, 20 Mar 2017 21:37:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Google hacking (dorking) tutorial #1</title>
		<link>https://itblogsec.com/google-hacking-dorking-tutorial-1/</link>
					<comments>https://itblogsec.com/google-hacking-dorking-tutorial-1/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 17 Mar 2017 15:00:16 +0000</pubDate>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[google dorks]]></category>
		<category><![CDATA[google hacking]]></category>
		<category><![CDATA[hacking]]></category>
		<guid isPermaLink="false">http://itblogsec.com/?p=584</guid>

					<description><![CDATA[<p>Everybody knows how to use search engine "google".  But do you know tips, tricks and operators which can be used for google hacking? Here's a tutorial that will teach you how to use google to hack and obtain even more specific data. Enjoy!</p>
<p>The post <a href="https://itblogsec.com/google-hacking-dorking-tutorial-1/">Google hacking (dorking) tutorial #1</a> appeared first on <a href="https://itblogsec.com">ITBlogSec.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Google hacking (dorking) tutorial #1</h2>
<p style="text-align: justify;">Everybody knows how to use search engine &#8220;google&#8221;.  But do you know tips, tricks and operators which can be used for google hacking? Here&#8217;s a tutorial that will teach you how to use google to hack and obtain even more specific data. Enjoy!</p>
<p style="text-align: justify;">We have decided to start a new tutorial where we are trying to collect all techniques and commands which can be used for google hacking. Google hacking, also named Google dorking, is a computer hacking technique that uses Google Search and other Google applications to find security holes in the configuration and computer code that websites use. Google hacking involves using advanced operators in the Google search engine to locate specific strings of text within search results. Some of the more popular examples are finding specific versions of vulnerable Web applications.</p>
<h3 style="text-align: justify;">History </h3>
<p style="text-align: justify;">The concept of &#8220;Google Hacking&#8221; dates back to 2002, when <strong>Johnny Long</strong> began to collect interesting Google search queries that uncovered vulnerable systems and/or sensitive information disclosures &#8211; labeling them <strong>googleDorks</strong>.</p>
<p style="text-align: justify;">The list of googleDorks grew into large dictionary of queries, which were eventually organized into the original <strong>Google Hacking Database (GHDB)</strong> in 2004. These Google hacking techniques were the focus of a book released by Johnny Long in 2005, called <strong>Google Hacking for Penetration Testers, Volume 1</strong>.</p>
<p style="text-align: justify;">Since its heyday, the concepts explored in Google Hacking have been extended to other search engines, such as <a href="http://www.bishopfox.com/resources/tools/google-hacking-diggity/attack-tools/#bing-hacking-database---bhdb-v2" target="_blank">Bing</a> and <a href="http://www.bishopfox.com/resources/tools/google-hacking-diggity/attack-tools/#shodan-hacking-database---shdb" target="_blank">Shodan</a>. Automated attack tools use custom search dictionaries to find vulnerable systems and sensitive information disclosures in public systems that have been indexed by search engines.</p>
<p style="text-align: justify;">But in 2012 Google held an open challenge for anyone to infiltrate their resisting servers. For a full visual timeline, detailing the major events and developments in <strong>Google Hacking from 2002</strong> to Present, see the <strong>Google Hacking History by Bishop Fox</strong>.</p>
<h3 style="text-align: justify;"><strong>Search operators</strong></h3>
<p>There are many operators which can be used and even combined to achieve required results, see here the list of most popular operators:</p>
<div class="pcrstb-wrap"><table class="aTable">
<tbody>
<tr>
<td><strong> Operator</strong></td>
<td><strong> Description</strong></td>
<td><strong> Examples</strong></td>
</tr>
<tr>
<td> <strong>*</strong></td>
<td>
<p><strong>Whole word wildcard</strong></p>
<ul>
<li>Searches for a missing word in a phrase search.</li>
</ul>
</td>
<td>
<p><i>&#8220;Thomas * Edison&#8221;</i></p>
<ul>
<li>Returns results:
<ul>
<li>Thomas Edison</li>
<li>Thomas A. Edison</li>
<li>Thomas Alva Edison</li>
</ul>
</li>
</ul>
<p><i>&#8220;Obama voted * on the * bill&#8221;</i></p>
</td>
</tr>
<tr>
<td><strong> <span style="color: #ff6600;">~</span></strong></td>
<td>
<p><strong>Synonyms</strong></p>
<ul>
<li>Searches for a specified keyword and words that are similar to that word.</li>
<li>Adding a plus sign before a word disables synonyms.</li>
</ul>
</td>
<td><i>~neuroscience</i></p>
<ul>
<li>Results:
<ul>
<li>neurophysiology</li>
<li>neurobiology</li>
<li>brain</li>
<li>neurology</li>
</ul>
</li>
</ul>
<p><i>&#8220;SciFinder Scholar&#8221; ~tutorial</i></p>
<ul>
<li>Possible results:
<ul>
<li>SciFinder Scholar help</li>
<li>SciFinder Scholar guide</li>
<li>SciFinder Scholar documentation</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr>
<td> <strong>&#8230;</strong></td>
<td><strong>Range search</strong></p>
<ul>
<li><i>number&#8230;number</i></li>
</ul>
</td>
<td>Find laptops that cost $250 to $500.<br />
 <i>$250&#8230;$500 laptops</i></p>
<p>Find laptops with screen sizes between 14 and 17 inches.</p>
<p><i>14inch&#8230;17inch laptops</i></p>
<p>Find milestones in science that took place between 1910 and 1920.</p>
<p><i>&#8220;science milestones&#8221; 1910&#8230;1920</i></td>
</tr>
<tr>
<td><strong> allintext:</strong></td>
<td><strong>Searches for multiple words in the body of the search result.</strong></p>
<ul>
<li>Begin the query with <i>allintext:</i></li>
<li>There is no space between <i>allintext:</i> and the following word.</li>
<li>Google will restrict the results to pages that have all the query words in the body of the document.</li>
<li>Do not use a phrase search with the <i>allintext:</i> operator; use <i>intext:</i></li>
</ul>
</td>
<td>Find help for email fraud in Microsoft Outlook.<br />
 <i>allintext:microsoft help fraudulent email</i></td>
</tr>
<tr>
<td><strong> allintitle:</strong></td>
<td><strong>Searches for multiple words in the title of the search result.</strong></p>
<ul>
<li>Begin the query with <i>allintitle:</i></li>
<li>There is no space between <i>allintitle:</i> and the following word.</li>
<li>Google will restrict the results to pages that have all the query words in the title of the document.</li>
<li>Do not use a phrase search with the <i>allintitle:</i> operator; use <i>intitle:</i></li>
</ul>
</td>
<td>Find information about the Toyota auto recalls.<br />
 <i>allintitle:Toyota recall</i></td>
</tr>
<tr>
<td><strong> allinurl:</strong></td>
<td> <strong>Searches for multiple words in the url of the search result.</strong></p>
<ul>
<li>Begin the query with <i>allinurl:</i></li>
<li>There is no space between <i>allinurl:</i> and the following word.</li>
<li>Google will restrict the results to pages that have all the query words in the document url.</li>
<li>Do not use a phrase search with the <i>allinurl:</i> operator; use <i>intext:</i></li>
</ul>
</td>
<td>Find help for Microsoft Vista.<br />
 <i>allinurl:microsoft help vista</i></td>
</tr>
<tr>
<td> <strong>define:</strong></td>
<td> <strong>Searches for definitions of words from various web sources.</strong> <br />
  The operator can be used with or without the colon.</p>
<ul>
<li>Use the operator in the form <i>define:</i> and the results are restricted to a list of definitions.</li>
<li>The operator without the colon, <i>define</i>, and the results are broadened to include definitions as well as other relevant pages.</li>
<li>Use <i>define </i>if more than one word is entered in the query. The definition will be for the entire phrase as typed.</li>
</ul>
</td>
<td><i>define:combinatorics</i></p>
<p><i>define passive voice</i></p>
</td>
</tr>
<tr>
<td> <strong>filetype:</strong></td>
<td> <strong>Restrict your search to a specific file type.</strong></p>
<ul>
<li>There is no space between <i>filetype:</i> and the following word.</li>
<li>Look <a href="http://www.google.com/help/faq_filetypes.html" target="_blank">here</a> for a list of filetypes returned in a Google search.</li>
</ul>
</td>
<td>Find PDF Federal tax forms.</p>
<p><i>IRS tax forms filetype:pdf</i></p>
</td>
</tr>
<tr>
<td> <strong>intext:</strong></td>
<td>
<p><strong>Searches for a single word or phrase in the body of the search result.</strong></p>
<ul>
<li>There is no space between <i>intext:</i> and the following word.</li>
<li>Google will restrict the results to pages that have the query word or phrase in the body of the document.</li>
</ul>
</td>
<td> </p>
<p>Find help for email fraud in Microsoft Outlook.</p>
<p><i>help site:microsoft.com intext:email intext:fraudulent</i></p>
<p>Find funding opportunities provided by the Society of Neuroscience.</p>
<p><i>allintext:grants funding intext:&#8221;Society of Neuroscience&#8221;</i></p>
</td>
</tr>
<tr>
<td><strong> intitle:</strong></td>
<td>
<p><strong>Searches for a single word or phrase in the title of the search result.</strong></p>
<ul>
<li>There is no space between <i>intitle:</i> and the following word.</li>
<li>Google will restrict the results to pages that have the query word or phrase in the title of the document.</li>
</ul>
</td>
<td>
<p>Find information about the use of robots in the production of Toyota vehicles.</p>
<p><i>assembly line robots intitle:Toyota</i></p>
<p>Find information about RSS feeds provided by the MIT Libraires.</p>
<p><i>intitle:&#8221;MIT Libraries&#8221; intitle:&#8221;RSS feeds&#8221;</i></p>
</td>
</tr>
<tr>
<td><strong> inurl:</strong></td>
<td>
<p><strong>Searches for a single word or phrase in the url of the search result.</strong></p>
<ul>
<li>There is no space between <i>inurl:</i> and the following word.</li>
<li>Google will restrict the results to pages that have the query word or phrase in the url of the document.</li>
</ul>
</td>
<td>
<p>Find information about Periodic Table ipad apps from Apple.com</p>
<p><i>ipad apps intext:&#8221;periodic table&#8221; inurl:www.apple.com</i></p>
</td>
</tr>
<tr>
<td><strong> movie:</strong></td>
<td><strong>Searches for show times by location or for a specific movie.</strong></td>
<td>
<p>Find what&#8217;s playing and when in Cambridge.</p>
<p><em>movie:02139</em></p>
<p>Find reviews and showtimes for Iron Man 2 near Needham, MA.</p>
<p><em>movie:Iron Man 2 movie:02492</em></p>
</td>
</tr>
<tr>
<td><strong> phonebook:</strong></td>
<td>
<p><strong>Displays phonebook listings.</strong> <br />
 Results may vary depending on whether the search is performed in Google phonebook or Google Web.</p>
<ul>
<li><i>phonebook: </i>search for business and residential listings.</li>
<li><i>bphonebook: </i>search for business listings only.</li>
<li><i>rphonebook: </i>search for residential listings only.</li>
<li>Queries can be entered in various ways:
<ul>
<li>first name (or first initial), last name, city</li>
<li>last name, city, state</li>
<li>last name, zip code</li>
<li>phone number, including area code</li>
</ul>
</li>
<li>Searching by the first initial may result in false information. Most entries include first names spelled out. When in doubt, search by last name only.</li>
<li>Adding city and state information is optional.</li>
</ul>
</td>
<td>
<p>Find a business or residential listing in Massachusetts for Smith.</p>
<p><i>phonebook:smith ma</i></p>
<p>Find a residential listing for Tim Beaver.</p>
<p><i>rphonebook:tim beaver</i></p>
<p>Find a listing for a hardware store in Cambridge, MA.</p>
<p><i>bphonebook:hardware cambridge ma</i></p>
</td>
</tr>
<tr>
<td><strong> stocks:</strong></td>
<td>
<p><strong>Displays the current stock quote.</strong></p>
<p><em>stocks:</em>ticker symbol</p>
<ul>
<li>Search for ticker symbols <a href="http://www.nasdaq.com/asp/NasdaqSymLookup2.asp?mode=stock" target="_blank">here</a>.</li>
</ul>
</td>
<td>Find the current stock quote for Lockheed Martin.</p>
<p><em>stocks:LMT</em></p>
</td>
</tr>
</tbody>
</table></div>
<h3>
 The formula of google dorks</h3>
<p style="text-align: justify;"><strong>Dorks:</strong> They are like search criteria in which a search engine returns results related to your dork. The process can be a little time consuming, but the outcome will be worth it after learning on how to use dorks.</p>
<p>Basic Formula of dork: </p>
<pre class="lang:default decode:true">"inurl:."domain"/"dorks" "</pre>
<p>So now try to understand concept: <br />
 <strong>&#8220;inurl&#8221;</strong> = input URL<br />
 <strong>&#8220;domain&#8221;</strong> = your desired domain ex. .gov<br />
 <strong>&#8220;dorks&#8221;</strong> = your dork of your choice</p>
<h3>Real examples</h3>
<pre class="lang:default decode:true">"intitle:index.of:" mp3 jackson</pre>
<p>&#8211; download your favorite music for free</p>
<pre title="" class="">intitle:index.of +?last modified? +?parent directory? +pdf "lord of the rings" -htm -html -php -asp</pre>
<p>&#8211; download book for free</p>
<pre class="lang:default decode:true">300 -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (mp4|wma|aac|avi)</pre>
<p>&#8211; download your favorite movie directly from the Internet or you can watch it even online (in our example movie 300)<br />
 &#8211; explanation:</p>
<p style="text-align: justify;"><strong>movie Name -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (mp4|wma|aac|avi)<br />
 </strong>&#8211; as a result you will see a movie name there you can add any movie name for example 300, deadpool, etc.</p>
<p style="text-align: justify;"><strong>inurl(htm|html|php|pls|txt)<br />
 </strong>&#8211; this means search the movie name in the URL. Most of the times there are name of the keywords given in the link itself, and it will search all the links which are having extensions named as htm, html, php, pls, txt.</p>
<p style="text-align: justify;"><strong>intitle:index.of “last modified”<br />
 </strong>&#8211; It means that this will search for the recent date when the file was uploaded, so that you can get the HD print of the movie and you can download it in blazing fast speed.</p>
<p><strong>(mp4|wma|aac|avi)<br />
 </strong>&#8211; Your movie will be searched which is having extension of mp4, wma, aac, avi format only. </p>
<h3>Conlusion</h3>
<p style="text-align: justify;">In the second part of our tutorial, we will show you more complicated formulas, how to find vulnerable online cameras, web servers and many many another practical tips and tricks. Comment, subscribe or Like us on Facebook so you will get notification about new part of tutorial. Enjoy!</p>
<p>The post <a href="https://itblogsec.com/google-hacking-dorking-tutorial-1/">Google hacking (dorking) tutorial #1</a> appeared first on <a href="https://itblogsec.com">ITBlogSec.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itblogsec.com/google-hacking-dorking-tutorial-1/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/146 objects using XCache
Page Caching using Disk: Enhanced 

Served from: itblogsec.com @ 2025-12-04 13:50:58 by W3 Total Cache
-->