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-webmin /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
1.05
KB
-rw-r--r--
add.cgi
2.48
KB
-rwxr-xr-x
cluster-webmin-lib.pl
7.29
KB
-rwxr-xr-x
config
25
B
-rw-r--r--
config.info
108
B
-rw-r--r--
config.info.ca
135
B
-rw-r--r--
config.info.ca.UTF-8
137
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
129
B
-rw-r--r--
config.info.de.UTF-8
129
B
-rw-r--r--
config.info.es
87
B
-rw-r--r--
config.info.es.UTF-8
87
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
131
B
-rw-r--r--
config.info.nl.UTF-8
131
B
-rw-r--r--
config.info.no
131
B
-rw-r--r--
config.info.no.UTF-8
131
B
-rw-r--r--
config.info.pl
119
B
-rw-r--r--
config.info.pl.UTF-8
122
B
-rw-r--r--
create_group.cgi
3.11
KB
-rwxr-xr-x
create_user.cgi
3.95
KB
-rwxr-xr-x
delete_group.cgi
3.22
KB
-rwxr-xr-x
delete_host.cgi
248
B
-rwxr-xr-x
delete_mod.cgi
4.17
KB
-rwxr-xr-x
delete_user.cgi
2.15
KB
-rwxr-xr-x
edit_acl.cgi
3.94
KB
-rwxr-xr-x
edit_config.cgi
2.13
KB
-rwxr-xr-x
edit_group.cgi
6.35
KB
-rwxr-xr-x
edit_host.cgi
4.46
KB
-rwxr-xr-x
edit_mod.cgi
7
KB
-rwxr-xr-x
edit_user.cgi
8.96
KB
-rwxr-xr-x
group_form.cgi
2.98
KB
-rwxr-xr-x
index.cgi
9.46
KB
-rwxr-xr-x
install.cgi
7.67
KB
-rwxr-xr-x
module.info
227
B
-rw-r--r--
module.info.ca
171
B
-rw-r--r--
module.info.ca.UTF-8
190
B
-rw-r--r--
module.info.cz
33
B
-rw-r--r--
module.info.cz.UTF-8
39
B
-rw-r--r--
module.info.de
160
B
-rw-r--r--
module.info.de.UTF-8
172
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
35
B
-rw-r--r--
module.info.fr.UTF-8
41
B
-rw-r--r--
module.info.hu
33
B
-rw-r--r--
module.info.hu.UTF-8
39
B
-rw-r--r--
module.info.ms_MY
157
B
-rw-r--r--
module.info.ms_MY.UTF-8
169
B
-rw-r--r--
module.info.nl
33
B
-rw-r--r--
module.info.nl.UTF-8
39
B
-rw-r--r--
module.info.no
32
B
-rw-r--r--
module.info.no.UTF-8
38
B
-rw-r--r--
module.info.pl
163
B
-rw-r--r--
module.info.pl.UTF-8
180
B
-rw-r--r--
refresh.cgi
4.08
KB
-rwxr-xr-x
save_acl.cgi
3.33
KB
-rwxr-xr-x
save_config.cgi
1.33
KB
-rwxr-xr-x
save_group.cgi
4.54
KB
-rwxr-xr-x
save_user.cgi
5.24
KB
-rwxr-xr-x
sync.cgi
4
KB
-rwxr-xr-x
sync_form.cgi
1.8
KB
-rwxr-xr-x
update.cgi
4.1
KB
-rwxr-xr-x
upgrade.cgi
15.25
KB
-rwxr-xr-x
user_form.cgi
4.52
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_group.cgi
#!/usr/bin/perl # edit_group.cgi # Display an existing Webmin group for editing require './cluster-webmin-lib.pl'; &ReadParse(); &ui_print_header(undef, $text{'group_title2'}, ""); @hosts = &list_webmin_hosts(); @mods = &all_modules(\@hosts); @wgroups = &all_groups(\@hosts); @servers = &list_servers(); if ($in{'host'} ne '') { ($host) = grep { $_->{'id'} == $in{'host'} } @hosts; ($edgrp) = grep { $_->{'name'} eq $in{'group'} } @{$host->{'groups'}}; } else { foreach $h (@hosts) { local ($g) =grep { $_->{'name'} eq $in{'group'} } @{$h->{'groups'}}; if ($g) { $host = $h; $edgrp = $g; last; } } } ($serv) = grep { $_->{'id'} == $host->{'id'} } @servers; foreach $h (@hosts) { local ($g) = grep { $_->{'name'} eq $in{'group'} } @{$h->{'groups'}}; if ($g) { push(@got, grep { $_->{'id'} == $h->{'id'} } @servers); } } print "<form action=save_group.cgi method=post>\n"; print "<input type=hidden name=old value=\"$in{'group'}\">\n"; print "<input type=hidden name=host value=\"$host->{'id'}\">\n"; print "<table border width=100%>\n"; print "<tr $tb> <td><b>",&text('group_header2', &server_name($serv)), "</b></td> </tr>\n"; print "<tr $cb> <td><table width=100%>\n"; print "<tr> <td><b>$text{'group_name'}</b></td>\n"; printf "<td><input name=name size=15 value='%s'></td> </tr>\n", $edgrp->{'name'}; @gm = @{$edgrp->{'members'}}; print "<tr> <td><b>$text{'group_mems'}</b></td>\n"; print "<td>",@gm ? join(" ", @gm) : $text{'group_nomems'},"</td> </tr>\n"; foreach $g (@{$host->{'groups'}}) { if (&indexof($edgrp->{'name'}, @{$g->{'members'}}) >= 0) { $group = $g; last; } } print "<tr> <td><b>$text{'group_group'}</b></td> <td>\n"; printf "<input type=radio name=group_def value=1 checked> %s (%s)\n", $text{'user_leave'}, $group ? $group->{'name'} : $text{'user_nogroup2'}; printf "<input type=radio name=group_def value=0> %s\n", $text{'user_set'}; print "<select name=group>\n"; print "<option selected value=''>$text{'user_nogroup'}</option>\n"; foreach $g (@wgroups) { print "<option>$g->{'name'}</option>\n"; } print "</select></td> </tr>\n"; $mp = int((scalar(@mods)+2)/3); @umods = $group ? @{$edgrp->{'ownmods'}} : @{$edgrp->{'modules'}}; map { $umods{$_}++ } @umods; print "<tr> <td valign=top><b>$text{'group_mods'}</b><br>", "$text{'group_groupmods'}</td> <td nowrap>\n"; print "<input type=radio name=mods_def value=1 checked> ", &text('user_mleave', scalar(@umods)),"<br>\n"; print "<input type=radio name=mods_def value=2> $text{'user_modsel'}\n"; print "<input type=radio name=mods_def value=3> $text{'user_modadd'}\n"; print "<input type=radio name=mods_def value=0> $text{'user_moddel'}\n"; print "<br>\n"; print "<select name=mods1 size=$mp multiple>\n"; for($i=0; $i<$mp; $i++) { printf "<option value=%s %s>%s</option>\n", $mods[$i]->{'dir'}, $umods{$mods[$i]->{'dir'}} ? "selected" : "", $mods[$i]->{'desc'}; } print "</select>\n"; print "<select name=mods2 size=$mp multiple>\n"; for($i=$mp; $i<$mp*2; $i++) { printf "<option value=%s %s>%s</option>\n", $mods[$i]->{'dir'}, $umods{$mods[$i]->{'dir'}} ? "selected" : "", $mods[$i]->{'desc'}; } print "</select>\n"; print "<select name=mods3 size=$mp multiple>\n"; for($i=$mp*2; $i<@mods; $i++) { printf "<option value=%s %s>%s</option>\n", $mods[$i]->{'dir'}, $umods{$mods[$i]->{'dir'}} ? "selected" : "", $mods[$i]->{'desc'}; } print "</select>\n"; print "<br>\n"; print "<a href='' onClick='for(i=0; i<document.forms[0].mods1.options.length; i++) { document.forms[0].mods1.options[i].selected = true; } for(i=0; i<document.forms[0].mods2.options.length; i++) { document.forms[0].mods2.options[i].selected = true; } for(i=0; i<document.forms[0].mods3.options.length; i++) { document.forms[0].mods3.options[i].selected = true; } return false'>$text{'user_sall'}</a> \n"; print "<a href='' onClick='for(i=0; i<document.forms[0].mods1.options.length; i++) { document.forms[0].mods1.options[i].selected = false; } for(i=0; i<document.forms[0].mods2.options.length; i++) { document.forms[0].mods2.options[i].selected = false; } for(i=0; i<document.forms[0].mods3.options.length; i++) { document.forms[0].mods3.options[i].selected = false; } return false'>$text{'user_snone'}</a> \n"; print "<a href='' onClick='for(i=0; i<document.forms[0].mods1.options.length; i++) { document.forms[0].mods1.options[i].selected = !document.forms[0].mods1.options[i].selected; } for(i=0; i<document.forms[0].mods2.options.length; i++) { document.forms[0].mods2.options[i].selected = !document.forms[0].mods2.options[i].selected; } for(i=0; i<document.forms[0].mods3.options.length; i++) { document.forms[0].mods3.options[i].selected = !document.forms[0].mods3.options[i].selected; } return false'>$text{'user_sinvert'}</a><br>\n"; print "</td> </tr>\n"; print "</table></td></tr></table>\n"; print "<table width=100%><tr>\n"; print "<td><input type=submit value='$text{'save'}'></td></form>\n"; %mdesc = map { $_->{'dir'}, $_->{'desc'} } @mods; foreach $h (@hosts) { local %ingroup; foreach $g (@{$h->{'groups'}}) { map { $ingroup{$_}++ } @{$g->{'members'}}; } local ($g) = grep { $_->{'name'} eq $in{'group'} } @{$h->{'groups'}}; next if (!$g); local ($s) = grep { $_->{'id'} == $h->{'id'} } @servers; local $d = &server_name($s); $sel .= "<option value='$h->{'id'},'>".&text('user_aclhg', $d)."</option>\n" if (!$ingroup{$in{'group'}}); foreach $m (@{$h->{'modules'}}) { local @gm = $ingroup{$in{'group'}} ? @{$g->{'ownmods'}} : @{$g->{'modules'}}; next if (&indexof($m->{'dir'}, @gm) < 0); $sel .= "<option value='$h->{'id'},$m->{'dir'}'>". &text('user_aclh', $m->{'desc'}, $d)."</option>\n"; } } if ($sel) { print "<form action=edit_acl.cgi><td align=center>\n"; print "<input type=hidden name=group value='$in{'group'}'>\n"; print "<input type=submit value='$text{'user_acl'}'>\n"; print "<select name=modhost>\n"; print $sel; print "</select></td></form>\n"; } print "<form action=delete_group.cgi>\n"; print "<input type=hidden name=group value=\"$in{'group'}\">\n"; print "<td align=right><input type=submit value='$text{'delete'}'></td></form>\n"; print "</tr></table>\n"; # Show hosts with the group print &ui_hr(); print &ui_subheading($text{'group_hosts'}); @icons = map { "/servers/images/$_->{'type'}.gif" } @got; @links = map { "edit_host.cgi?id=$_->{'id'}" } @got; @titles = map { &server_name($_) } @got; &icons_table(\@links, \@titles, \@icons); &ui_print_footer("", $text{'index_return'});
Close