Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
dstat-0.7.0 /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
curstest
521
B
-rw-r--r--
devtest.py
759
B
-rw-r--r--
mmpipe.py
1006
B
-rw-r--r--
mstat.py
1.25
KB
-rw-r--r--
read.py
915
B
-rw-r--r--
tdbtest
301
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : devtest.py
#!/usr/bin/python import sys sys.path.insert(0, '/usr/share/dstat/') import dstat, time devices = ( ( 1, 0, 'ram0'), ( 1, 1, 'ram1'), ( 3, 1, 'hda1'), ( 33, 0, 'hde'), ( 7, 0, 'loop0'), ( 7, 1, 'loop1'), ( 8, 0, '/dev/sda'), ( 8, 1, '/dev/sda1'), ( 8, 18, '/dev/sdb2'), ( 8, 37, '/dev/sdc5'), ( 9, 0, 'md0'), ( 9, 1, 'md1'), ( 9, 2, 'md2'), ( 74, 16, '/dev/ida/c2d1'), ( 77, 241, '/dev/ida/c5d15p1'), ( 98, 0, 'ubd/disc0/disc'), ( 98, 16, 'ubd/disc1/disc'), (104, 0, 'cciss/c0d0'), (104, 2, 'cciss/c0d0p2'), (253, 0, 'dm-0'), (253, 1, 'dm-1'), ) for maj, min, device in devices: print device, '->', dstat.dev(maj, min)
Close