<?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 &#8211; Blackbams Blog</title>
	<atom:link href="https://blog.blackbam.at/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.blackbam.at</link>
	<description>development - digital arts - internet</description>
	<lastBuildDate>Wed, 05 Oct 2011 17:48:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Google Hacks</title>
		<link>https://blog.blackbam.at/2010/06/24/google-hacks/</link>
					<comments>https://blog.blackbam.at/2010/06/24/google-hacks/#comments</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 01:30:07 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Suchmaschiene]]></category>
		<guid isPermaLink="false">http://www.blackbam.at/blog/?p=688</guid>

					<description><![CDATA[Unser allseits geliebter Freund Google, kann um einiges mehr als die Otto-Normal-Sekretärin in ihrem Büro je zu sehen bekommt (aus einem .pdf von Debasis Mohanty): Below discussed are various Google’s special commands and I shall be explaining each command in brief and will show how it can be used for critical information digging. [ intitle: [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Unser allseits geliebter Freund Google, kann um einiges mehr als die Otto-Normal-Sekretärin in ihrem Büro je zu sehen bekommt (aus einem .pdf von Debasis Mohanty):</p>
<p>Below discussed are various Google’s special commands and I shall be explaining each command in<br />
 brief and will show how it can be used for critical information digging.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ intitle: ]</span><br />
 The “intitle:” syntax helps Google restrict the search results to pages containing that word in the title. For<br />
 example, “intitle: login password” (without quotes) will return links to those pages that has the word<br />
 &#8220;login&#8221; in their title, and the word &#8220;password&#8221; anywhere in the page.<br />
 Similarly, if one has to query for more than one word in the page title then in that case “allintitle:” can be<br />
 used instead of “intitle” to get the list of pages containing all those words in its title. For example using<br />
 “intitle: login intitle: password” is same as querying “allintitle: login password”.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ inurl: ]</span><br />
 The “inurl:” syntax restricts the search results to those URLs containing the search keyword. For<br />
 example: “inurl: passwd” (without quotes) will return only links to those pages that have &#8220;passwd&#8221; in the<br />
 URL.<br />
 Similarly, if one has to query for more than one word in an URL then in that case “allinurl:” can be used<br />
 instead of “inurl” to get the list of URLs containing all those search keywords in it. For example: “allinurl:<br />
 etc/passwd“ will look for the URLs containing “etc” and “passwd”. The slash (“/”) between the words will<br />
 be ignored by Google.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ site: ]</span><br />
 The “site:” syntax restricts Google to query for certain keywords in a particular site or domain. For<br />
 example: “exploits site:hackingspirits.com” (without quotes) will look for the keyword “exploits” in those<br />
 pages present in all the links of the domain “hackingspirits.com”. There should not be any space between<br />
 “site:” and the “domain name”.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ filetype: ]</span><br />
 This “filetype:” syntax restricts Google search for files on internet with particular extensions (i.e. doc, pdf<br />
 or ppt etc). For example: “filetype:doc site:gov confidential” (without quotes) will look for files with “.doc”<br />
 extension in all government domains with “.gov” extension and containing the word “confidential” either in<br />
 the pages or in the “.doc” file. i.e. the result will contain the links to all confidential word document files on<br />
 the government sites.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ link: ]</span><br />
 “link:” syntax will list down webpages that have links to the specified webpage. For Example:<br />
 “link:www.securityfocus.com” will list webpages that have links pointing to the SecurityFocus homepage.<br />
 Note there can be no space between the &#8220;link:&#8221; and the web page url.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ related: ]</span><br />
 The “related:” will list web pages that are &#8220;similar&#8221; to a specified web page. For Example:<br />
 “related:www.securityfocus.com” will list web pages that are similar to the Securityfocus homepage. Note<br />
 there can be no space between the &#8220;related:&#8221; and the web page url.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ cache: ]</span><br />
 The query “cache:” will show the version of the web page that Google has in its cache. For Example:<br />
 “cache:www.hackingspirits.com” will show Google&#8217;s cache of the Google homepage. Note there can be<br />
 no space between the &#8220;cache:&#8221; and the web page url.<br />
 If you include other words in the query, Google will highlight those words within the cached document. For<br />
 Example: “cache:www.hackingspirits.com guest” will show the cached content with the word &#8220;guest&#8221;<br />
 highlighted.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ intext: ]</span><br />
 The “intext:” syntax searches for words in a particular website. It ignores links or URLs and page titles.<br />
 For example: “intext:exploits” (without quotes) will return only links to those web pages that has the<br />
 search keyword &#8220;exploits&#8221; in its webpage.</p>
<p><br class="spacer_" /></p>
<p><span style="color: #ffff00;">[ phonebook: ]</span><br />
 “phonebook” searches for U.S. street address and phone number information. For Example:<br />
 “phonebook:Lisa+CA” will list down all names of person having “Lisa” in their names and located in<br />
 “California (CA)”. This can be used as a great tool for hackers incase someone want to do dig personal<br />
 information for social engineering.</p>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2F2010%2F06%2F24%2Fgoogle-hacks%2F&#038;title=Google%20Hacks" data-a2a-url="https://blog.blackbam.at/2010/06/24/google-hacks/" data-a2a-title="Google Hacks"><img src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/2010/06/24/google-hacks/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>(Deutsch) Links</title>
		<link>https://blog.blackbam.at/2009/12/02/links/</link>
					<comments>https://blog.blackbam.at/2009/12/02/links/#respond</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:42:02 +0000</pubDate>
				<category><![CDATA[Netzphilosophie]]></category>
		<category><![CDATA[Blackbam]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linklist]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Suche]]></category>
		<category><![CDATA[Webkatalog]]></category>
		<guid isPermaLink="false">http://www.blackbam.at/blog/?p=40</guid>

					<description><![CDATA[Sorry, this entry is only available in Deutsch.]]></description>
										<content:encoded><![CDATA[<p class="qtranxs-available-languages-message qtranxs-available-languages-message-en">Sorry, this entry is only available in <a href="https://blog.blackbam.at/de/tag/google/feed/" class="qtranxs-available-language-link qtranxs-available-language-link-de" title="Deutsch">Deutsch</a>.</p>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2F2009%2F12%2F02%2Flinks%2F&#038;title=%28Deutsch%29%20Links" data-a2a-url="https://blog.blackbam.at/2009/12/02/links/" data-a2a-title="(Deutsch) Links"><img src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/2009/12/02/links/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
