Skip to content

Conversation

@Veids
Copy link

@Veids Veids commented Jun 8, 2025

Description

Currently, every single result of ffuf is stored in memory in the Stdout.Results object. This can have a bad effect when working with large dictionaries and their combination (hosts + large wordlist).

So we can use the -dontstoreresults option to disable that behavior and use stdout parameters to get what we need directly from the pipe.

Side effects

  • We can't use the show command from the interactive session as it does nothing with the option enabled.
  • Also, the output to file option becomes useless too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant