-
Notifications
You must be signed in to change notification settings - Fork 2
Usage_Jitter
CausticKirbyZ edited this page Aug 2, 2022
·
1 revision
Using the --jitter
flag allows for the configuration of how long it takes between each individual request. This is independent of --threads
and the --jitter
flag determines the overall rate. ie if your login request is super quick, adding more threads will not make the spraying go faster. but decreasing the --jitter
will.
--jitter
will print the current jitter to screen and count down while waiting for the next request.
--jitter <ms delay>
--jitter 2000
will create ~ a 2 second delay between spray attempts.