12-01-2015, 06:17 PM
It worked, but for the A0.M0.hash file. If I do it for my md5_0.hash file I have this :
Which is not really what I expect... Nothing is removed from the md5_0.hash file :/
And I really don't understand why it works for the example file, but not for my file...
Code:
root:~/hashcat-0.50# ./hashcat-cli64.bin --remove -m 0 -o md5outfile md5_0.hash dictionary.txt
This copy of hashcat will expire on 01.01.2016. Please upgrade to continue using hashcat.
Initializing hashcat v0.50 with 1 threads and 32mb segment-size...
Added hashes from file md5_0.hash: 5 (1 salts)
[s]tatus [p]ause [r]esume [b]ypass [q]uit =>
Input.Mode: Dict (dictionary.txt)
Index.....: 1/1 (segment), 14 (words), 97 (bytes)
Recovered.: 4/5 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 14/14 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Tue Dec 1 17:15:22 2015
Stopped: Tue Dec 1 17:15:22 2015
root:~/hashcat-0.50# ./hashcat-cli64.bin --remove -m 0 -o md5outfile md5_0.hash dictionary.txt
This copy of hashcat will expire on 01.01.2016. Please upgrade to continue using hashcat.
Initializing hashcat v0.50 with 1 threads and 32mb segment-size...
Added hashes from file md5_0.hash: 5 (1 salts)
[s]tatus [p]ause [r]esume [b]ypass [q]uit =>
Input.Mode: Dict (dictionary.txt)
Index.....: 1/1 (segment), 14 (words), 97 (bytes)
Recovered.: 4/5 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 14/14 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Tue Dec 1 17:15:24 2015
Stopped: Tue Dec 1 17:15:24 2015
Which is not really what I expect... Nothing is removed from the md5_0.hash file :/
And I really don't understand why it works for the example file, but not for my file...