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 5b40feb + 15adb82 commit deb2d76Copy full SHA for deb2d76
modules/auxiliary/scanner/smb/smb_login.rb
@@ -71,6 +71,7 @@ def run_host(ip)
71
port: rport,
72
local_port: datastore['CPORT'],
73
stop_on_success: datastore['STOP_ON_SUCCESS'],
74
+ proxies: datastore['PROXIES'],
75
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],
76
connection_timeout: 5,
77
max_send_size: datastore['TCP::max_send_size'],
0 commit comments