hashcat Forum

Full Version: Usage: hashcat [options] hashfile [mask|wordfiles|directories]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
UPDATE : I do my prevision problem to work by adding NUL NUL at the end of the command but now I have another problem:

Code:
C:\Users\George>C:\Users\George\Desktop\hashcat\hashcat-cli32.exe -a 3 -m 1000 -
o D:\output.txt --pw-min=10 --pw-max=14 --output-format=0 --custom-charset1=?d!*
GELDASVgeldasv D:\hash.txt NUL NUL
Initializing hashcat v0.42 by atom with 8 threads and 32mb segment-size...

Added hashes from file D:\hash.txt: 1 (1 salts)
Activating quick-digest mode for single-hash

NOTE: press enter for status-screen

Started: Wed Feb 27 23:26:31 2013
Stopped: Wed Feb 27 23:26:32 2013

C:\Users\George>

Why nothing is happen ?
You need a mask or a wordlist. Try reading the wiki.
>hashcat-cli32.exe -a 3 -m 1000 -o D:\output.txt --output-format=0 D:\hash.txt ?l?l?l?l?l?l
George02 Wrote: [ -> ]I want to hash a NTLM with max-lenght 14 and min-lenght 10 charset = ?d*!_"GLEDCgledc brute force.

Code:
hashcat-cli32 -n16 -m1000 -a3 -1 ?d*!_GLEDCgledc^" --pw-min=10 -o d:\output.txt d:\hash.txt ?1?1?1?1?1?1?1?1?1?1?1?1?1?1
in your first example, you specified -o twice and did not provide a mask.

not sure what happened in your second example.

anyway, just slow down, read the output of -h, and read the wiki.
... way to completely change your entire post after several people have commented on it.
Did he just edit his whole post?
yes, he edited his entire post and completely changed the question. i'm closing this thread.

George, take a day off to learn some fucking netiquette.