Skip to content

Commit

Permalink
Make smb_login scanner proxy-aware again
Browse files Browse the repository at this point in the history
  • Loading branch information
hph86 committed Oct 9, 2017
1 parent 436b72d commit 15adb82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/auxiliary/scanner/smb/smb_login.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def run_host(ip)
port: rport,
local_port: datastore['CPORT'],
stop_on_success: datastore['STOP_ON_SUCCESS'],
proxies: datastore['PROXIES'],
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],
connection_timeout: 5,
max_send_size: datastore['TCP::max_send_size'],
Expand Down

0 comments on commit 15adb82

Please sign in to comment.