<?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>seo2feel &#187; Black Hat SEO</title>
	<atom:link href="http://seo2feel.de/category/black-hat-seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://seo2feel.de</link>
	<description></description>
	<lastBuildDate>Thu, 29 Sep 2011 10:11:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Kleine Analyse &#8211; Drupal und versteckte Links</title>
		<link>http://seo2feel.de/2010/12/kleine-analyse-drupal-und-versteckte-links/</link>
		<comments>http://seo2feel.de/2010/12/kleine-analyse-drupal-und-versteckte-links/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 22:14:50 +0000</pubDate>
		<dc:creator>seo2feel</dc:creator>
				<category><![CDATA[Black Hat SEO]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[verstecken]]></category>

		<guid isPermaLink="false">http://seo2feel.de/?p=2996</guid>
		<description><![CDATA[Der Martin hat heute einen Post über Webspam veröffentlich und das Google eben nocht nicht allen Spam erkennen kann. Nun hat der Martin das schon sehr richtig erkannt, dass der Code via Kommentar eingeschleust wird und für den Seitenbetreiber nicht zu sehen ist. Ich bin ca. 20 Links durchgegangen und kann so sagen, dass diese [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Der Martin hat heute einen Post <a href="http://www.tagseoblog.de/webspam-zieht-nicht-mehr-von-wegen">über Webspam</a> veröffentlich und das Google eben nocht nicht allen Spam erkennen kann. Nun hat der Martin das schon sehr richtig erkannt, dass der Code via Kommentar eingeschleust wird und für den Seitenbetreiber nicht zu sehen ist.</p>
<p>Ich bin ca. 20 Links durchgegangen und kann so sagen, dass diese alle auf <a href="http://www.drupalcenter.de/">Drupal</a> aufbauen. So wie der Martin schon schön beschrieben hat, wird eine ID aufgerufen und eine CSS-Klasse. Es handelt sich jedoch so wie ich das sehe nicht um einen Software-Bug sondern einfach um eine Funktion von Drupal um „Clean-URLs“ zu erzeugen.</p>
<p>Siehe Drupal Code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&nbsp;
  <span style="color: #000088;">$form</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'server_settings'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'clean_url'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
    <span style="color: #0000ff;">'#type'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'radios'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#title'</span> <span style="color: #339933;">=&gt;</span> st<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Clean URLs'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#default_value'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#options'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span> <span style="color: #339933;">=&gt;</span> st<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Disabled'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span> <span style="color: #339933;">=&gt;</span> st<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Enabled'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#description'</span> <span style="color: #339933;">=&gt;</span> st<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'This option makes Drupal emit &quot;clean&quot; URLs (i.e. without &lt;code&gt;?q=&lt;/code&gt; in the URL).'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#disabled'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">TRUE</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#prefix'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;div id=&quot;clean-url&quot; class=&quot;install&quot;&gt;'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#suffix'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/div&gt;'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#weight'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">10</span><span style="color: #339933;">,</span></pre></div></div>

<p>Leider wird genau diese ausgenutzt, um für den Seitenbetreiber unsichtbare URLs zu erzeugen. Bei WordPress ist es so, dass jeglicher PHP- und HTML-Code sofort umgewandelt wird. Mit dem speziellen Aufruf dieser Klasse wird das in Drupal scheinbar umgangen und die URL nicht angezeigt sondern versteckt.</p>
<p>Ein weiterer Fehler der ausgenutzt wurde, findet sich im Modul Image Assist von Drupal. Hier wird der HTML-Code einfach versteckt mit dem Type &#8220;hidden&#8221;</p>
<p>Siehe Drupal Code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000000; font-weight: bold;">function</span> img_assist_insert_html_form<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #000088;">$htmlcode</span> <span style="color: #339933;">=</span> img_assist_set_htmlcode<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$form</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
    <span style="color: #0000ff;">'#id'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'finalhtmlcode'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#type'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'hidden'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#value'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$htmlcode</span><span style="color: #339933;">,</span>
  <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
  <span style="color: #000088;">$form</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'insertmode'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
    <span style="color: #0000ff;">'#type'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'hidden'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'#value'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'html2'</span><span style="color: #339933;">,</span>
  <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$form</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Ruft man also die Klasse folgendermaßen auf:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>p id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;finalhtmlcode&quot;</span><span style="color: #339933;">&gt;</span>
Casino<span style="color: #339933;">:</span> There are many gambling sites out there that claim to be the best online casino available but the truth of the matter is that this is the one with the biggest <span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://handyblog.org&quot;</span> rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;nofollow&quot;</span><span style="color: #339933;">&gt;</span>online casino<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span> bonuses and the highest casino payouts<span style="color: #339933;">.</span>
<span style="color: #339933;">&lt;/</span>p<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Wird der komplette Text und Code nach &#8220;finalhtmlcode&#8221; versteckt und nicht angezeigt. Für den Google Bot sind diese Links natürlich klar vorhanden und zählen auch! Das mit dem guten Ranking kann mich nur so erklären, dass man schon drauf Acht gegeben hat nicht zu viele DoFollow Links zu generieren sondern es hat organisch aussehen lassen. Zudem sind da ein paar Seiten dabei, die echt Trust haben wie opensource.com.</p>
<p>Ich bin kein Programmiere möchte ich hier noch erwähnen und das sollte nur eine kleine Analyse sein.</p>
]]></content:encoded>
			<wfw:commentRss>http://seo2feel.de/2010/12/kleine-analyse-drupal-und-versteckte-links/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Google Image Traffic optimieren</title>
		<link>http://seo2feel.de/2010/03/google-image-traffic-optimieren/</link>
		<comments>http://seo2feel.de/2010/03/google-image-traffic-optimieren/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:56:27 +0000</pubDate>
		<dc:creator>seo2feel</dc:creator>
				<category><![CDATA[Black Hat SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Traffic]]></category>

		<guid isPermaLink="false">http://seo2feel.de/?p=2516</guid>
		<description><![CDATA[Seit einigen Woche habe ich ein kleines Javascript im Einsatz, was es mir erlaubt aus dem Google Image Frame auszubrechen und so die Leute direkt auf meine Seite zu leiten. Wie ich bereits bei einigen SEOs sehen konnte, ist das Script nicht unbekannt. Script: &#60;script language="JavaScript" type="text/javascript"&#62; if (top.location != self.location) top.location.replace(self.location); &#60;/script&#62; Im Grunde [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Seit einigen Woche habe ich ein kleines Javascript im Einsatz, was es mir erlaubt aus dem Google Image Frame auszubrechen und so die Leute direkt auf meine Seite zu leiten.</p>
<p>Wie ich bereits bei einigen SEOs sehen konnte, ist das Script nicht unbekannt.</p>
<p>Script:</p>
<p><code>&lt;script language="JavaScript" type="text/javascript"&gt;<br />
if (top.location != self.location) top.location.replace(self.location);<br />
&lt;/script&gt;</code></p>
<p>Im Grunde genommen geht es darum den vollen Google Image Traffic abzubekommen. Viele User klicken meist schnell den direkten Link zum Image und sehen dann natürlich nicht den Content dazu.</p>
<p>Aber das wollen wir ja grade erreichen, dass der User über unsere Seite surft und vielleicht im optimalen Fall noch auf die geschaltet Werbung klickt. Wie Googles Standpunkt zu solch einen Script ist, kann ich euch nicht genau sagen aber in Anbetracht dessen dass schon viele Seite dieses Script einsetzte und das schon seit 2007 denke ich man drückt ein Auge zu <img src='http://seo2feel.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://seo2feel.de/2010/03/google-image-traffic-optimieren/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Hacker werden Blackhats und SEO wird sich ändern</title>
		<link>http://seo2feel.de/2009/11/hacker-werden-blackhats-und-seo-wird-sich-aendern/</link>
		<comments>http://seo2feel.de/2009/11/hacker-werden-blackhats-und-seo-wird-sich-aendern/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:51:58 +0000</pubDate>
		<dc:creator>seo2feel</dc:creator>
				<category><![CDATA[Black Hat SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://seo2feel.de/?p=2372</guid>
		<description><![CDATA[Hacking ist ein großes Problem, was mit dem Internet auf uns alle zu kam. Informationen und Passwörter klauen, das war der Anfang doch mittlerweile werden Denial of Service-Attacke (DoS) immer häufiger und auch große Dienste wie Google und Facebook oder Twitter sind nicht mehr sicher. Spätensten nach dem &#8220;Clickjacking&#8221; Artikel von Robert Hansen wird klar, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Hacking ist ein großes Problem, was mit dem Internet auf uns alle zu kam. Informationen und Passwörter klauen, das war der Anfang doch mittlerweile werden Denial of Service-Attacke (DoS) immer häufiger und auch große Dienste wie Google und Facebook oder Twitter sind nicht mehr sicher. Spätensten nach dem &#8220;Clickjacking&#8221; Artikel von Robert Hansen wird klar, welche Möglichkeiten Hacker heutzutage haben und was alles möglich ist. Ich will jetzt nicht den Artikel erklären, wer in versteht ist schlau und wer weiterdenken kann, da ja Teile fehlen ist noch besser <img src='http://seo2feel.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Zurück zu Thema immer häufiger liest man von gehackten Seiten oder Content der gelöscht wurde.</p>
<p>Beliebt sind natürlich auch WordPress Blog, die keine aktuellen Updates haben. So konnte ein Hacker verschiedene SEO-Blogs unter anderem  Wolf Howl, BoogyBonBon and Stuntdubl hacken und damit Schabernack treiben.</p>
<p>Leider muss man sagen ist es nicht mehr zu wie früher, wo einem der Content gelöscht wurde oder Schadcode eingefügt wurde oder das der Blog umgeleitet wurde. Nein das alles ist Vergangenheit! Viele Hacker haben sich weiter entwickelt und verstehen langsam, dass man richtig Geld machen kann wenn man unter dem Radar fliegt (was die meisten sowieso sind) und einem Webmaster nicht sofort den Eindruck vermitteln, dass die Seite gehackt wurde.</p>
<p>Worauf ich hinaus will, ist das Hacker schon lange auf einer anderen Schienen fahren. Hacken könnte ein neues Werkzeug für  Blackhats werden&#8230;ah halt. Hacken ist kein SEO, damit das an dieser Stelle mal klar gestellt ist!</p>
<p>Dennoch könnte es ein Werkzeug werden, was viel mächtiger ist als Cloken, IP-Delivery, Mini-Netzwerk-Seiten, Link-Farms, Referrer- und Trackback-Spam usw.</p>
<p>Denn ist ein Hacker erst mal in einem Blog oder in einer Webseite drin, hat er viele Möglichkeiten. Die schlauste wäre natürlich er hinterlässt kaum Spuren und verändern z.b alten Content und setzt Links auf Seiten. Meist bleibt so etwas unerkannt, wer man sich nicht zu blöd angestellt hat. Außerdem haben Hacker noch viel mehr Möglichkeiten. Über gehackte Google Account oder Webhosting Geschichten können diese dein Netzwerk ausspähen.</p>
<p>Nun könnte man meinen ich mache nur Panik, wie die Bild mit der Schweinegrippe oder der Katastrophen Film 2012. Doch ich denke, dass vielleicht in ein paar Jahren mehr solcher Hacking Vorfälle bekannt werden wo Links gesetzt wurden die dort nicht hingehören. Natürlich wird nicht jede Firma davon berichten, man hat schließlich ein Gesicht zu wahren. Doch bei einigen Blogs denke ich ist es schon passiert ohne, dass es bemerkt wurde.</p>
<p>Auch Matt Cuts kündigte so ein Verlauf schon 2008 an:</p>
<p>&#8220;2008 will be the year that hacking and search engine optimization (SEO) collide in a major way. By the end of the year, a nontrivial fraction of blackhat SEO will involve illegally hacking sites for links or landing pages. One webhost will get a significant black eye as hundreds or thousands of customers’ websites are hacked. The growth of illegal-blackhat SEO will leave traditional blackhats with a difficult choice: risk doing something illegal or sit out.&#8221;</p>
<p>Ja Matt Cuts labert eine menge Müll, aber in diesem Punkt stimme ich mit ihm über ein. SEO wie wir es kennen wird sich verändern im Whitehat Bereich genauso wie im Blackhat. Nur wer am Ende besser ist mit welchen Methoden das wird sich zeigen. Ich glaube ja, dass &#8220;classic SEO&#8221;  bald tot und was neues muss her.</p>
<p>Das Thema ist ein Beitrag zum <a href=" http://www.webmasterfriday.de/blog/wie-schuetzt-ihr-eure-projekte-und-euch-vor-hacking-angriffe">Webmaster Friday</a>.</p>
<p><strong>Quellen:</strong></p>
<ul>
<li><a href="http://www.wolf-howl.com/random-thoughts/on-hacking-and-pirates/">On Hacking and Pirates</a></li>
<li><a href="http://www.seomoz.org/blog/seo-isnt-hacking-and-data-security-tips">SEO isnt hacking &#8211; and data security tips</a></li>
<li><span style="font-size: small; letter-spacing: 1px; "><a href="http://sectheory.com/clickjacking.htm">Clickjacking</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://seo2feel.de/2009/11/hacker-werden-blackhats-und-seo-wird-sich-aendern/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Als Black Hat SEO würde ich&#8230;.Teil 1</title>
		<link>http://seo2feel.de/2009/10/als-black-hat-seo-wuerde-ich/</link>
		<comments>http://seo2feel.de/2009/10/als-black-hat-seo-wuerde-ich/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 17:07:28 +0000</pubDate>
		<dc:creator>seo2feel</dc:creator>
				<category><![CDATA[Black Hat SEO]]></category>

		<guid isPermaLink="false">http://seo2feel.de/?p=2196</guid>
		<description><![CDATA[Ich habe mit verschiedenen SEO-Bloggern: seouxindianer der-nette-seo und dem Pixeldreher eine kleine Artikel Kette gestartet, was man tun würde, wenn man ein Black Hat SEO wäre. Hier bei mir findet Ihr Teil 1 und bei den anderen dann die folgenden Teile, die ich dann aber noch verlinken werde. Teil1: Als Black Hat SEO würde ich [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://seo2feel.de/wp-content/uploads/2009/10/Blackhat-Seo.jpg"><img class="size-full wp-image-2198 alignright" title="Blackhat Seo" src="http://seo2feel.de/wp-content/uploads/2009/10/Blackhat-Seo.jpg" alt="Blackhat Seo" width="105" height="105" /></a></p>
<p>Ich habe mit verschiedenen SEO-Bloggern:</p>
<ul>
<li><a href="http://www.seouxindianer.de/blog/">seouxindianer</a></li>
<li><a href="http://www.der-nette-seo.de/">der-nette-seo</a></li>
</ul>
<p>und dem <a href="http://blog.pixeldreher.net/">Pixeldreher</a> eine kleine Artikel Kette gestartet, was man tun würde, wenn man ein Black Hat SEO wäre. Hier bei mir findet Ihr Teil 1 und bei den anderen dann die folgenden Teile, die ich dann aber noch verlinken werde.</p>
<p><strong>Teil1:</strong></p>
<p>Als Black Hat SEO würde  ich eine Tweets Suchmaschine wie Topsy erstellen um massenweise Spam Trackback zu verschicken und dadurch Links zu bekommen. Danach würde ich die Links zu anderen Projekten umleiten und die Linkpower verteilen.</p>
]]></content:encoded>
			<wfw:commentRss>http://seo2feel.de/2009/10/als-black-hat-seo-wuerde-ich/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

