mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
Use BruteSocket in a bunch of brute scripts
This commit is contained in:
@@ -44,7 +44,7 @@ Driver =
|
||||
end,
|
||||
|
||||
connect = function ( self )
|
||||
self.socket = nmap.new_socket()
|
||||
self.socket = brute.new_socket()
|
||||
if ( not(self.socket:connect(self.host, self.port, self.opts)) ) then
|
||||
return false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user