M. Ángel Jimeno

Results 53 comments of M. Ángel Jimeno

Seems to work without `-tlsi`. I can reproduce this with the provided template and the official docker image on the current `dev` branch. Tested on both Linux and Windows 10...

@SuperXiaoxiong As a veeeeery ugly and never production-ready workaround and only if your target HTTP server supports HTTP2 you can address this by rebuilding nuclei with a go mod replace...

@ehsandeep this is a bit cleaner but still hacky. ```diff diff --git a/do.go b/do.go index 8ca57f7..09acaae 100644 --- a/do.go +++ b/do.go @@ -53,6 +53,12 @@ func (c *Client) Do(req *Request)...