Skip to content

Commit

Permalink
Removes TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranleese-r7 committed Sep 6, 2024
1 parent 29bfc1c commit 4185b1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/metasploit/framework/login_scanner/ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ class LDAP
include Metasploit::Framework::LDAP::Client
include Msf::Exploit::Remote::LDAP

# TODO: Verify if we need this additional metadata: https://github.com/rapid7/metasploit-framework/blob/master/lib/metasploit/framework/login_scanner/http.rb#L15-L23
LIKELY_PORTS = [ 389, 636 ]
LIKELY_SERVICE_NAMES = [ 'ldap', 'ldaps', 'ldapssl' ]
LIKELY_SERVICE_NAMES = %w[ldap ldaps ldapssl]

attr_accessor :opts, :realm_key
# @!attribute use_client_as_proof
Expand Down

0 comments on commit 4185b1f

Please sign in to comment.