hashcat Forum
Usage: hashcat [options] hashfile [mask|wordfiles|directories] - 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: Usage: hashcat [options] hashfile [mask|wordfiles|directories] (/thread-2106.html)



Usage: hashcat [options] hashfile [mask|wordfiles|directories] - George02 - 02-27-2013

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 ?


RE: Usage: hashcat [options] hashfile [mask|wordfiles|directories] - Bitweasil - 02-27-2013

You need a mask or a wordlist. Try reading the wiki.


RE: Usage: hashcat [options] hashfile [mask|wordfiles|directories] - unix-ninja - 02-27-2013

>hashcat-cli32.exe -a 3 -m 1000 -o D:\output.txt --output-format=0 D:\hash.txt ?l?l?l?l?l?l


RE: Usage: hashcat [options] hashfile [mask|wordfiles|directories] - M@LIK - 02-27-2013

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



RE: Usage: hashcat [options] hashfile [mask|wordfiles|directories] - epixoip - 02-27-2013

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.


RE: Usage: hashcat [options] hashfile [mask|wordfiles|directories] - epixoip - 02-27-2013

... way to completely change your entire post after several people have commented on it.


RE: Usage: hashcat [options] hashfile [mask|wordfiles|directories] - M@LIK - 02-27-2013

Did he just edit his whole post?


RE: Usage: hashcat [options] hashfile [mask|wordfiles|directories] - epixoip - 02-27-2013

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.