Skip to content

Usage_Jitter

Aenosh Rajora edited this page Apr 1, 2025 · 1 revision

Jitter

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.

Usage:

--jitter <ms delay>

Example:

--jitter 2000 will create ~ a 2 second delay between spray attempts.

Clone this wiki locally