Joona Hoikkala

Results 164 comments of Joona Hoikkala

Hi, you need to set up a custom [https://github.com/ffuf/ffuf/blob/master/pkg/ffuf/interfaces.go#L64-L80](OutputProvider) for the Job, within it you can do your custom magic :)

On idea level this is really good, but unfortunately implementing it would require too many compromises for other features and behavior of the tool. I'm listing couple of (unsorted) random...

Thanks for the PR! This looks good, but I have some additional ideas that could make it awesome. Some of them may require some larger changes though: - In addition...

This looks like a case where ffuf should work just as expected, but you didn't add the correct `Content-Type` header of `application/x-www-form-urlencoded` that is required by many form processors. While...

Thanks for the PR! I think we should maintain sensible defaults, and to me opportunistic use of HTTP/2 would be a sensible default. I would love to see the behavior...

There is a possibility of a custom WAF rule that drops the connection based on some part of the request, a typical example would be dropping requests that have the...

The terminal control code you are seeing there is for clearing the current line, it's unfortunately currently required for the progress bar to work correctly. I'll see what I can...

Has there been any progress in this issue?

Yeah, I came to the same conclusion after fiddling around the code a bit. Can't think of any alternative ways to handle that using SAX.

I think the workaround is good, and handles the use case of pointing the validation domain apex to a server that the user would be comfortable storing the credentials to...