ffuf icon indicating copy to clipboard operation
ffuf copied to clipboard

No auto-detection of HTTP protocol when specifying -request file

Open Crypto-Cat opened this issue 3 years ago • 0 comments

When saving a HTTP request and running ffuf with the -request [filename] option, you have to specify -request-proto http.

Maybe a better approach would be to check the request e.g. if user doesn't specify the -request-proto on the command line, parse the first line of the request file, checking for "HTTP" and default to -request-proto http?

Crypto-Cat avatar Oct 21 '22 19:10 Crypto-Cat