Closed uBadRequest closed 7 months ago
Hello,
Could you add checks for HTTP Smuggling/De-Sync attacks? Here's a python script with payloads https://github.com/gwen001/pentest-tools/blob/master/smuggler.py
Thanks!
I will try. But It might be difficult to construct a deformed http request with go standard http lib which checks a lot and try to "fix" that errors. related issue: https://github.com/golang/go/issues/28026
Hello,
Could you add checks for HTTP Smuggling/De-Sync attacks? Here's a python script with payloads https://github.com/gwen001/pentest-tools/blob/master/smuggler.py
Thanks!