bug: --remove and --username
#1
Exclamation 
A minor bug. When oclhashcat-plus v0.14 is run with --username and --remove, usernames are not retained in the hashes file. So if you are doing N runs on the same hashes file, runs 2 through N fail because there are no longer usernames in the file.

I would expect that hashcat-plus would simply delete the line that the hash is on, but instead it replaces the entire file with only hashes minus the hash that has been cracked. It's a minor bug because the workaround is straightforward - just avoid using --username when cracking hashes.
#2
Reproduced.
#3
Please post this on the Trac.
#4
Not a bug, its simply not supported. The --username switch is supposed to be used in combination with the --show parameter. But its ok, add it to trac as feature request and I will add it.
#5
(04-07-2013, 09:51 AM)atom Wrote: Not a bug, its simply not supported. The --username switch is supposed to be used in combination with the --show parameter. But its ok, add it to trac as feature request and I will add it.

Thank you. The request is in trac #116.