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 /
cluster-useradmin /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
273
B
-rw-r--r--
add.cgi
2.09
KB
-rwxr-xr-x
cluster-useradmin-lib.pl
5.5
KB
-rwxr-xr-x
config
150
B
-rw-r--r--
config.info
558
B
-rw-r--r--
config.info.ca
644
B
-rw-r--r--
config.info.ca.UTF-8
655
B
-rw-r--r--
config.info.cz
71
B
-rw-r--r--
config.info.cz.UTF-8
79
B
-rw-r--r--
config.info.de
669
B
-rw-r--r--
config.info.de.UTF-8
669
B
-rw-r--r--
config.info.es
90
B
-rw-r--r--
config.info.es.UTF-8
90
B
-rw-r--r--
config.info.fr
75
B
-rw-r--r--
config.info.fr.UTF-8
77
B
-rw-r--r--
config.info.hr
0
B
-rw-r--r--
config.info.hu
0
B
-rw-r--r--
config.info.ms_MY
131
B
-rw-r--r--
config.info.ms_MY.UTF-8
131
B
-rw-r--r--
config.info.nl
129
B
-rw-r--r--
config.info.nl.UTF-8
129
B
-rw-r--r--
config.info.no
141
B
-rw-r--r--
config.info.no.UTF-8
141
B
-rw-r--r--
config.info.pl
118
B
-rw-r--r--
config.info.pl.UTF-8
121
B
-rw-r--r--
create_group.cgi
3.32
KB
-rwxr-xr-x
create_user.cgi
9.72
KB
-rwxr-xr-x
delete_group.cgi
3.61
KB
-rwxr-xr-x
delete_host.cgi
257
B
-rwxr-xr-x
delete_user.cgi
5.22
KB
-rwxr-xr-x
edit_group.cgi
5.4
KB
-rwxr-xr-x
edit_host.cgi
2.78
KB
-rwxr-xr-x
edit_user.cgi
17.68
KB
-rwxr-xr-x
group_form.cgi
2.24
KB
-rwxr-xr-x
index.cgi
7.28
KB
-rwxr-xr-x
log_parser.pl
542
B
-rwxr-xr-x
module.info
387
B
-rw-r--r--
module.info.ca
259
B
-rw-r--r--
module.info.ca.UTF-8
277
B
-rw-r--r--
module.info.cz
38
B
-rw-r--r--
module.info.cz.UTF-8
46
B
-rw-r--r--
module.info.de
151
B
-rw-r--r--
module.info.de.UTF-8
163
B
-rw-r--r--
module.info.es
36
B
-rw-r--r--
module.info.es.UTF-8
42
B
-rw-r--r--
module.info.fr
44
B
-rw-r--r--
module.info.fr.UTF-8
50
B
-rw-r--r--
module.info.hu
29
B
-rw-r--r--
module.info.hu.UTF-8
37
B
-rw-r--r--
module.info.ms_MY
253
B
-rw-r--r--
module.info.ms_MY.UTF-8
265
B
-rw-r--r--
module.info.nl
40
B
-rw-r--r--
module.info.nl.UTF-8
46
B
-rw-r--r--
module.info.no
36
B
-rw-r--r--
module.info.no.UTF-8
42
B
-rw-r--r--
module.info.pl
230
B
-rw-r--r--
module.info.pl.UTF-8
252
B
-rw-r--r--
refresh.cgi
2.31
KB
-rwxr-xr-x
save_group.cgi
4.65
KB
-rwxr-xr-x
save_user.cgi
12.76
KB
-rwxr-xr-x
search_group.cgi
1.69
KB
-rwxr-xr-x
search_user.cgi
1.73
KB
-rwxr-xr-x
sync.cgi
4.92
KB
-rwxr-xr-x
sync_form.cgi
2.99
KB
-rwxr-xr-x
user_form.cgi
9.08
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : add.cgi
#!/usr/bin/perl # add.cgi # Add or update a server or group from the webmin servers module require './cluster-useradmin-lib.pl'; &ReadParse(); @servers = &list_servers(); if ($in{'add'}) { # Add a single host @add = grep { $_->{'id'} eq $in{'server'} } @servers; &error_setup($text{'add_err'}); $msg = &text('add_msg', &server_name($add[0])); } else { # Add all from a group ($group) = grep { $_->{'name'} eq $in{'group'} } &servers::list_all_groups(\@servers); foreach $m (@{$group->{'members'}}) { push(@add, grep { $_->{'host'} eq $m } @servers); } &error_setup($text{'add_gerr'}); $msg = &text('add_gmsg', $in{'group'}); } &ui_print_header(undef, $text{'add_title'}, ""); print "<b>$msg</b><p>\n"; # Setup error handler for down hosts sub add_error { $add_error_msg = join("", @_); } &remote_error_setup(\&add_error); # Get the users and groups for each host &foreign_require("useradmin", "user-lib.pl"); $pft = &foreign_call("useradmin", "passfiles_type"); $gft = &foreign_call("useradmin", "groupfiles_type"); foreach $s (@add) { $add_error_msg = undef; local $host = { 'id' => $s->{'id'} }; local $useradmin = &remote_foreign_check($s->{'host'}, "useradmin"); if ($add_error_msg) { print "$add_error_msg<p>\n"; next; } if (!$useradmin) { print &text('add_echeck', $s->{'host'}),"<p>\n"; next; } &remote_foreign_require($s->{'host'}, "useradmin", "user-lib.pl"); local $rpft = &remote_foreign_call($s->{'host'}, "useradmin", "passfiles_type"); if ($pft != $rpft) { print &text('add_epft', $s->{'host'}),"<p>\n"; next; } local @rusers = &remote_foreign_call($s->{'host'}, "useradmin", "list_users"); local @rgroups = &remote_foreign_call($s->{'host'}, "useradmin", "list_groups"); $host->{'users'} = \@rusers; $host->{'groups'} = \@rgroups; &save_useradmin_host($host); print &text('add_ok', &server_name($s), scalar(@rusers), scalar(@rgroups)),"<p>\n"; } &remote_finished(); if ($in{'add'}) { &webmin_log("add", "host", $add[0]->{'host'}); } else { &webmin_log("add", "group", $in{'group'}); } &ui_print_footer("", $text{'index_return'});
Close