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-software /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
1.01
KB
-rw-r--r--
add.cgi
904
B
-rwxr-xr-x
close.cgi
272
B
-rwxr-xr-x
closeall.cgi
179
B
-rwxr-xr-x
cluster-software-lib.pl
9.51
KB
-rwxr-xr-x
compare.cgi
1.81
KB
-rwxr-xr-x
compare_form.cgi
1.13
KB
-rwxr-xr-x
config
25
B
-rw-r--r--
config.info
108
B
-rw-r--r--
config.info.ca
131
B
-rw-r--r--
config.info.ca.UTF-8
133
B
-rw-r--r--
config.info.cz
73
B
-rw-r--r--
config.info.cz.UTF-8
82
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
106
B
-rw-r--r--
config.info.es.UTF-8
106
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.ms_MY
131
B
-rw-r--r--
config.info.ms_MY.UTF-8
131
B
-rw-r--r--
config.info.nl
130
B
-rw-r--r--
config.info.nl.UTF-8
130
B
-rw-r--r--
config.info.no
133
B
-rw-r--r--
config.info.no.UTF-8
133
B
-rw-r--r--
config.info.pl
118
B
-rw-r--r--
config.info.pl.UTF-8
121
B
-rw-r--r--
defaultacl
6
B
-rw-r--r--
delete_host.cgi
254
B
-rwxr-xr-x
delete_pack.cgi
3.15
KB
-rwxr-xr-x
delete_packs.cgi
2.86
KB
-rwxr-xr-x
do_install.cgi
7.11
KB
-rwxr-xr-x
do_install_serial.cgi
3.55
KB
-rwxr-xr-x
edit_host.cgi
3.84
KB
-rwxr-xr-x
edit_pack.cgi
3.33
KB
-rwxr-xr-x
index.cgi
4.87
KB
-rwxr-xr-x
install_pack.cgi
4.82
KB
-rwxr-xr-x
list_pack.cgi
2.28
KB
-rwxr-xr-x
module.info
427
B
-rw-r--r--
module.info.ca
151
B
-rw-r--r--
module.info.ca.UTF-8
167
B
-rw-r--r--
module.info.cz
37
B
-rw-r--r--
module.info.cz.UTF-8
46
B
-rw-r--r--
module.info.de
137
B
-rw-r--r--
module.info.de.UTF-8
149
B
-rw-r--r--
module.info.es
39
B
-rw-r--r--
module.info.es.UTF-8
45
B
-rw-r--r--
module.info.fr
41
B
-rw-r--r--
module.info.fr.UTF-8
47
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
125
B
-rw-r--r--
module.info.ms_MY.UTF-8
137
B
-rw-r--r--
module.info.nl
35
B
-rw-r--r--
module.info.nl.UTF-8
41
B
-rw-r--r--
module.info.no
35
B
-rw-r--r--
module.info.no.UTF-8
41
B
-rw-r--r--
module.info.pl
129
B
-rw-r--r--
module.info.pl.UTF-8
144
B
-rw-r--r--
open.cgi
250
B
-rwxr-xr-x
openall.cgi
427
B
-rwxr-xr-x
refresh.cgi
1.61
KB
-rwxr-xr-x
search.cgi
1.92
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_host.cgi
#!/usr/bin/perl # edit_host.cgi # Show details of a managed host, and all the packages on it require './cluster-software-lib.pl'; &foreign_require("servers", "servers-lib.pl"); &ReadParse(); &ui_print_header(undef, $text{'host_title'}, "", "edit_host"); @hosts = &list_software_hosts(); ($host) = grep { $_->{'id'} eq $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'}) { $h = $server->{'realhost'} || $server->{'host'}; printf "<td>". &ui_link("/servers/link.cgi/%s/","%s")."</td>\n", $server->{'id'}, $server->{'desc'} ? "$server->{'desc'} ($h:$server->{'port'})" : "$h:$server->{'port'}"; } else { print "<td><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_count'}</b></td>\n"; printf "<td>%d</td>\n", scalar(@packages); print "<td><b>$text{'host_os'}</b></td>\n"; print "<td>$host->{'real_os_type'} $host->{'real_os_version'}</td> </tr>\n"; print "<tr> <td><b>$text{'host_system'}</b></td>\n"; $system = $host->{'package_system'} || $software::config{'package_system'}; print "<td colspan=3>",uc($system),"</td>\n"; print "</tr>\n"; print "</table></td></tr></table>\n"; # Show delete and refresh buttons print "<p></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 tree of packages $heir{""} = ""; foreach $c (sort { $a cmp $b } &unique(map { $_->{'class'} } @packages)) { if (!$c) { next; } @w = split(/\//, $c); $p = join('/', @w[0..$#w-1]); if (!defined($heir{$p})) { $pp = join('/', @w[0..$#w-2]); $heir{$pp} .= "$p\0"; } $heir{$p} .= "$c\0"; $hasclasses++; } # get the current open list %heiropen = map { $_, 1 } &get_heiropen($in{'id'}); $heiropen{""}++; # traverse the hierarchy $spacer = " "x3; print &ui_hr(); print &ui_subheading($text{'host_installed'}); print "<table width=100%>\n"; &traverse("", 0); print "</table>\n"; if ($hasclasses) { print "<p></p>"; print &ui_link("closeall.cgi?id=$in{'id'}",$text{'host_close'}),"\n"; print &ui_link("openall.cgi?id=$in{'id'}",$text{'host_open'}),"<p>\n"; } &ui_print_footer("", $text{'index_return'}); sub traverse { local($s, $act, $i); print "<tr style='border-top: 1px solid #aaaaaa28'> <td>", $spacer x $_[1]; if ($_[0]) { print "<a name=\"$_[0]\"></a>\n"; $act = $heiropen{$_[0]} ? "close" : "open"; print "<a href=\"$act.cgi?id=$in{'id'}&what=",&urlize($_[0]),"\">"; $_[0] =~ /([^\/]+)$/; print "<img border=0 src=images/$act.gif></a> $1</td>\n", } else { print "<img src=images/close.gif> <i>$text{'host_all'}</i></td>\n"; } print "<td><br></td> </tr>\n"; if ($heiropen{$_[0]}) { # print sub-folders followed by packages foreach $i (@packages) { if ($i->{'class'} eq $_[0]) { print "<tr style='border-top: 1px solid #aaaaaa28'> <td>", $spacer x ($_[1]+1); print "<img border=0 src=images/pack.gif></a> \n"; print "<a href=\"edit_pack.cgi?package=", &urlize($i->{'name'}),"\">$i->{'name'}</a></td>\n"; print "<td>$i->{'desc'}</td>\n"; print "</tr>\n"; } } foreach $s (&unique(split(/\0+/, $heir{$_[0]}))) { &traverse($s, $_[1]+1); } } }
Close