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-b9f4589650daunstable
parent
748f2d3acd
commit
09cab24dbf
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue