Report the epm service as well
git-svn-id: file:///home/svn/framework3/trunk@8737 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
@@ -73,7 +73,13 @@ class Metasploit3 < Msf::Auxiliary
|
||||
end
|
||||
end
|
||||
report_host(:host => ip, :name => name) if name
|
||||
|
||||
report_service(
|
||||
:host => ip,
|
||||
:port => rport,
|
||||
:proto => 'tcp'
|
||||
:name => "dcerpc",
|
||||
:info => "Endpoint Mapper (#{ids.length} services)"
|
||||
)
|
||||
|
||||
rescue ::Interrupt
|
||||
raise $!
|
||||
|
||||
Reference in New Issue
Block a user