A place to put my thoughts, and lessons learned in securing the internet of things.
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
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.