Fix some more things

This commit is contained in:
William Vu
2020-04-07 19:28:37 -05:00
parent 6275b16b04
commit baae9db092
2 changed files with 24 additions and 24 deletions
@@ -70,7 +70,7 @@ class MetasploitModule < Msf::Exploit::Remote
return CheckCode::Unknown('Target did not respond with Server header.')
end
# Server: Nexus/3.21.0-05 (OSS)
# Server: Nexus/3.21.1-01 (OSS)
version = res.headers['Server'].scan(%r{^Nexus/([\d.-]+)}).flatten.first
unless version