Results 1 to 6 of 6

Thread: Problem using bkhive

  1. #1
    Join Date
    2015-Oct
    Posts
    1

    Problem using bkhive

    Hi, I am currently in a forensics course and am trying to use john the ripper to crack a windows password. Whenever I try to use the command 'bkhive' it says command not found. When I load from a bootable Backtrack DVD it works no problem however. Why am I unable to get this to work? hive.jpg

  2. #2
    You can install bkhive from the repos:
    Code:
    apt-get update
    apt-get install bkhive

  3. #3
    Join Date
    2015-Aug
    Posts
    1
    The
    apt-get install bkhive
    command runs, but bkhive is not actually installed. I found this workaround, however, downgrading to previous versions of bkhive and pwdump2:

    apt-get purge bkhive
    apt-get purge pwdump2

    apt-get purge samdump2

    curl http://http.us.debian.org/debian/poo...1-1.1_i386.deb > samdump2_1.1.1-1.1_i386.deb

    dpkg -i samdump2_1.1.1-1.1_i386.deb

    curl http://http.us.debian.org/debian/poo...1.1-1_i386.deb > bkhive_1.1.1-1_i386.deb

    dpkg -i bkhive_1.1.1-1_i386.deb

    https://packages.debian.org/source/wheezy/bkhive

    After that bkhive and pwdump2 work.

  4. #4
    Join Date
    2015-Nov
    Posts
    1
    Is it not true that bkhive has bean removed because samdump2 can do everything bkhive could??

    Capture.jpg

  5. #5
    Join Date
    2016-Jun
    Posts
    1
    so in old instructions we insert samdump2 were it says bkhive?

  6. #6
    Join Date
    2016-Oct
    Posts
    1
    The original "samdump2" in Kali can do "bkhive" what can do.

    Code:
    samdump2 SYSTEM_FILE SAM_FILE
    Get the Hash Completed !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •