Skip to content

Commit dfe3a4f

Browse files
author
RageLtMan
committed
msftidy and module placement per todb
1 parent 225b15f commit dfe3a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/discovery/external_ip.rb renamed to modules/auxiliary/gather/external_ip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run_host(ip)
5353
end
5454
rescue ::Rex::ConnectionRefused, ::Rex::HostUnreachable, ::Rex::ConnectionTimeout
5555
rescue Timeout::Error, Errno::EINVAL, Errno::ECONNRESET, EOFError, Errno::ECONNABORTED, Errno::ECONNREFUSED, Errno::EHOSTUNREACH =>e
56-
puts e.message
56+
raise "#{e}"
5757
end
5858
end
5959

0 commit comments

Comments
 (0)