Failed to use the --username switch in Hashcat 3.20 on OS X
#2
Something is wrong with the commandline you posted:

Quote:./hashcat -a 0 -m 3200 --session=all --username -p : potfile-disable -o xxx/xxx_plains.txt --outfile-format=2 -w 2 xxx/xxx_pfile.txt dictionaries/big001.txt

The potfile-disable should be --potfile-disable

Also, from the error you posted

Quote:Hash '--username': Line-length exception

This means hashcat thinks "--username" is the hash. So generally, I think the only problem here is using an wrong commandline.

The error

Quote:ERROR: (null): No such file or directory

Has been fixed for OSX with v3.20. Basically, to workaround, I think you need to mkdir /usr/local/bin but I'm not OSX expert.

The error:

Quote:/bin/sh: gsed: command not found

Also has been fixed for OSX with v3.20.

So the way to go is not to backport. Better find the reason why v3.20 isn't working for you.


Messages In This Thread
RE: Failed to use the --username switch in Hashcat 3.20 on OS X - by atom - 11-27-2016, 02:28 PM