Error ? --pw-min is a reserved parameter for Prince attack mode - 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: Error ? --pw-min is a reserved parameter for Prince attack mode (/thread-4634.html) |
Error ? --pw-min is a reserved parameter for Prince attack mode - Zidinjo - 08-25-2015 Hi guys, i just downloaded this program today. I loadet some hash pw into the program and I started it. But first of all i get an Error Message of --pw-min is a reserved parameter for Prince attack mode. I change some paramter but always the error appear on my screen. Can anyone help me ? I got a second question. Is it possible to crack md5 Hash pw´s ? I sniff some with Wireshark and i only get the hash values of the pakets. RE: Error ? --pw-min is a reserved parameter for Prince attack mode - mastercracker - 08-25-2015 Post your command line so that we can see what is wrong with your syntax. RE: Error ? --pw-min is a reserved parameter for Prince attack mode - philsmd - 08-25-2015 From the --help output (and wiki and forum and ...) you can easily see that the options you are looking for are: Code: --increment Enable increment mode This is the case for oclHashcat and also cpu hashcat (since more than 1/2 a year, see https://hashcat.net/trac/ticket/572 ). increment mode works the same way for cpu hashcat and oclHashcat, i.e. no increment by default, but if you specify --increment (ocl)hashcat starts to increment from length 1, unless you did specify the --increment-min option. |