-
Notifications
You must be signed in to change notification settings - Fork 116
Tips and Tricks
fyoorer edited this page Mar 17, 2023
·
1 revision
- The initial setup builds and uploads the docker image to your container registry and may take long time depending on your internet speed. You can run this step from a VPS if your upload speed is slow.
- the
--splitflag is very powerful to fine tune how many instances are activated at a time. If you keep it very low, then that results in large number of chunks which slows down uploading. - Use the
--no-splitflag to use a file without splitting. This is useful when you want to pass a raw file for the command to work on e.g. ffuf with-requestflag, using a local nucei template etc.