|
oclHashcat-plus --show question
|
|
05-13-2012, 06:50 PM
(This post was last modified: 05-13-2012 07:35 PM by Mem5.)
Post: #1
|
|||
|
|||
|
oclHashcat-plus --show question
Thanks atom.
@phillips323 : each "?1" covers one character only. That's why, to cover 1->7, I use several lines. Another question : I added "--show" but it fails : Quote:oclHashcat-plus64.exe -a 3 -m 3000 --show --custom-charset1 ?d?u?s hash_full.txt ?1?1?1?1?1?1?1 Any idea ? |
|||
|
05-15-2012, 07:57 AM
Post: #2
|
|||
|
|||
|
RE: Bruteforce LM
Any help to use --show wiith my command line ?
I may be wrong, but --show option will show me only full cracked hash (32chars, and not 16), that's right ? |
|||
|
05-15-2012, 01:53 PM
Post: #3
|
|||
|
|||
|
RE: Bruteforce LM
@Mem5:: Hashcat deals with LM hashes as chunks (16-bit hashes):
1- --remove doesn't work with LMs. 2- I just noticed this, --show doesn't work too! whatever the hashes in your hash-file were full (32-bit) or (16-bit), why? BECAUSE hashcat stores them in pot file in (16-bit) form. Thus, when you run something like: Code: hc64p [lm_hash_file] --show1- It will show the "line-length" warning if the file was in (16-bit) form. 2- It will not find anything because the hash-file is in (32-bit) and the pot file is in (16-bit). @atom:: bug? |
|||
|
05-16-2012, 10:33 AM
Post: #4
|
|||
|
|||
|
RE: oclHashcat-plus --show question
M@LIK: you mean byte not bit.
Code: root@sf:~/oclHashcat-plus-0.09# echo -n 133358115 | ./oclHashcat-plus64.bin -m 3000 '9a97671609cb7fcdc79845a985b69350'And then with show to get full password: Code: root@sf:~/oclHashcat-plus-0.09# ./oclHashcat-plus64.bin -m 3000 '9a97671609cb7fcdc79845a985b69350' --show --quietI dont see any problem at all. I think your problem was that you forgot to set the -m 3000 when using --show |
|||
|
05-16-2012, 12:22 PM
Post: #5
|
|||
|
|||
|
RE: oclHashcat-plus --show question
@atom:: Yes! you are right, it's working for me.
I didn't know you have to set "-m" when using "--show". And yeah, bytes not bits -__- Too much ****. |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help



