Fix rebase regressions in jenkins_metaprogramming

Ugh.
master
William Vu 2019-03-21 11:20:21 -05:00
parent 820e0def05
commit 4524707437
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class MetasploitModule < Msf::Exploit::Remote
)
unless res && (version = res.headers['X-Jenkins'])
vprint_error('Jenkins not detected')
vprint_error('Jenkins version not detected')
return CheckCode::Unknown
end
@ -114,7 +114,7 @@ class MetasploitModule < Msf::Exploit::Remote
fail_with(Failure::NotVulnerable, 'Set ForceExploit to override')
end
# NOTE: Jenkins/Groovy/Ivy uses HTTP unconditionally, so we can't use HTTPS
# NOTE: Ivy appears to be using HTTP unconditionally, so we can't use HTTPS
# HACK: Both HttpClient and HttpServer use datastore['SSL']
ssl = datastore['SSL']
datastore['SSL'] = false