Skip to content

Commit 587c967

Browse files
authored
Added host and port to output
I added the host and port number to reporting when instances are found.
1 parent 2682e6e commit 587c967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/jenkins_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run_host(ip)
5151
end
5252

5353
version = res.headers['X-Jenkins']
54-
print_good("Jenkins Version - #{version}")
54+
print_good("#{rhost}:#{rport} Jenkins Version - #{version}")
5555
report_service(
5656
:host => rhost,
5757
:port => rport,

0 commit comments

Comments
 (0)