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 169052a commit e1d1ff1Copy full SHA for e1d1ff1
modules/exploits/linux/http/vap2500_tools_command_exec.rb
@@ -69,7 +69,7 @@ def exploit
69
print_status("#{peer} - Trying to access the device ...")
70
71
unless check == Exploit::CheckCode::Vulnerable
72
- fail_with(Failure::Unknown, "#{peer} - Failed to access the vulnerable device")
+ fail_with(Failure::NotVulnerable, "#{peer} - Failed to access the vulnerable device")
73
end
74
75
print_status("#{peer} - Exploiting...")
0 commit comments