I have noticed that when I use the "-recursive" and "-o file" options, the only matching patterns included in the file at the end of the ffuf execution are only those of the last executed job. It occurs with all file export formats.
All matching patterns are displayed correctly on screen during the execution of the ffuf process, but do not seem to be included in the final file.
Version: "1.3.0 Kali Exclusive <3".
ffuf example command: "ffuf -u URL/FUZZ -w WORDLIST -mc=all -fc=403,404 -v -c -ac -recursion -recursion-depth 2 -o FILE -of csv"
Thanks