Report the epm service as well

git-svn-id: file:///home/svn/framework3/trunk@8737 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-03-08 04:35:14 +00:00
parent b0da8cf6d3
commit 5cc63cf983
1 changed files with 7 additions and 1 deletions

View File

@ -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 $!