<?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/de/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.blackbam.at/de</link>
	<description>development - digital arts - internet</description>
	<lastBuildDate>Wed, 05 Oct 2011 17:48:48 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Google Hacks</title>
		<link>https://blog.blackbam.at/de/2010/06/24/google-hacks/</link>
					<comments>https://blog.blackbam.at/de/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[Some useful keywords for the Google search (from a .pdf of 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: ] The “intitle:” syntax helps Google restrict the search results to pages [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Some useful keywords for the Google search (from a .pdf of 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 />
 &#8222;login&#8220; in their title, and the word &#8222;password&#8220; 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 &#8222;passwd&#8220; 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 &#8222;link:&#8220; 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 &#8222;similar&#8220; 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 &#8222;related:&#8220; 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 &#8222;cache:&#8220; 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 &#8222;guest&#8220;<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 &#8222;exploits&#8220; 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%2Fde%2F2010%2F06%2F24%2Fgoogle-hacks%2F&#038;title=Google%20Hacks" data-a2a-url="https://blog.blackbam.at/de/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/de/2010/06/24/google-hacks/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Links</title>
		<link>https://blog.blackbam.at/de/2009/12/02/links/</link>
					<comments>https://blog.blackbam.at/de/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[Es gibt so gut wie keine Zeichenkette mehr, zu der Google einen nicht mit unzähligen Ergebnissen Ergebnissen bombadieren würde &#8211; so findet das dämliche Ding beispielweise allein zu der stupiden Eingabe &#8222;bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb&#8220; (44*b) 302.000 Ergebnisse binnen 0,33 Sekunden. Die meisten Ergebnisse sind natürlich ziemlich dämlich, aber Hauptsache sie sind da. Um sich alles anzuschauen, was [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Es gibt so gut wie keine Zeichenkette mehr, zu der Google einen nicht mit unzähligen Ergebnissen Ergebnissen bombadieren würde &#8211; so findet das dämliche Ding beispielweise allein zu der stupiden Eingabe &#8222;bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb&#8220; (44*b) 302.000 Ergebnisse binnen 0,33 Sekunden. Die meisten Ergebnisse sind natürlich ziemlich dämlich, aber Hauptsache sie sind da. Um sich alles anzuschauen, was die Menschheit zu dem String (44*b) ins Internet gestellt hat, bräuchte ein Mensch bei 1er Minute pro Ergebnis mit einem 8-Stunden-Arbeitstag knapp 2 Jahre!</p>
<p>Ich weiß, das ist keine bahnbrechende Neuigkeit die ich hier erzähle &#8211; ich will damit nur sagen, dass es praktisch keine Grenzen mehr gibt was quantitative Informationsbeschaffung anbelangt &#8211; es geht eher darum möglichst gute Qualität herauszufiltern und von all dem unbrauchbaren möglichst nichts mitzubekommen. Ich sehe das Problem im Internet durchaus als schwerwiegend an &#8211; nicht umsonst kaufe ich mir noch immer Bücher, wenn es mir darum geht, mich über eine bestimmte Materie möglichst effektiv und umfangreich zu informieren. Ob man ihn nun mag oder nicht &#8211; Steve Jobs sprach einmal ein wahres Wort:</p>
<div style="text-align:center"><cite>Wichtig ist nicht, was man tut &#8211; sondern was man nicht tut!</cite></div>
<p>Google hat sehr früh erkannt, dass &#8222;die Suche im Internet&#8220; einmal das non+ultra sein würde und ist nun der vielleicht mächtigste Konzern der Welt, vor allem aufgrund der Informationen die sich der Konzern teilweise auf ziemlich hinterhältige Art von allen Internetnutzern besorgt. Google kennt mich und dich und jeden &#8211; besser als du glaubst. Dennoch hat die Suchmaschine eine Schwachstelle &#8211; sie kann nicht denken und lässt sich von SEO-Optimierern verarschen, die irgendwelche Produktseiten an die Front befördern, wo die meisten Surfer arglos nach nützlichen Informationen suchen. Und möglicherweise wird dies sogar eines fernen Tages dazu führen, dass Google wieder in den Hintergrund gerückt wird und gute Webkataloge und Linklists wieder in den Vordergrund für die Internet-Recherche rücken.</p>
<p>Was lernen wir daraus? Man sollte stets seine persönliche Liste mit qualitativen Links bereithalten, wenn man im Inet qualitativ recherchiert oder schnell das finden will, was man braucht. Diese Liste sieht natürlich bei jedem anders aus &#8211; ich, als Webworker, habe eine solche Liste, die mich bei den meisten Sachen zu einem schnelleren Ergebnis bringt, als wenn ich von 0 weg google &#8211; du findest sie unter dem Navigationspunkt &#8222;<a href="http://www.blackbam.at/blog/links/">Links</a>&#8222;.</p>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2Fde%2F2009%2F12%2F02%2Flinks%2F&#038;title=Links" data-a2a-url="https://blog.blackbam.at/de/2009/12/02/links/" data-a2a-title="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/de/2009/12/02/links/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
