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 /
ipsec /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
239
B
-rw-r--r--
backup_config.pl
694
B
-rwxr-xr-x
bootup.cgi
381
B
-rwxr-xr-x
config
241
B
-rw-r--r--
config-Amazon-Linux-2-ALL
235
B
-rw-r--r--
config-CentOS-Linux-7.0-ALL
235
B
-rw-r--r--
config-Redhat-Enterprise-Linux...
235
B
-rw-r--r--
config-Scientific-Linux-7.0-AL...
235
B
-rw-r--r--
config-coherent-linux
256
B
-rw-r--r--
config-debian-linux
235
B
-rw-r--r--
config-mandrake-linux
250
B
-rw-r--r--
config-openmamba-linux
250
B
-rw-r--r--
config-redhat-linux
256
B
-rw-r--r--
config-suse-linux-8.2-ALL
235
B
-rw-r--r--
config-syno-linux
241
B
-rw-r--r--
config-trustix-linux
235
B
-rw-r--r--
config.info
342
B
-rw-r--r--
config.info.ca
378
B
-rw-r--r--
config.info.ca.UTF-8
381
B
-rw-r--r--
config.info.de
386
B
-rw-r--r--
config.info.de.UTF-8
386
B
-rw-r--r--
config.info.es
399
B
-rw-r--r--
config.info.es.UTF-8
401
B
-rw-r--r--
config.info.fr
395
B
-rw-r--r--
config.info.fr.UTF-8
395
B
-rw-r--r--
config.info.nl
388
B
-rw-r--r--
config.info.nl.UTF-8
388
B
-rw-r--r--
config.info.no
373
B
-rw-r--r--
config.info.no.UTF-8
373
B
-rw-r--r--
edit.cgi
8.25
KB
-rwxr-xr-x
edit_config.cgi
3.6
KB
-rwxr-xr-x
edit_policy.cgi
1.3
KB
-rwxr-xr-x
edit_secret.cgi
2.1
KB
-rwxr-xr-x
export.cgi
934
B
-rwxr-xr-x
export_form.cgi
776
B
-rwxr-xr-x
import.cgi
1.61
KB
-rwxr-xr-x
import_form.cgi
776
B
-rwxr-xr-x
index.cgi
5.21
KB
-rwxr-xr-x
install_check.pl
450
B
-rwxr-xr-x
ipsec-lib.pl
10.31
KB
-rwxr-xr-x
list_secrets.cgi
1.08
KB
-rwxr-xr-x
log_parser.pl
820
B
-rwxr-xr-x
module.info
184
B
-rw-r--r--
module.info.ca
121
B
-rw-r--r--
module.info.ca.UTF-8
134
B
-rw-r--r--
module.info.cz
29
B
-rw-r--r--
module.info.cz.UTF-8
35
B
-rw-r--r--
module.info.de
119
B
-rw-r--r--
module.info.de.UTF-8
131
B
-rw-r--r--
module.info.es
35
B
-rw-r--r--
module.info.es.UTF-8
42
B
-rw-r--r--
module.info.ms_MY
128
B
-rw-r--r--
module.info.ms_MY.UTF-8
140
B
-rw-r--r--
module.info.nl
31
B
-rw-r--r--
module.info.nl.UTF-8
37
B
-rw-r--r--
module.info.no
32
B
-rw-r--r--
module.info.no.UTF-8
38
B
-rw-r--r--
newkey.cgi
388
B
-rwxr-xr-x
restart.cgi
210
B
-rwxr-xr-x
save.cgi
4.8
KB
-rwxr-xr-x
save_config.cgi
1.8
KB
-rwxr-xr-x
save_policy.cgi
717
B
-rwxr-xr-x
save_secret.cgi
1.53
KB
-rwxr-xr-x
showkey.cgi
861
B
-rwxr-xr-x
start.cgi
281
B
-rwxr-xr-x
stop.cgi
243
B
-rwxr-xr-x
up.cgi
783
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_secret.cgi
#!/usr/bin/perl # Show one secret key require './ipsec-lib.pl'; &ReadParse(); if ($in{'new'}) { &ui_print_header(undef, $text{'secret_title1'}, ""); $sec = { 'type' => $in{'type'} }; } else { &ui_print_header(undef, $text{'secret_title2'}, ""); @secs = &list_secrets(); $sec = $secs[$in{'idx'}]; } print &ui_form_start("save_secret.cgi", "post"); print &ui_hidden("new", $in{'new'}); print &ui_hidden("type", $sec->{'type'}); print &ui_hidden("idx", $in{'idx'}); print &ui_table_start($text{'secret_header'}, "100%", 2); print &ui_table_row($text{'secret_name'}, &ui_radio("name_def", $sec->{'name'} ? 0 : 1, [ [ 1, $text{'secrets_any'} ], [ 0, $text{'secret_for'} ] ])."\n". &ui_textbox("name", $sec->{'name'}, 30)); print &ui_table_row($text{'secret_type'}, $text{'secrets_'.lc($sec->{'type'})} || uc($sec->{'type'})); if (lc($sec->{'type'}) eq "psk") { # Shared key, with a password $pass = $sec->{'value'} =~ /"(.*)"/ ? $1 : $sec->{'value'}; print &ui_table_row($text{'secret_pass'}, &ui_textbox("pass", $pass, 20)); } elsif (lc($sec->{'type'}) eq "rsa") { # RSA key .. show all editable parts $val = $sec->{'value'}; $val =~ s/^\s*{//; $val =~ s/{\s*$//; while($val =~ /^\s*(\S+):\s+(\S+)((.|\n)*)/) { $rsa{$1} = $2; $val = $3; } foreach $p (&unique(@rsa_attribs, keys(%rsa))) { print &ui_table_row(&text('secret_rsa', $p), $p eq "PublicExponent" ? &ui_textbox("rsa_$p", $rsa{$p}, 10) : &ui_textarea("rsa_$p", &split_line($rsa{$p}, 60),5,60)); } } else { # Unknown!! print &ui_table_row($text{'secret_value'}, &ui_textarea("value", $sec->{'value'}, 20, 60)); } print &ui_table_end(); if ($in{'new'}) { print &ui_form_end([ [ "create", $text{'create'} ] ]); } else { print &ui_form_end([ [ "save", $text{'save'} ], [ "delete", $text{'delete'} ] ], 100); } &ui_print_footer("list_secrets.cgi", $text{'secrets_return'}, "", $text{'index_return'}); sub split_line { local $str = $_[0]; local $rv; while(length($str) > $_[1]) { $rv .= substr($str, 0, $_[1])."\n"; $str = substr($str, $_[1]); } $rv .= $str."\n"; return $rv; }
Close