Too many collisions with -m 9720
#4
To find collisions you should use only -m 9710 and -m 9720.

To recover the password without looking for collisions use -m 9700. using ?b?b?b?b?b with -m 9700 doesn't really make sense, except if the password is really exactly 5 characters long (and non-ascii characters are possible to input and are used within the password).

The output of -m 9710 can be used as input to -m 9720 to find a valid password collision from the recovered rc4 key.


Messages In This Thread
Too many collisions with -m 9720 - by Mem5 - 01-06-2016, 09:40 AM
RE: Too many collisions with -m 9720 - by Mem5 - 01-23-2016, 12:39 PM
RE: Too many collisions with -m 9720 - by philsmd - 01-23-2016, 01:05 PM
RE: Too many collisions with -m 9720 - by Mem5 - 01-23-2016, 04:58 PM
RE: Too many collisions with -m 9720 - by philsmd - 01-23-2016, 05:15 PM
RE: Too many collisions with -m 9720 - by Mem5 - 01-25-2016, 10:23 PM