Thursday, June 22, 2017

Adding Arch support to Kali2

When you install amd64 arch of kali you will need to install the libraries for x86 support to be able to run i386 based programs and exploits. Do the below to make that happen.

dpkg --add-architecture i386
apt-get update

Stealing hashes in Kali 2 no longer includes bkhive. You can do it all with samdump2

samdump2 SYSTEM SAM > hash.txt

To see the hashes:
cat hash.txt