Skip to content

Commit 8b48d3d

Browse files
committed
Print RPORT as well as IP when printing version
1 parent bd2b1e5 commit 8b48d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/gitlab_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize
2222
def run_host(ip)
2323
version = gitlab_version
2424
if version
25-
print_good("Gitlab version range for #{ip}: #{version}")
25+
print_good("Gitlab version range for #{ip}:#{datastore['RPORT']}: #{version}")
2626
report_note(
2727
host: ip,
2828
port: datastore['RPORT'],

0 commit comments

Comments
 (0)