01-01-2011, 06:06 AM
(This post was last modified: 01-01-2011, 09:10 AM by big_bad_al.)
Hi all,
First time user and done some googling on how to use hashcat but not getting any love from her today.
I have dumped the passwords from a SAM file of a offline Win7 system with samdump2 and the resulting hash file looks ok.
However when I try to execute I get the following:
Any help appreciated.
Thanks
-Al
First time user and done some googling on how to use hashcat but not getting any love from her today.
I have dumped the passwords from a SAM file of a offline Win7 system with samdump2 and the resulting hash file looks ok.
However when I try to execute I get the following:
Code:
al@al-ubuntu:~/hashcat-0.34$ cat /home/al/Desktop/gateway.txt
Administrator:500:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0:::
Corey:1000:aad3b435b51404eeaad3b435b51404ee:07789b63276053841c4df8965355aec1:::
al@al-ubuntu:~/hashcat-0.34$ sudo ./hashcat-cli.bin -a 3 -m 1000 /home/al/Desktop/gateway.txt
[sudo] password for al:
Initializing with 8 threads and 32mb segment-size...
NOTE: press enter for status-screen
Skipping line: Administrator:500:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0::: (line length exception)
Skipping line: Guest:501:aad3b435b51404eeaad3b435b51404ee:31d6cfe0d16ae931b73c59d7e0c089c0::: (line length exception)
Skipping line: Corey :1000:aad3b435b51404eeaad3b435b51404ee:07789b63276053841c4df8965355aec1::: (line length exception)
No hashes loaded
al@al-ubuntu:~/hashcat-0.34$
Any help appreciated.
Thanks
-Al