--remove not working correctly?
#1
I ran across a very unusual problem just now.

I had a list I was working on, and wanted to check it. So, I removed my current files, and extracted the passwords from the .pot file, and ran it again with --remove.

cut -c 34- list10.pot >/tmp/t1
rm list10.pot
cp list10.orig list10.txt
./hashcat -a 0 -m 0 --remove -o list10.pot list10.txt /tmp/t1

Added hashes from file list10.txt: 950007 (1 salts)

NOTE: press enter for status-screen

Input.Mode: Dict (/tmp/t1)
Index.....: 1/1 (segment), 724187 (words), 6901757 (bytes)
Recovered.: 723802/950007 hashes, 0/1 salts
Speed/sec.: 36.83k plains, 36.83k words
Progress..: 724187/724187 (100.00%)
Running...: 00:00:00:20
Estimated.: --:--:--:--
Started: Mon Jan 14 10:11:35 2013
Stopped: Mon Jan 14 10:11:57 2013


So far so good - found 723,802 passwords. Then I ran it again, and again, and again over the same list. Each time, it found more passwords!

./hashcat -a 0 -m 0 --remove -o list10.pot list10.txt /tmp/t1
Initializing hashcat v0.42 by atom with 8 threads and 32mb segment-size...

Added hashes from file list10.txt: 226205 (1 salts)

NOTE: press enter for status-screen

Input.Mode: Dict (/tmp/t1)
Index.....: 1/1 (segment), 724187 (words), 6901757 (bytes)
Recovered.: 36048/226205 hashes, 0/1 salts
Speed/sec.: 599.70k plains, 599.70k words
Progress..: 724187/724187 (100.00%)
Running...: 00:00:00:01
Estimated.: --:--:--:--
Started: Mon Jan 14 10:12:26 2013
Stopped: Mon Jan 14 10:12:29 2013
dlr@gp:~/src/hashcat$ ./hashcat -a 0 -m 0 --remove -o list10.pot list10.txt /tmp/t1
Initializing hashcat v0.42 by atom with 8 threads and 32mb segment-size...

Added hashes from file list10.txt: 190157 (1 salts)

NOTE: press enter for status-screen

Input.Mode: Dict (/tmp/t1)
Index.....: 1/1 (segment), 724187 (words), 6901757 (bytes)
Recovered.: 8168/190157 hashes, 0/1 salts
Speed/sec.: 2.00M plains, 2.00M words
Progress..: 724187/724187 (100.00%)
Running...: 00:00:00:01
Estimated.: --:--:--:--
Started: Mon Jan 14 10:12:32 2013
Stopped: Mon Jan 14 10:12:33 2013
dlr@gp:~/src/hashcat$ ./hashcat -a 0 -m 0 --remove -o list10.pot list10.txt /tmp/t1
Initializing hashcat v0.42 by atom with 8 threads and 32mb segment-size...

Added hashes from file list10.txt: 181989 (1 salts)

NOTE: press enter for status-screen

Input.Mode: Dict (/tmp/t1)
Index.....: 1/1 (segment), 724187 (words), 6901757 (bytes)
Recovered.: 3233/181989 hashes, 0/1 salts
Speed/sec.: 4.39M plains, 4.39M words
Progress..: 724187/724187 (100.00%)
Running...: 00:00:00:01
Estimated.: --:--:--:--
Started: Mon Jan 14 10:12:36 2013
Stopped: Mon Jan 14 10:12:38 2013

I can reproduce this on demand, but it works best with a large file.


Messages In This Thread
--remove not working correctly? - by Waffle - 01-14-2013, 08:18 PM
RE: --remove not working correctly? - by undeath - 01-14-2013, 11:22 PM
RE: --remove not working correctly? - by Waffle - 01-14-2013, 11:26 PM
RE: --remove not working correctly? - by atom - 01-15-2013, 12:58 PM
RE: --remove not working correctly? - by Waffle - 01-15-2013, 02:00 PM
RE: --remove not working correctly? - by atom - 01-16-2013, 06:02 PM
RE: --remove not working correctly? - by msalman - 02-09-2013, 10:58 AM
RE: --remove not working correctly? - by atom - 02-09-2013, 06:41 PM
RE: --remove not working correctly? - by msalman - 02-09-2013, 09:46 PM