Add the missing note type

git-svn-id: file:///home/svn/framework3/trunk@12840 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-06-03 00:49:45 +00:00
parent bee19278d7
commit 911583930b
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ class Metasploit3 < Msf::Auxiliary
:proto => 'tcp',
:sname => 'postgres',
:port => rport,
:ntype => 'postgresql.fingerprint',
:data => "Unknown Pre-Auth fingerprint: #{result[:unknown]}"
)
end