We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb3f857 + db77061 commit e1ade9cCopy full SHA for e1ade9c
modules/auxiliary/scanner/portscan/tcp.rb
@@ -86,7 +86,6 @@ def run_host(ip)
86
end
87
rescue ::Rex::ConnectionRefused
88
vprint_status("#{ip}:#{port} - TCP closed")
89
- r << [ip,port,"closed"]
90
rescue ::Rex::ConnectionError, ::IOError, ::Timeout::Error
91
rescue ::Rex::Post::Meterpreter::RequestError
92
rescue ::Interrupt
0 commit comments