-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to solve "OpenVPN requires super user privileges" #49
Comments
You got this error due to the control in openvpn module. So, your user's SUDO_UID does not exist in environ.keys()'s output.
You can check it by using env command in Kali. If you do not see SUDO_UID parameter, you can try it with sudo. |
|
There are many solutions to solve it. But, two methods come to my mind quickly.
2. You can change the line of the code
to
|
May I ask how to edite client.ovpn , is there a template? |
when I use "python3 crowbar.py -b openvpn -s 172.16.1.2/32 -p 1194 -m /root/WWW/vpn/client.ovpn -U /root/WWW/vpn/userlist -c 123456"
response:
2020-06-21 03:35:44 START
2020-06-21 03:35:44 Crowbar v0.4.1
OpenVPN requires super user privileges
The text was updated successfully, but these errors were encountered: