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.
1 parent ea32c31 commit b21ea2bCopy full SHA for b21ea2b
modules/auxiliary/scanner/smb/smb_login.rb
@@ -70,6 +70,7 @@ def run_host(ip)
70
@scanner = Metasploit::Framework::LoginScanner::SMB.new(
71
host: ip,
72
port: rport,
73
+ local_port: datastore['CPORT'],
74
stop_on_success: datastore['STOP_ON_SUCCESS'],
75
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],
76
connection_timeout: 5,
0 commit comments