Land #7251, CPORT fix for smb_login

This commit is contained in:
William Vu 2016-08-30 00:52:22 -05:00
commit e403df57e0
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class MetasploitModule < Msf::Auxiliary
@scanner = Metasploit::Framework::LoginScanner::SMB.new(
host: ip,
port: rport,
local_port: datastore['CPORT'],
stop_on_success: datastore['STOP_ON_SUCCESS'],
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],
connection_timeout: 5,