Skip to content

Commit 8d4ccb5

Browse files
David MaloneyDavid Maloney
authored andcommitted
SMB over NtBIOS no longer works
don't try to run the smb loginscanner against port 139
1 parent eb29bf0 commit 8d4ccb5

File tree

1 file changed

+1
-1
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/smb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module AccessLevels
3030

3131
CAN_GET_SESSION = true
3232
DEFAULT_REALM = 'WORKSTATION'
33-
LIKELY_PORTS = [ 139, 445 ]
33+
LIKELY_PORTS = [ 445 ]
3434
LIKELY_SERVICE_NAMES = [ "smb" ]
3535
PRIVATE_TYPES = [ :password, :ntlm_hash ]
3636
REALM_KEY = Metasploit::Model::Realm::Key::ACTIVE_DIRECTORY_DOMAIN

0 commit comments

Comments
 (0)