How to do it...

We will now recover passwords from a windows domain controller:

  1. Open up a terminal by clicking on the terminal icon. 
  2. We need to install a couple of packages to assist us with the cracking of the Active Directory (ADDomain. Specifically, these are libexedb and ntdsxtract
  3. If you do not already have a logon to GitHub, open your browser and go to www.github.com and register as a user.
  4. To download libexedb enter the following commands:
       cd        apt install autoconf automake autopoint libtool pkg-config        git clone https://www.github.com/libyal/libesedb.git        cd libesedb        ./synclibs.sh       ./autogen.sh       ./configure       make install
For more ...

Get Kali Linux Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.