You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Kali(version 2018.2), and the following command, for domain password auditing. No output files are being produced after the command is run and the scrolling list of users/accounts. The command is being run from the same directory as the ntds.dit file. This is being run after esedbexport was successfully run to extract the Database.
I had this same issue. There is a spelling mistake (a missing 's') in the script itself. If you use the option --paswordhashes instead of --passwordhashes it works.
Using Kali(version 2018.2), and the following command, for domain password auditing. No output files are being produced after the command is run and the scrolling list of users/accounts. The command is being run from the same directory as the ntds.dit file. This is being run after esedbexport was successfully run to extract the Database.
dsusers.py ./ntds.dit.export/datatable.3 ./ntds.dit.export/link_table.5 ./hashdumpwork –syshive ../registry/SYSTEM –passwordhashes –lmoutfile lm-out.txt –ntoutfile nt-out.txt –pwdformat john
The text was updated successfully, but these errors were encountered: