Skip to content

Commit 1a4e1ad

Browse files
committed
Move ldap_hashdump -> ldap_passwords
We're shifting the focus to password recovery but we'll still gather hashes if they're found.
1 parent 872f432 commit 1a4e1ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/auxiliary/gather/ldap_hashdump.rb renamed to modules/auxiliary/gather/ldap_passwords.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ class MetasploitModule < Msf::Auxiliary
1010
include Msf::Exploit::Remote::LDAP
1111
include Msf::OptionalSession::LDAP
1212

13+
include Msf::Exploit::Deprecated
14+
moved_from 'auxiliary/gather/ldap_hashdump'
15+
1316
PASSWORD_ATTRIBUTES = %w[clearpassword mailuserpassword ms-mcs-admpwd password passwordhistory pwdhistory sambalmpassword sambantpassword userpassword userpkcs12]
1417

1518
def initialize(info = {})

0 commit comments

Comments
 (0)