When attempting to use the --brute-force option, an error will occur after finding an initial input:
$ timing_attack -p -u 'https://example.com/login' --body '{"email":"testing@example.com","password":"INPUT"}' --brute-force --number 75
/ 'R'
Got too many possibilities to continue brute force:
RA R8 R* R+
I assume what is happening is that the results of these inputs are too similar to each other that the program cannot determine which to proceed with. Is there a particular combination of options that will reduce the probability of this issue occurring?
When attempting to use the
--brute-forceoption, an error will occur after finding an initial input:I assume what is happening is that the results of these inputs are too similar to each other that the program cannot determine which to proceed with. Is there a particular combination of options that will reduce the probability of this issue occurring?