<?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>Tudor Mateescu &#187; Articole seo de retinut</title>
	<atom:link href="http://www.tudormateescu.ro/category/seo/articole-seo-de-retinut/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tudormateescu.ro</link>
	<description>stiu ca nu stiu nimic si nici macar asta nu stiu</description>
	<lastBuildDate>Sun, 29 Jan 2012 11:07:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hacking cu Google Code Search</title>
		<link>http://www.tudormateescu.ro/hacking-cu-google-code-search/</link>
		<comments>http://www.tudormateescu.ro/hacking-cu-google-code-search/#comments</comments>
		<pubDate>Wed, 27 Dec 2006 13:23:29 +0000</pubDate>
		<dc:creator>Tudor Mateescu</dc:creator>
				<category><![CDATA[Articole seo de retinut]]></category>

		<guid isPermaLink="false">http://www.tudormateescu.ro/hacking-cu-google-code-search/</guid>
		<description><![CDATA[Ok so just for shits I thought I would do some querys on Google Code Search to see what kind of exploits I could find. Now keep in mind this probably will not show your site but it will show code and versions that you might be runningâ€¦ so once someone locates a exploitable version [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tudormateescu.ro%2Fhacking-cu-google-code-search%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tudormateescu.ro%2Fhacking-cu-google-code-search%2F&amp;source=tudormateescu&amp;style=normal&amp;service=bit.ly&amp;service_api=R_eab90e3ddbba102a8e06011d14e28951&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<blockquote><p>Ok so just for shits I thought I would do some querys on Google Code Search to see what kind of exploits I could find. Now keep in mind this probably will not show your site but it will show code and versions that you might be runningâ€¦ so once someone locates a exploitable version of code they then could just search for â€œPowered By Xâ€ or whatever fingerprint you could put on the exploitable program/version.</p>
<p>Hmm I wonder If we could find some<strong> xss exploits</strong>â€¦</p>
<p><a href="http://www.google.com/codesearch?q=lang%3Aphp+%28ECHO%7CPRINT%29+.*%5C%24_%28GET%7CPOST%7CCOOKIE%7CREQUEST%7CFILES%29&#038;hl=en&#038;btnG=Search+Code" target="_blank" class="liexternal">lang:php (ECHO|PRINT) .*\$_(GET|POST|COOKIE|REQUEST|FILES)</a></p>
<p>100,000+ results</p>
<p>How About some <strong>SQL Injection exploits</strong>?</p>
<p><a href="http://www.google.com/codesearch?hl=en&#038;lr=&#038;q=lang%3Aphp+query%5C%28.*%5C%24_%28GET%7CPOST%7CCOOKIE%7CREQUEST%7CFILES%29.*%5C%29&#038;btnG=Search" target="_blank" class="liexternal">lang:php query\(.*\$_(GET|POST|COOKIE|REQUEST|FILES).*\)</a></p>
<p>3000 results</p>
<p>hrmm I wonder how easy it is to find host,user,pass for mysql databasesâ€¦. Lets try:</p>
<p><a href="http://www.google.com/codesearch?hl=en&#038;lr=&#038;q=lang%3Aphp+mysql_connect%5C%28%28%22%7C%27%29%5Ba-zA-Z0-9_.%5D%2B%28%22%7C%27%29%2C%28%22%7C%27%29%5Ba-zA-Z0-9%5D%2B%28%22%7C%27%29+-localhost+-127.0.0.1+-192.168&#038;btnG=Search" target="_blank" class="liexternal">lang:php mysql_connect\((â€|â€™)[a-zA-Z0-9_.]+(â€|â€™),(â€|â€™)[a-zA-Z0-9]+(â€|â€™) -localhost -127.0.0.1 -192.168</a></p>
<p>100 results found.</p>
<p>This query might be a little puzzling for those that are not Google ninjas like me so.. I will explain. Basically we are checking for anything that ends in .php extension. Then we search the file for mysql_connect. If it contains Mysql we look for the pattern of a connection string. lastly we use the minus sign to get rid of all localhost databases (cause we cant access them).</p>
<p>So did we find anything interesting? Wellâ€¦</p>
<p>Lets just look at the first 10 results:</p>
<p>    www.ubio.org/downloads/XID.TAR.gz &#8211; Unknown License &#8211; PHP<br />
    connect.php</p>
<p>    $connection = mysql_connect(â€RANSOMâ€,â€GlobalWebUserâ€,â€goober8â€³) or die(â€Couldnâ€™t connect.â€);<br />
    $db_name = â€œdwfâ€;</p>
<p>Now in this case RANSOM is probably a local boxâ€¦</p>
<p>ohh whats this:</p>
<p>    $f = mysql_connect(â€zeus.mbl.eduâ€,â€tnsâ€,â€&#8221;);<br />
    if (empty($limit)) $limit=50;</p>
<p>hrmm interstingâ€¦.</p>
<p>more?</p>
<p>    $db=mysql_connect(â€62.149.150.11â€³,â€Sql43254â€³,â€M9dKTz3Mâ€);<br />
    $selezione=mysql_select_db(â€Sql43254_4â€³, $db);</p>
<p>I can post tons of other examples but I think I have made my point. Watch your logs for people coming from google code search and always make sure your running the latest version of your software.</p></blockquote>
<p><a href="http://www.shoemoney.com/2006/12/26/how-hackers-are-using-google-to-pwn-your-site/" target="_blank" class="liexternal">Sursa</a></p>
<p>Cum poti fi vulnerabil? Daca esti inscris in sitemaps si esti pe setarile default.</p>
<blockquote><p>Specifically using Google code search. Now while this was interesting it still did not explain how the page was even indexedâ€¦. ohh wait I use Google Sitemaps and I had it on to index everything (the default setting) OUPS!!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.tudormateescu.ro/hacking-cu-google-code-search/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Tipare ale comportamentului pentru rezultate relevante</title>
		<link>http://www.tudormateescu.ro/rezultate-relevante/</link>
		<comments>http://www.tudormateescu.ro/rezultate-relevante/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 14:59:17 +0000</pubDate>
		<dc:creator>Tudor Mateescu</dc:creator>
				<category><![CDATA[Articole seo de retinut]]></category>

		<guid isPermaLink="false">http://tudormateescu.ro/?p=61</guid>
		<description><![CDATA[Scurt si la obiect ideea articolului: So, for example, we determine that Mike is a Linux geek (connoisseur). Letâ€™s say Mike 1. Makes a specific query related to Linux 2. Clicks on 4 results 3. Spends less than 30 seconds on the first 3 results 4. Spends more time on the 4th result 5. Bookmarks [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tudormateescu.ro%2Frezultate-relevante%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tudormateescu.ro%2Frezultate-relevante%2F&amp;source=tudormateescu&amp;style=normal&amp;service=bit.ly&amp;service_api=R_eab90e3ddbba102a8e06011d14e28951&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Scurt si la obiect ideea articolului:</p>
<blockquote><p>So, for example, we determine that Mike is a Linux geek (connoisseur).  Letâ€™s say Mike<br />
1. Makes a specific query related to Linux<br />
2. Clicks on 4 results<br />
3. Spends less than 30 seconds on the first 3 results<br />
4. Spends more time on the 4th result<br />
5. Bookmarks the 4th result<br />
5. Browses more pages on the 4th result site.<br />
6. Returns to that site at a later time.We could say that Mike found the answer to his query and that the 4th result should be given more trust in future rankings. Over time we could develop metrics or filters to determine how much to trust a given behavior or behavioral pattern &#8211; mostly by trial and error, but eventually we would have it.</p>
<p>Google, Yahoo and Microsoft are already incorporating this data into their search algorithms. They just need to work out the kinks and get past the trial and error phase. Analysis of user behavior through monitoring and profiling will be one of the most important Search developments in the years to come.</p></blockquote>
<p>Mai mult <a href="http://seoblackhat.com/2006/09/13/establishing-site-trust-and-serps-with-user-behavior/" class="liexternal">aici</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tudormateescu.ro/rezultate-relevante/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interviu cu Bob Massa</title>
		<link>http://www.tudormateescu.ro/interviu-cu-bob-massa/</link>
		<comments>http://www.tudormateescu.ro/interviu-cu-bob-massa/#comments</comments>
		<pubDate>Sun, 10 Sep 2006 07:37:56 +0000</pubDate>
		<dc:creator>Tudor Mateescu</dc:creator>
				<category><![CDATA[Articole seo de retinut]]></category>

		<guid isPermaLink="false">http://tudormateescu.ro/?p=53</guid>
		<description><![CDATA[Aaron Wall si Bob Massa Â Concluzii: - nu exista spam ci doar marketing - investe banii in marketing si nu seo - mai usor este sa influentezi oamenii decat motoarele de cautare - motoarele de cautare ii vor urma pe oameni - investeste in relatii publice - totul este pentru bani]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tudormateescu.ro%2Finterviu-cu-bob-massa%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tudormateescu.ro%2Finterviu-cu-bob-massa%2F&amp;source=tudormateescu&amp;style=normal&amp;service=bit.ly&amp;service_api=R_eab90e3ddbba102a8e06011d14e28951&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.seobook.com/archives/001819.shtml#more " class="liexternal">Aaron Wall si Bob Massa</a></p>
<p><b>Â Concluzii:</b></p>
<p>- nu exista spam ci doar marketing</p>
<p>- investe banii in marketing si nu seo</p>
<p>- mai usor este sa influentezi oamenii decat motoarele de cautare</p>
<p>- motoarele de cautare ii vor urma pe oameni</p>
<p>- investeste in relatii publice</p>
<p>- totul este pentru bani</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tudormateescu.ro/interviu-cu-bob-massa/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

