You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ambiguous, add --Thread flag to specify how many exec you can launch in the same time (useful if we need > 1000 exec/s in the same time as -d is in millisecond)
ariary
changed the title
Set ulimit with large wordlist
Set ulimit or --delay with large wordlist
Sep 13, 2022
Large wordlist will likely open many file descriptors (many go routine etc..).
By default OS (or mac) set a limit for fd opens (
ulimit
).Set it if you are dealing with a large payload:
The text was updated successfully, but these errors were encountered: