mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 21:09:00 +00:00
Use BruteSocket in a bunch of brute scripts
This commit is contained in:
@@ -59,7 +59,7 @@ Driver =
|
||||
local status, data
|
||||
self.helper = informix.Helper:new( self.host, self.port, "on_nmap_dummy" )
|
||||
|
||||
status, data = self.helper:Connect()
|
||||
status, data = self.helper:Connect(brute.new_socket())
|
||||
if ( not(status) ) then
|
||||
return status, data
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user