hashcat Forum

Full Version: bug: --remove and --username
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Reproduced.
Please post this on the Trac.
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.
(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.