Skip to content

Commit f5c7f4c

Browse files
author
HD Moore
committed
Remove trailing whitespace
1 parent edaa660 commit f5c7f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,11 +621,11 @@ def http_fingerprint(opts={})
621621

622622
# Bail if we don't have anything to fingerprint
623623
return if not res
624-
624+
625625
# From here to the end simply does some pre-canned combining and custom matches
626626
# to build a human-readable string to store in service.info
627627
extras = []
628-
628+
629629
if res.headers['Set-Cookie'] =~ /^vmware_soap_session/
630630
extras << "VMWare Web Services"
631631
end

0 commit comments

Comments
 (0)