Skip to content

Tips and Tricks

fyoorer edited this page Mar 17, 2023 · 1 revision
  1. 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.
  2. the --split flag 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.
  3. Use the --no-split flag 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 -request flag, using a local nucei template etc.

Clone this wiki locally