01-23-2016, 01:05 PM
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.
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.