Mzack9999

Results 226 comments of Mzack9999
trafficstars

@No-Github Thanks for opening this issue. Unfortunately the standard library enforces strong validation on http protocol. Probably this will be indirectly fixed with https://github.com/projectdiscovery/rawhttp/pull/112

Although it is possible in some hacky way to override the internal `net/textproto/reader.goreadMIMEHeader` via linking after testing, it seems pretty much unreliable as the rest of the response fail to...

@geeknik http proxy is not yet supported by [rawhttp](https://github.com/projectdiscovery/rawhttp) as most proxies would reject non-rfc compliant requests. Anyway, the socks5 proxy should work fine. We can indeed attempt to implement...

Depends on https://github.com/projectdiscovery/rawhttp/issues/85

Can you provide more context about kali linux version? Is it running in a container? In a virtualized environment (eg. VirtualBox)? Could you post the output of `nuclei -hc`? Thanks!

At current time with latest kali linux the issue appears to be standard certificates not installed on the system: ```console # nuclei -v __ _ ____ __ _______/ /__ (_)...

You can obtain this result with nuclei: ```console echo https://hax.lol/ | nuclei -id screenshot -headless ```

Closing as relevant json fields can be extracted with jq. We will try to work on a new utility to manipulate and export data in a generic way, so that...

Closing as the issue seems unrelated to the tool

@ocervell Apologies for the very late reply. Internally we use fastdialer and by default we parse the content of the `hosts` file along with retrying with system resolvers on failure....