Hashcat OpenLDAP MD5 passwords: Revision history

From OISecWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 November 2024

  • curprev 11:1111:11, 2 November 2024Admin talk contribs 654 bytes +654 Created page with " OpenLDAP has the ability to still use MD5 hashed passwords without a salt. In the userPassword field these will look like {MD5}CguNWKsfq1tWI1V95R4sag==. (Which is actually 'thisisnotarealpassword') When exporting them using slapcat they will be base64 encoded and look like: e01ENX1DZ3VOV0tzZnExdFdJMVY5NVI0c2FnPT0K To use them in hashcat do the following: echo -e "e01ENX1DZ3VOV0tzZnExdFdJMVY5NVI0c2FnPT0K" | base64 --decode | sed -e 's/{MD5}//' | base64 --decode | x..." Tag: Visual edit