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 /
syslog-ng /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
389
B
-rw-r--r--
apply.cgi
202
B
-rwxr-xr-x
backup_config.pl
617
B
-rwxr-xr-x
config
189
B
-rw-r--r--
config-Amazon-Linux-2-ALL
187
B
-rw-r--r--
config-CentOS-Linux-7.0-ALL
187
B
-rw-r--r--
config-Redhat-Enterprise-Linux...
187
B
-rw-r--r--
config-Scientific-Linux-7.0-AL...
187
B
-rw-r--r--
config-debian-linux
195
B
-rw-r--r--
config-freebsd
224
B
-rw-r--r--
config-gentoo-linux
210
B
-rw-r--r--
config-openmamba-linux
185
B
-rw-r--r--
config-redhat-linux-12.0-23.0
195
B
-rw-r--r--
config-redhat-linux-24.0-ALL
175
B
-rw-r--r--
config-solaris
196
B
-rw-r--r--
config-suse-linux
127
B
-rw-r--r--
config-syno-linux
121
B
-rw-r--r--
config.info
575
B
-rw-r--r--
config.info.ca
665
B
-rw-r--r--
config.info.ca.UTF-8
673
B
-rw-r--r--
config.info.de
699
B
-rw-r--r--
config.info.de.UTF-8
699
B
-rw-r--r--
config.info.hu
0
B
-rw-r--r--
config.info.nl
651
B
-rw-r--r--
config.info.nl.UTF-8
651
B
-rw-r--r--
config.info.no
629
B
-rw-r--r--
config.info.no.UTF-8
629
B
-rw-r--r--
delete_destinations.cgi
710
B
-rwxr-xr-x
delete_filters.cgi
667
B
-rwxr-xr-x
delete_logs.cgi
549
B
-rwxr-xr-x
delete_sources.cgi
667
B
-rwxr-xr-x
edit_destination.cgi
6.76
KB
-rwxr-xr-x
edit_filter.cgi
4.24
KB
-rwxr-xr-x
edit_log.cgi
2.22
KB
-rwxr-xr-x
edit_source.cgi
9.59
KB
-rwxr-xr-x
index.cgi
1.63
KB
-rwxr-xr-x
install_check.pl
379
B
-rwxr-xr-x
list_destinations.cgi
1.88
KB
-rwxr-xr-x
list_filters.cgi
1.1
KB
-rwxr-xr-x
list_logs.cgi
1.23
KB
-rwxr-xr-x
list_options.cgi
5.63
KB
-rwxr-xr-x
list_sources.cgi
1.04
KB
-rwxr-xr-x
log_parser.pl
685
B
-rwxr-xr-x
module.info
148
B
-rw-r--r--
module.info.ca
130
B
-rw-r--r--
module.info.ca.UTF-8
142
B
-rw-r--r--
module.info.de
112
B
-rw-r--r--
module.info.de.UTF-8
124
B
-rw-r--r--
module.info.hu
36
B
-rw-r--r--
module.info.hu.UTF-8
44
B
-rw-r--r--
module.info.ms_MY
117
B
-rw-r--r--
module.info.ms_MY.UTF-8
129
B
-rw-r--r--
module.info.nl
23
B
-rw-r--r--
module.info.nl.UTF-8
29
B
-rw-r--r--
module.info.no
25
B
-rw-r--r--
module.info.no.UTF-8
31
B
-rw-r--r--
save_destination.cgi
4.99
KB
-rwxr-xr-x
save_filter.cgi
3.64
KB
-rwxr-xr-x
save_log.cgi
1.94
KB
-rwxr-xr-x
save_options.cgi
2.08
KB
-rwxr-xr-x
save_source.cgi
6.11
KB
-rwxr-xr-x
start.cgi
198
B
-rwxr-xr-x
stop.cgi
194
B
-rwxr-xr-x
syslog-ng-lib.pl
20.61
KB
-rwxr-xr-x
view_log.cgi
2.92
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : list_options.cgi
#!/usr/bin/perl # Show global options require './syslog-ng-lib.pl'; $conf = &get_config(); $options = &find("options", $conf); $options ||= { 'members' => [ ] }; $mems = $options->{'members'}; &ui_print_header(undef, $text{'options_title'}, "", "options"); print &ui_form_start("save_options.cgi", "post"); print &ui_table_start($text{'options_header'}, undef, 2); $yesno = [ [ 'yes', $text{'yes'} ], [ 'no', $text{'no'} ], [ '', $text{'default'} ] ]; # Hostname options $use_fqdn = &find_value("use_fqdn", $options->{'members'}); print &ui_table_row($text{'options_use_fqdn'}, &ui_radio("use_fqdn", $use_fqdn, $yesno)); $check_hostname = &find_value("check_hostname", $options->{'members'}); print &ui_table_row($text{'options_check_hostname'}, &ui_radio("check_hostname", $check_hostname, $yesno)); $keep_hostname = &find_value("keep_hostname", $options->{'members'}); print &ui_table_row($text{'options_keep_hostname'}, &ui_radio("keep_hostname", $keep_hostname, $yesno)); $chain_hostnames = &find_value("chain_hostnames", $options->{'members'}); print &ui_table_row($text{'options_chain_hostnames'}, &ui_radio("chain_hostnames", $chain_hostnames, $yesno)); $bad_hostname = &find_value("bad_hostname", $options->{'members'}); print &ui_table_row($text{'options_bad_hostname'}, &ui_opt_textbox("bad_hostname", $bad_hostname, 30, $text{'source_none'})); print &ui_table_hr(); # DNS-related options $use_dns = &find_value("use_dns", $options->{'members'}); print &ui_table_row($text{'options_use_dns'}, &ui_radio("use_dns", $use_dns, $yesno)); $dns_cache = &find_value("dns_cache", $options->{'members'}); print &ui_table_row($text{'options_dns_cache'}, &ui_radio("dns_cache", $dns_cache, $yesno)); $dns_cache_size = &find_value("dns_cache_size", $options->{'members'}); print &ui_table_row($text{'options_dns_cache_size'}, &ui_opt_textbox("dns_cache_size", $dns_cache_size, 6, $text{'default'}). " ".$text{'options_entries'}); $dns_cache_expire = &find_value("dns_cache_expire", $options->{'members'}); print &ui_table_row($text{'options_dns_cache_expire'}, &ui_opt_textbox("dns_cache_expire", $dns_cache_expire, 6, $text{'default'}). " ".$text{'options_secs'}); $dns_cache_expire_failed = &find_value("dns_cache_expire_failed", $options->{'members'}); print &ui_table_row($text{'options_dns_cache_expire_failed'}, &ui_opt_textbox("dns_cache_expire_failed", $dns_cache_expire_failed, 6, $text{'default'})." ".$text{'options_secs'}); print &ui_table_hr(); # File and directory permission options $owner = &find_value("owner", $options->{'members'}); print &ui_table_row($text{'options_owner'}, &ui_opt_textbox("owner", $owner, 13, $text{'default'})." ". &user_chooser_button("owner")); $group = &find_value("group", $options->{'members'}); print &ui_table_row($text{'options_group'}, &ui_opt_textbox("group", $group, 13, $text{'default'})." ". &user_chooser_button("group")); $perm = &find_value("perm", $options->{'members'}); print &ui_table_row($text{'options_perm'}, &ui_opt_textbox("perm", $perm, 13, $text{'default'})); $create_dirs = &find_value("create_dirs", $options->{'members'}); print &ui_table_row($text{'options_create_dirs'}, &ui_radio("create_dirs", $create_dirs, $yesno)); $dir_owner = &find_value("dir_owner", $options->{'members'}); print &ui_table_row($text{'options_dir_owner'}, &ui_opt_textbox("dir_owner", $dir_owner, 13, $text{'default'})." ". &user_chooser_button("dir_owner")); $dir_group = &find_value("dir_group", $options->{'members'}); print &ui_table_row($text{'options_dir_group'}, &ui_opt_textbox("dir_group", $dir_group, 13, $text{'default'})." ". &user_chooser_button("dir_group")); $dir_perm = &find_value("dir_perm", $options->{'members'}); print &ui_table_row($text{'options_dir_perm'}, &ui_opt_textbox("dir_perm", $dir_perm, 13, $text{'default'})); print &ui_table_hr(); # Other misc options $time_reopen = &find_value("time_reopen", $options->{'members'}); print &ui_table_row($text{'options_time_reopen'}, &ui_opt_textbox("time_reopen", $time_reopen, 6, $text{'default'}." (60)"). " ".$text{'options_secs'}); $time_reap = &find_value("time_reap", $options->{'members'}); print &ui_table_row($text{'options_time_reap'}, &ui_opt_textbox("time_reap", $time_reap, 6, $text{'default'}." (60)"). " ".$text{'options_secs'}); $sync = &find_value("sync", $options->{'members'}); print &ui_table_row($text{'options_sync'}, &ui_opt_textbox("sync", $sync, 6, $text{'default'})); $stats = &find_value("stats", $options->{'members'}); print &ui_table_row($text{'options_stats'}, &ui_opt_textbox("stats", $stats, 6, $text{'default'}." (600)"). " ".$text{'options_secs'}); $log_fifo_size = &find_value("log_fifo_size", $options->{'members'}); print &ui_table_row($text{'options_log_fifo_size'}, &ui_opt_textbox("log_fifo_size", $log_fifo_size, 6, $text{'default'}." (100)")); $use_time_recvd = &find_value("use_time_recvd", $options->{'members'}); print &ui_table_row($text{'options_use_time_recvd'}, &ui_radio("use_time_recvd", $use_time_recvd, $yesno)); $log_msg_size = &find_value("log_msg_size", $options->{'members'}); print &ui_table_row($text{'options_log_msg_size'}, &ui_opt_textbox("log_msg_size", $log_msg_size, 6, $text{'default'}." (2048)")." bytes"); $sanitize_filenames = &find_value("sanitize_filenames", $options->{'members'}); print &ui_table_row($text{'options_sanitize_filenames'}, &ui_radio("sanitize_filenames", $sanitize_filenames, $yesno)); print &ui_table_end(); print &ui_form_end([ [ "save", $text{'save'} ] ]); &ui_print_footer("", $text{'index_return'});
Close