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 872f432 commit 1a4e1adCopy full SHA for 1a4e1ad
modules/auxiliary/gather/ldap_hashdump.rb renamed to modules/auxiliary/gather/ldap_passwords.rb
@@ -10,6 +10,9 @@ class MetasploitModule < Msf::Auxiliary
10
include Msf::Exploit::Remote::LDAP
11
include Msf::OptionalSession::LDAP
12
13
+ include Msf::Exploit::Deprecated
14
+ moved_from 'auxiliary/gather/ldap_hashdump'
15
+
16
PASSWORD_ATTRIBUTES = %w[clearpassword mailuserpassword ms-mcs-admpwd password passwordhistory pwdhistory sambalmpassword sambantpassword userpassword userpkcs12]
17
18
def initialize(info = {})
0 commit comments