Michael Blake
Michael Blake
Most recently, I was thinking of writing a utility to setup Arjun, which outputs as a JSON file.
Hey, I've been getting around this by outputting JSON into one file, then merging the lines using `sed`. Here's what I'm currently using... ``` sed -i '/{}/d' myFile.json sed -i...
How would I know what to use as my fr flag if the errors happen sporadically? Plus, that would require me to stop my scan, add the regex, then restart...
I'll give an example. Let's say you run `ffuf -w mywordlist.txt -u https://example.com/FUZZ -ac -mc all`. Everything is going great, except 20k requests in you get a few 504s. Ffuf...
In the example I'm giving, the 504 has nothing to do with the path given. Yes, it indicates that the server had trouble fulfilling the request, but that doesn't mean...