Remove doesn't work on dictionnary attack ?
#3
I'm using the latest release of cpu hashcat : hashcat-0.50.

I'm certain that my md5_0.hash file is uniqued (can't find what sponge is ?) : 


Code:
root:~/hashcat-0.50# cat md5_0.hash
098f6bcd4621d373cade4e832627b4f6
3ed7dceaf266cafef032b9d5db224717
900150983cd24fb0d6963f7d28e17f72
092e974799a5b3b8771f3a2549e9e7b6
21232f297a57a5a743894a0e4a801fc3



Code:
root:~/hashcat-0.50# sort -u md5_0.hash
092e974799a5b3b8771f3a2549e9e7b6
098f6bcd4621d373cade4e832627b4f6
21232f297a57a5a743894a0e4a801fc3
3ed7dceaf266cafef032b9d5db224717
900150983cd24fb0d6963f7d28e17f72


I tried with the included example :


Code:
root:~/hashcat-0.50# ./hashcat-cli64.bin --remove -m 0 -o md5outfile A0.M0.hash examples/A0.M0.word


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 A0.M0.hash: 102 (1 salts)


All hashes have been recovered

Input.Mode: Dict (examples/A0.M0.word)
Index.....: 1/1 (segment), 102 (words), 2769 (bytes)
Recovered.: 102/102 hashes, 1/1 salts
Speed/sec.: - plains, 96 words
Progress..: 102/102 (100.00%)
Running...: 00:00:00:01
Estimated.: --:--:--:--


Started: Tue Dec  1 16:56:17 2015
Stopped: Tue Dec  1 16:56:18 2015

root:~/hashcat-0.50# ./hashcat-cli64.bin --remove -m 0 -o md5outfile A0.M0.hash examples/A0.M0.word


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



No hashes loaded


I don't really understand what's going on... Am I really missing something this huge ?


Thanks for your help.


Messages In This Thread
RE: Remove doesn't work on dictionnary attack ? - by Autrui - 12-01-2015, 06:01 PM