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 eb29bf0 commit 8d4ccb5Copy full SHA for 8d4ccb5
lib/metasploit/framework/login_scanner/smb.rb
@@ -30,7 +30,7 @@ module AccessLevels
30
31
CAN_GET_SESSION = true
32
DEFAULT_REALM = 'WORKSTATION'
33
- LIKELY_PORTS = [ 139, 445 ]
+ LIKELY_PORTS = [ 445 ]
34
LIKELY_SERVICE_NAMES = [ "smb" ]
35
PRIVATE_TYPES = [ :password, :ntlm_hash ]
36
REALM_KEY = Metasploit::Model::Realm::Key::ACTIVE_DIRECTORY_DOMAIN
0 commit comments