In Hydra, default number of connects in parallel per target is 16 and it can be changed with -t
flag.
E.g. -t 100
for 100 connection in parallel per target.
wolf@linux:~$ hydra -h | grep parallel
-t TASKS run TASKS number of connects in parallel per target (default: 16)
-T TASKS run TASKS connects in parallel overall (for -M, default: 64)
wolf@linux:~$
What about wfuzz? I did not see this info in it’s help menu. Is it possible to change it’s value?
wolf@linux:~$ wfuzz -h | egrep -i 'thread|parallel'
wolf@linux:~$
Go to Source
Author: Wolf