-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support su for root privilege escalation #44
Comments
Hi, @E-M |
Basically it is just like su, you run command like: The problem is not that you don't support su or other method, the problem is that you have hardcoded sudo. |
@E-M |
--ask-sudo-password was deleted for security reasons. So, Vuls supports sudo + NOPASSWD in /etc/sudoers on the target server for now. ( see /~https://github.com/future-architect/vuls#usage-configtest section) |
Is sudo the only option for root privilege escalation? We don't use sudo (we cannot even run it), we use other method (similar to su) and because sudo is hardcoded vuls scan fails.
The text was updated successfully, but these errors were encountered: