Skip to content

Commit a3749f1

Browse files
Merge branch 'master' of github.com:rapid7/metasploit-framework
2 parents 52be1c3 + 500cfa6 commit a3749f1

File tree

2 files changed

+6
-134
lines changed

2 files changed

+6
-134
lines changed

lib/msf/core/model/host.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ def attribute_locked?(attr)
3232
def validate_fingerprint_data(fp)
3333
if fp.data.kind_of?(Hash) and !fp.data.empty?
3434
return true
35+
elsif fp.ntype == "postgresql.fingerprint"
36+
# Special case postgresql.fingerprint; it's always a string,
37+
# and should not be used for OS fingerprinting (yet), so
38+
# don't bother logging it. TODO: fix os fingerprint finding, this
39+
# name collision seems silly.
40+
return false
3541
else
3642
dlog("Could not validate fingerprint data: #{fp.inspect}")
3743
return false

modules/exploits/freebsd/telnet/telnet_encrypt_keyid_bruteforce.rb

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)