Report host and port to db in scanner/portscan/tcp

git-svn-id: file:///home/svn/framework3/trunk@5953 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
kris 2008-11-19 04:05:35 +00:00
parent 6219b1873e
commit 4810fef77c
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ class Metasploit3 < Msf::Auxiliary
}
)
print_status(" TCP OPEN #{ip}:#{port}")
report_service(:host => ip, :port => port)
s.close
rescue ::Interrupt
raise $!