-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhack.php
More file actions
executable file
·390 lines (317 loc) · 10.5 KB
/
hack.php
File metadata and controls
executable file
·390 lines (317 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<html>
<title>Cyber Attack System</title>
<!--Favicon-->
<link rel="icon" href="yuno.png" type="image/x-icon"/>
<!---CSS dan Tampilan--->
<style>
/* unvisited link */
a:link {
color: yellow;
}
/* visited link */
a:visited {
color: cyan;
}
/* mouse over link */
a:hover {
color: white;
}
/* selected link */
a:active {
color: green;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
}
body {
background-image: url("bg.jpg");
background-color: #000000;
color: #FF0000;
text-align: center;
font-family: helvetica;
font-size: 14px;
margin: 10% auto auto auto;
}
#pesan {
background: #000000;
width: 80%;
padding: 10px;
border: 2px solid #f00;
margin: 0px auto auto auto;
}
#menu {
background:#191919;
border-bottom:1px solid #333333;
border-top:1px solid #333333;
}
form {
color: #f00;
}
input {
border: 1px solid #f00;
padding: 10px;
background: #000;
color: #f00;
}
input[type=text] {
width: 500px;
}
<!---Konten 1 Header--->
</style>
</head>
<body>
<div id="pesan">
<font face="arial" color="red" size="3">Welcome To The CMS</a></center> <font face="arial" color="white" size="3">[ Cyber Attack System v.1.2.1 ]</a></center><br>
<font face="arial" color="yellow" size="3">Codename <font face="arial" color="white" size="3">[ DarkNime ] <font face="arial" color="yellow" size="3">Created by <font face="arial" color="white" size="3">[ Yukinoshita 47 ]</a></center><br>
<font face="arial" color="lime" size="3">All of Resource This CMS Is From <font face="arial" color="white" size="3">[ Google, Github, And Many More ]</a></center><br>
</div>
<p> </p>
<!---Konten 2 accordion Menu--->
<div id="pesan">
<!--CSS dan Tampilan-->
<!DOCTYPE html>
<html>
<head>
<style>
button.accordion {
background-color: #000000;
color: #f00;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: center;
outline: none;
font-size: 20px;
transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
background-color: #ddd;
}
div.panel {
padding: 0 18px;
display: none;
background-color: black;
}
div.panel.show {
display: block;
}
</style>
</head>
<body>
<!--Headernya Accordion Menu-->
<center><a href=hack.php ><img src=logo.png height=300 width=350 alt="#" /></a></center>
<h2>Welcome To Playground Boss If You Wanna Play With Your Toys <br>Just Dont Be Fucking Shit And Do Something Fun Here</h2>
<font face="arial" color="red" size="5">__________________________________________</a></center><br>
<br>
<font face="arial" color="cyan" size="3">Cyber Attack System v.1.2.1 [DarkNime] Opensource Version</a></center><br>
<br>
<font face="arial" color="yellow" size="3">"Victory Need Preparation So Make A Plan Before Do Something"</a></center><br>
<?php
session_start();
if (isset($_SESSION['user'])){
$user = $_SESSION['user'];
//user active
echo
'<p align="center">'.
'<a href="index.php">Logout</a>'.
'</p>';
echo '<a>Now Online : </a>'.
$user;
} else {
header('location: index.php');
exit;
}
//server OS and User
echo "<br>".php_uname()."<br>";
echo "Server IP: <font color=lime>".gethostbyname($_SERVER['HTTP_HOST'])."</font> | Your IP: <font color=lime>".$_SERVER['REMOTE_ADDR']."</font><br>";
?>
<br>
<font face="arial" color="red" size="5">__________________________________________</a></center><br>
<br>
<font face="arial" color="red" size="5">Start Attack !!! And Use This Tools Below</a></center><br>
<font face="arial" color="red" size="5">__________________________________________</a></center><br>
<!---Menu Accordion - Attack And Exploitation--->
<!--Awal nya-->
<button class="accordion">Penetration Testing Suite</button>
<div class="panel">
<br><br>
<center><a href=><img src=exploit.gif height=200 width=400 alt="#" /></a></center>
<br><br>
<font face="arial" color="yellow" size="3">"Take Your Vape & Coffee And Start Hack Your Target Boss :D"</a></center>
<br>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!---Attack And Exploitation--->
<div id="menu">
<p>
<p>
<b><font face="arial" color="white" size="3">Attack And Exploitation</a></center></b><br>
# <a href="exploit.php">Exploit List</a>
# <a href="x1.php">CSRF x 1</a>
# <a href="x2.php">CSRF x 2</a>
# <a href="x3.php">Fatcat SQLI</a>
# <a href="x5.php">XSSer</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!--Scanner And Info Gathering-->
<div id="menu">
<p>
<p>
<b><font face="arial" color="red" size="3">Vulnerability Scanner And Info Gathering</a></center><br></b>
# <a href="x7.php">Bing IP Grabber</a>
# <a href="x22.php">DOM!N@TOR Network Tools</a>
# <a href="x13.php">Shellshock Scanner</a>
# <a href="x23.php">Web vulnerability scanner</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!--Tool CMS Lokal-->
<div id="menu">
<p>
<p>
<b><font face="arial" color="orange" size="3">Tool And Exploiter CMS Lokal</a></center><br></b>
# <a href="x9.php">Lokomedia Auto SQLI</a>
# <a href="x10.php">Lokomedia Admin Finder</a>
# <a href="x12.php">Popoji CMS Register</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!--Exploit WordPress-->
<div id="menu">
<p>
<p>
<b><font face="arial" color="magenta" size="3">Tool And Exploiter CMS Wordpress</a></center><br></b>
# <a href="x15.php">WP Tevolution Dorker</a>
# <a href="x16.php">WP Tevolution Mass Exploit</a>
# <a href="x17.php">WP U-Design Mass Exploit</a>
# <a href="x18.php">WP NativeChurch LFI Scanner</a>
# <a href="x26.php">WP Password Bruteforce</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!--Exploit Joomla-->
<div id="menu">
<p>
<p>
<b><font face="arial" color="lime" size="3">Tool And Exploiter CMS Joomla</a></center><br></b>
# <a href="x19.php">Joomla Com_User Scanner</a>
# <a href="x20.php">Joomla Get Modules Info</a>
# <a href="x24.php">Joomla JCE Exploit</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!--Exploit Other CMS-->
<div id="menu">
<p>
<p>
<b><font face="arial" color="yellow" size="3">Tool And Exploiter Other CMS</a></center><br></b>
# <a href="x4.php">Magento Add Admin</a>
# <a href="x6.php">Auto Plupload</a>
# <a href="x8.php">Drupal Core 7 SQLI</a>
# <a href="x11.php">Mass Revslider</a>
# <a href="x14.php">WHMCMS Auto Exploit</a>
# <a href="x21.php">HTTPAttactIIS</a>
# <a href="x25.php"> PHP CGI Argument Injection Remote Exploit V0.2</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
</div>
<!--Akhir nya-->
<!---Menu Accordion 2 Encryption And Hash Cracking--->
<!--Awal nya-->
<button class="accordion">Encryption And Hash Cracking</button>
<div class="panel">
<br><br>
<center><a href=><img src=key.png height=100 width=100 alt="#" /></a></center>
<br>
<font face="arial" color="white" size="3">Encryption And Hash Cracking</a></center><br>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!--Encryption-->
<div id="menu">
<p>
<p>
<b><font face="arial" color="white" size="3">Encryption</a></center><br></b>
# <a href="y1.php">Encryption Pack</a>
# <a href="y4.php">Base64 En-DEcode</a>
# <a href="y5.php">Encoder-Decoder X'Inject</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!--Hash Crack-->
<div id="menu">
<p>
<p>
<b><font face="arial" color="white" size="3">Hash And Password Crack</a></center><br></b>
#Link <a href="https://hashkiller.co.uk/md5-decrypter.aspx">HashKiller</a>
# <a href="y3.php">MD5 Online</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
</div>
<!--Akhir nya-->
<!---Menu Accordion 3 Tracking And Stuff--->
<!--Awal nya-->
<button class="accordion">Tracking And Other Stuff</button>
<div class="panel">
<br><br>
<center><a href=><img src=tracking.jpg height=300 width=200 alt="#" /></a></center>
<br>
<font face="arial" color="white" size="3">Tracking And Other Stuff</a></center><br>
<p>
#Link <a href="http://who.is">Whois</a>
#Link <a href="http://www.ip2location.com/">IP Tracking</a>
#Link <a href="http://shodan.io">Shodan HQ</a>
#Link <a href="http://0day.today">1337 Day</a>
#Link <a href="http://exploit-db.com">Exploit-DB</a>
<br><br>
</div>
<!---Menu Accordion 4 Maintaining Access--->
<!--Awal nya-->
<button class="accordion">Maintaining Access</button>
<div class="panel">
<br><br>
<center><a href=><img src=key.png height=100 width=100 alt="#" /></a></center>
<br>
<font face="arial" color="white" size="3">Encryption And Hash Cracking</a></center><br>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
<!--Encryption-->
<div id="menu">
<p>
<p>
<b><font face="arial" color="white" size="3">Shell Access Scanner</a></center><br></b>
# <a href="z1.php">Pasir Merah Shell Checker</a>
<p>
<p>
</div>
<!--Garis Pembatas--><font face="arial" color="red" size="5">__________________________________________</a></center><p>
</div>
<!--Akhir nya-->
<!--Akhir dari Konten Menu Accordion-->
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].onclick = function(){
this.classList.toggle("active");
this.nextElementSibling.classList.toggle("show");
}
}
</script>
</body>
</html>