02-01-2017, 01:56 PM
(02-01-2017, 12:40 PM)philsmd Wrote: If you use the git version you need to always do all of these steps:
Code:$ make clean
$ git pull
$ make
I also think that reports like this should be directly addressed on github, not here.
Back to the problem... I can't reproduce:
Code:$ cat original_hash_file
ive_changed_the_username:62c2efb7cb601def6b6db1d087ea9ba5
$ cat hashcat.potfile
6b6db1d087ea9ba5:S?A
62c2efb7cb601def:F7R[E|P
$ ./hashcat -m 3000 --username --show --outfile-format 2 original_hash_file
ive_changed_the_username:F7R[E|P
ive_changed_the_username:S?A
Hi, thanks for that.
Just noticed this latop is end of life Ubuntu, I'll sort that out and try again, then post on github if it still happens.