Joona Hoikkala
Joona Hoikkala
Oh, actually, meanwhile you could add yourself to CONTRIBUTORS.md and make a small addition to CHANGELOG.md
Hi @Sam-Lane , sorry that it took so long for me to do the initial review and hence losing the momentum here. I think this is a brilliant addition, and...
Thanks for your kind words. The current autocalibration functionality is going to see a complete rewrite in the future to mitigate this issue as well as improve the reliability.
I have thought of implementing this a couple of times. As @bsysop pointed out, it's quite hard to "get right" in a way that would feel idiomatic for the user....
Cheers, have you checked out `-ac` ? It's currently doing a bit greedy filtering, but I'm reworking it to filter based on the lowest common denominator.
By default `-ac` works in a way that it generates random requests towards the target. In your example above, I think the "default" responses would be something else than the...
Thanks for creating the PR. I'm considering how to approach this. In the past I have been trying to avoid all features that can be handled "outside" of ffuf. I...
Thanks for the very thorough issue details! I think the answer is pretty simple though; seems that you are not providing the correct content-type header for form data in the...
> I have a last question: does ffuf have an option to output the entire HTTP response (header + body) for debugging purpose? Yeah, check out `-od directory_name`
I think there is, at least "for now". It's probably something I should turn on by default as well. I'll see what I can do for the next version.