Filters and Advanced Configuration
FuzzSwarm offers several options to filter responses and optimize performance:
Response Filtering
- --filter-size or -f: Filter responses by size.
Example:
This will only display responses that are not 200 bytes.Verbose Output
To see full response bodies, use the --verbose flag:
Threads and Timeout
--threads or -t: Set the number of threads to use. =--timeout: Set the timeout for requests in seconds.
Example with multiple threads and a 5-second timeout:
Read about scripted fuzzing for more advanced usage.