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 : list_pack.cgi
#!/usr/bin/perl # list_pack.cgi # List all the files in some package require './cluster-software-lib.pl'; &ReadParse(); &ui_print_header(undef, $text{'list_title'}, ""); @servers = &list_servers(); ($s) = grep { $_->{'id'} == $in{'server'} } @servers; &remote_foreign_require($s->{'host'}, "software", "software-lib.pl"); print &ui_subheading(&text('list_files', "<tt>$in{'package'}</tt>", $s->{'desc'} ? $s->{'desc'} : $s->{'host'})); print "<table class='table table-striped table-hover table-condensed' width=100%>\n"; print "<thead><tr><th>$text{'list_path'}</th> ", "<th>$text{'list_owner'}</th> ", "<th>$text{'list_group'}</th> ", "<th>$text{'list_type'}</th> ", "<th>$text{'list_size'}</th> ", "<th>$text{'list_status'}</th> </tr></thead><tbody>\n"; $n = &remote_foreign_call($s->{'host'}, "software", "check_files", $in{'package'}); $files = &remote_eval($s->{'host'}, "software", "\\%files"); for($i=0; $i<$n; $i++) { $sz = $files->{$i,'size'}; $ty = $files->{$i,'type'}; print "<tr>\n"; if ($ty == 3 || $ty == 4) { print "<td valign=top>$files->{$i,'path'} -> ", "$files->{$i,'link'}</td>\n"; print "<td><br></td> <td><br></td>\n"; } else { print "<td valign=top><table width=100% cellpadding=0 ", "cellspacing=0><tr><td>", "$files->{$i,'path'}</td> <td align=right>\n"; if ($ty == 0 || $ty == 5) { print "<a href='view.cgi",$files->{$i,'path'}, "'>$text{'list_view'}</a>"; } print "</td></tr>","</table></td>\n"; print "<td valign=top>$files->{$i,'user'}</td>\n"; print "<td valign=top>$files->{$i,'group'}</td>\n"; } print "<td valign=top>$software::type_map[$ty]</td>\n"; if ($ty != 0) { $sz = "<br>"; } elsif ($sz > 1000000) { $sz = sprintf "%d MB", $sz/1000000; } elsif ($sz > 1000) { $sz = sprintf "%d kB", $sz/1000; } else { $sz .= " B"; } print "<td valign=top>$sz</td>\n"; $err = $files->{$i,'error'}; if ($err) { $err =~ s/</</g; $err =~ s/>/>/g; $err =~ s/\n/<br>/g; print "<td valign=top><font color=#ff0000>$err</font></td>\n"; } else { print "<td valign=top>$text{'list_ok'}</td>\n"; } print "</tr>\n"; } print "</tbody></table><p>\n"; &remote_finished(); &ui_print_footer("edit_pack.cgi?package=".&urlize($in{'package'})."&search=".&urlize($in{'search'}), $text{'edit_return'});
Close