Hi,
I'm using hashcat for dictionnary attack and charset attack. No problem at all when I'm using --remove for charset attack. But for dictionnary attack... It doesn't remove any hash at all. There is only one instance for each hash.
For example, I'm using, for dictionnary attack :
But it doesn't remove any hash at all from md5_0.hash file.
If I use
then there is no problem, all found hashes are removed from the hash_file.hash file.
Am I doing something wrong ?
Thanks for your help.
I'm using hashcat for dictionnary attack and charset attack. No problem at all when I'm using --remove for charset attack. But for dictionnary attack... It doesn't remove any hash at all. There is only one instance for each hash.
For example, I'm using, for dictionnary attack :
Code:
hashcat-cli64.bin -m 0 md5_0.hash dictionary.txt -o md5outfile --remove
But it doesn't remove any hash at all from md5_0.hash file.
If I use
Code:
hashcat-cli64.bin -a 3 -1 ?d --increment hash_file.hash ?1?1?1?1?1 --remove --outfile=md5outfile
Am I doing something wrong ?
Thanks for your help.