<font size="-1">PageRank is a formula developed by Google Search Engine to determine a web pages &quot;inbound link ranking&quot; which affects its postion in search results.</font><br>To keep it basic we can say the more inbound link your webpage has, the higher is its pagerank.
<br>As you all can guess, the inbound links are calculated during the crawling process of googlebot. The trick comes to place in this part.<br>Lets say we have a page A, and a page B which is indexed by Google and another page C which we dont own.
<br>What if we put some links like below on the &quot;Page B&quot;:<br>&lt;a href=&quot;<a href="http://www.pagec.com/somepagewithxss.php?i=%3E%3Ca%20href%3D%22http%3A//www.pagea.com/pagea.html%22%3Euberalle%3C/a%3E">http://www.pagec.com/somepagewithxss.php?i=%3E%3Ca%20href%3D%22http%3A//www.pagea.com/pagea.html%22%3Euberalle%3C/a%3E
</a>&quot;&gt;&lt;/a&gt;<br>As you guess when googlebot will follow the link on Page B and index page C, it will see a link like:<br>&lt;a href=&quot;<a href="http://www.pagea.com/pagea.html">http://www.pagea.com/pagea.html
</a>&quot;&gt;uberalle&lt;/a&gt;<br>And so inbound link count of &quot;Page A&quot; will increase, which will finally increase the PR of &quot;Page A&quot; with the repeat of this process with different pages that contains css flaws.
<br>All this information is theoretic, and I never had time to spend for trying this.<br>You can find the original version of this advisory on: <a href="http://www.hoccam.com/pr.html">http://www.hoccam.com/pr.html</a><br>
<br>Cumhur Onat<br><a href="mailto:cumhuronat@php.net">cumhuronat@php.net</a><br><a href="mailto:cumhuronat@gmail.com">cumhuronat@gmail.com</a><br>