Skip to content

Commit 5c447a6

Browse files
author
Brent Cook
committed
Land rapid7#7240, add server_port to HTTP fingerprint
2 parents 4bb93ee + 61f1e7e commit 5c447a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/http/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def http_fingerprint(opts={})
753753

754754
# Create a new fingerprint structure to track this response
755755
fprint = {
756-
:uri => uri, :method => method,
756+
:uri => uri, :method => method, :server_port => rport,
757757
:code => res.code.to_s, :message => res.message.to_s,
758758
:signature => info
759759
}

0 commit comments

Comments
 (0)