Skip to content

Commit deb2d76

Browse files
committed
Land rapid7#9058, Add proxies back to smb_login
2 parents 5b40feb + 15adb82 commit deb2d76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/smb/smb_login.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def run_host(ip)
7171
port: rport,
7272
local_port: datastore['CPORT'],
7373
stop_on_success: datastore['STOP_ON_SUCCESS'],
74+
proxies: datastore['PROXIES'],
7475
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],
7576
connection_timeout: 5,
7677
max_send_size: datastore['TCP::max_send_size'],

0 commit comments

Comments
 (0)