Prefer peer over rhost/rport

bug/bundler_fix
William Vu 2017-11-01 15:32:32 -05:00
parent 587c9673c6
commit 77181bcc9c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class MetasploitModule < Msf::Auxiliary
end
version = res.headers['X-Jenkins']
print_good("#{rhost}:#{rport} Jenkins Version - #{version}")
print_good("#{peer} - Jenkins Version #{version}")
report_service(
:host => rhost,
:port => rport,