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 : list_messages.cgi
#!/usr/bin/perl # list_messages.cgi # Display a list of messages for answering machine use. # - If there is no Index file, assume just standard.rmd # - Allow uploading in different formats, with modem conversion require './vgetty-lib.pl'; &ui_print_header(undef, $text{'messages_title'}, ""); @conf = &get_config(); $dir = &messages_dir(\@conf); $index = &messages_index(\@conf); open(INDEX, $index); while(<INDEX>) { s/\r|\n//g; push(@messages, &rmd_file_info("$dir/$_")); } close(INDEX); if (!@messages) { $bak = &find_value("backup_message", \@conf); $info = &rmd_file_info("$dir/$bak"); push(@messages, $info) if ($info); } print "$text{'messages_desc'}<p>\n"; if (@messages) { print "<form action=delete.cgi method=post>\n"; print "<input type=hidden name=mode value=1>\n"; print &select_all_link("del", 0, $text{'received_all'})," \n"; print &select_invert_link("del", 0, $text{'received_invert'}),"\n"; print "<table border width=100%>\n"; print "<tr $tb> <td><br></td> ", "<td><b>$text{'messages_file'}</b></td> ", "<td><b>$text{'received_size'}</b></td> ", "<td><b>$text{'received_speed'}</b></td> ", "<td><b>$text{'received_type'}</b></td> </tr>\n"; foreach $r (sort { $a->{'file'} <=> $b->{'file'} } @messages) { print "<tr $cb>\n"; print "<td><input type=checkbox name=del ", "value='$r->{'file'}'></td>\n"; print "<td><a href='listen.cgi/voicemail.wav?file=", &urlize($r->{'file'}),"&mode=1'>", $r->{'file'},"</a></td>\n"; print "<td>",int($r->{'size'}/1024)." kB","</td>\n"; print "<td>$r->{'speed'}</td>\n"; print "<td>",&text('pvfdesc', $r->{'type'}, $r->{'bits'}), "</td>\n"; print "</tr>\n"; } print "</table>\n"; print &select_all_link("del", 0, $text{'received_all'})," \n"; print &select_invert_link("del", 0, $text{'received_invert'}),"<p>\n"; print "<input type=submit value='$text{'received_delete'}'></form>\n"; } else { print "<p><b>$text{'messages_none'}</b> <p>\n"; } print &ui_hr(); print "$text{'messages_updesc'}<p>\n"; print "<form action=upload.cgi method=post enctype=multipart/form-data>\n"; print "<input type=submit value='$text{'messages_upload'}'>\n"; print "<input name=wav type=file>\n"; print "$text{'messages_fmt'} <select name=format>\n"; foreach $f (&list_rmd_formats()) { printf "<option value='%s' %s>%s</option>\n", $f->{'index'}, $f->{'index'} == $config{'format'} ? "selected" : "", $f->{'desc'}; } print "</select></form>\n"; &ui_print_footer("", $text{'index_return'});
Close