Public Gists by pstengel

Gravatar
Fri Jul 24 13:01:08 -0700 2009
1
echo -ne "GET /<SOME_CHARACTERS_HERE> HTTP/1.0\n\n" | ncat tr.im 80 | grep "Location:"
Gravatar
Mon Jul 13 11:35:27 -0700 2009
1
javascript:var x=document.getElementsByTagName("a");for(i=0;i<x.length;i++){if(x[i].innerHTML.match(/.*\.gz$/)){var f=document.createElement("iframe");f.setAttribute("src",x[i].href);f.style.width="0px";f.style.height="0px";document.body.appendChild(f);}}
Gravatar
Thu Jul 02 11:16:04 -0700 2009
1
2
3
<?php
 
declare(ticks = 1);