Report_note no longer tries to re-report a service name; it just re-reports port numbers and protocols. This is to avoid unidentifying identified services.

git-svn-id: file:///home/svn/framework3/trunk@10458 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Tod Beardsley 2010-09-24 17:52:25 +00:00
parent 748f2d3acd
commit 09cab24dbf
2 changed files with 2 additions and 3 deletions

View File

@ -524,8 +524,7 @@ class DBManager
:workspace => wspace,
:host => opts[:host],
:proto => opts[:proto],
:port => opts[:port],
:name => opts[:sname]
:port => opts[:port]
)
end
# Update Modes can be :unique, :unique_data, :insert

View File

@ -84,7 +84,7 @@ class Metasploit3 < Msf::Auxiliary
desc << " (domain:#{simple.client.default_domain})"
end
print_status("#{rhost} is running #{desc}")
print_status("#{rhost}:#{rport} is running #{desc}")
report_service(
:host => ip,