ffuf / ffuf

Fast web fuzzer written in Go
MIT License
12.23k stars 1.26k forks source link

No output file when the command does not finish the entire wordlist #86

Closed thelikes closed 4 years ago

thelikes commented 4 years ago

Ffuf does not write to the designated output file unless the command finishes.

Considering wordlists can be rather large and canceling them before completion is a regular thing, the tool should write the output file as it runs, in case something happens and the command is unable to finish.

joohoi commented 4 years ago

This is fixed in #101