![]() |
First time user help pls - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: First time user help pls (/thread-234.html) |
First time user help pls - big_bad_al - 01-01-2011 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: Code: al@al-ubuntu:~/hashcat-0.34$ cat /home/al/Desktop/gateway.txt Any help appreciated. Thanks -Al RE: First time user help pls - big_bad_al - 01-01-2011 (01-01-2011, 06:06 AM)big_bad_al Wrote: Hi all, Also tried just having: aad3b435b51404eeaad3b435b51404ee:07789b63276053841c4df8965355aec1 in a file on its own. Same prob! RE: First time user help pls - Rolf - 01-01-2011 If you want to crack NTLM hashes, you must leave them in: Code: hash Since HC doesnt support LM hashes, NTLM will only work. RE: First time user help pls - big_bad_al - 01-01-2011 (01-01-2011, 01:55 PM)Rolf Wrote: If you want to crack NTLM hashes, you must leave them in: So for : Code: aad3b435b51404eeaad3b435b51404ee:07789b63276053841c4df8965355aec1 since the aa..... is the NT hash, and 07789.... is the NTLM hash I should just have: 07789b63276053841c4df8965355aec1 On a line on its own? -Al RE: First time user help pls - Rolf - 01-01-2011 Yes. aad3... is LM, not NT hash. 0778... is NT/NTLM hash. RE: First time user help pls - big_bad_al - 01-01-2011 (01-01-2011, 07:53 PM)Rolf Wrote: Yes. Cool. Better put that new Cuda card to work with ocl...... Thanks -Al RE: First time user help pls - big_bad_al - 01-02-2011 Slightly OT for this thread, but now trying oclhashcat so I use CUDA and getting: Code: al@al-ubuntu:~/oclHashcat-0.23$ sudo ./oclHashcat32.bin -m 1000 -n 80 ?l?l?l?l?l?l?l?d?d /home/al/min3.hash Cant see where I am going wrong with syntax? I dont want to dictionary it at all, pure brute force it? Cheers -Al RE: First time user help pls - nikkk14 - 01-02-2011 u must use left and right mask sudo ./oclHashcat32.bin -m 1000 -n 80 /home/al/min3.hash ?l?l?l?l ?l?l?l?d?d |