We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0635fee commit 5f044ffCopy full SHA for 5f044ff
modules/exploits/linux/local/docker_daemon_privilege_escalation.rb
@@ -36,7 +36,7 @@ def initialize(info={})
36
37
def check
38
if cmd_exec("sh -c 'docker ps; echo $?'").strip =~ /1$/
39
- print_warning("Failed to access Docker daemon.")
+ print_error("Failed to access Docker daemon.")
40
Exploit::CheckCode::Safe
41
else
42
Exploit::CheckCode::Vulnerable
0 commit comments