mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 21:59:02 +00:00
Use BruteSocket in a bunch of brute scripts
This commit is contained in:
@@ -40,7 +40,7 @@ Driver = {
|
||||
|
||||
connect = function ( self )
|
||||
self.helper = socks.Helper:new(self.host, self.port, { timeout = 10000 })
|
||||
return self.helper:connect()
|
||||
return self.helper:connect(nil, brute.new_socket())
|
||||
end,
|
||||
|
||||
login = function( self, username, password )
|
||||
|
||||
Reference in New Issue
Block a user