hashcat Forum
bug: --remove and --username - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: bug: --remove and --username (/thread-2210.html)



bug: --remove and --username - debhead - 04-06-2013

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.


RE: bug: --remove and --username - Mem5 - 04-06-2013

Reproduced.


RE: bug: --remove and --username - Hash-IT - 04-06-2013

Please post this on the Trac.


RE: bug: --remove and --username - atom - 04-07-2013

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.


RE: bug: --remove and --username - debhead - 04-13-2013

(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.