PageRank is a formula developed by Google Search Engine to determine a web pages "inbound link ranking" which affects its postion in search results.
To keep it basic we can say the more inbound link your webpage has, the higher is its pagerank.
As you all can guess, the inbound links are calculated during the crawling process of googlebot. The trick comes to place in this part.
Lets say we have a page A, and a page B which is indexed by Google and another page C which we dont own.
What if we put some links like below on the "Page B":
<a href="" 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>
As you guess when googlebot will follow the link on Page B and index page C, it will see a link like:
<a href="" href="http://www.pagea.com/pagea.html">http://www.pagea.com/pagea.html ">uberalle</a>
And so inbound link count of "Page A" will increase, which will finally increase the PR of "Page A" with the repeat of this process with different pages that contains css flaws.
All this information is theoretic, and I never had time to spend for trying this.
You can find the original version of this advisory on: http://www.hoccam.com/pr.html

Cumhur Onat
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Reply via email to