Closed bwireman closed 3 years ago
improves http body decoding and enforces max length
echo "www.qq.com" | ./zgrab2 http -p 443 --use-https --max-size=64 --with-body-size | jq .
I decided the initial read should still be limited and that we should just re-enforce length afterwards, but I can see the argument for not doing that
qq.com is a good example because it decodes correctly even though it isn't certain
improves http body decoding and enforces max length
How to Test
Notes & Caveats
I decided the initial read should still be limited and that we should just re-enforce length afterwards, but I can see the argument for not doing that
qq.com is a good example because it decodes correctly even though it isn't certain