Skip to content

Commit 15adb82

Browse files
committed
Make smb_login scanner proxy-aware again
1 parent 436b72d commit 15adb82

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)