Mzack9999
Mzack9999
It seems like the server behaves differently depending on the random user agent. For example: - `User-Agent: Opera/9.80 (X11; Linux i686) Presto/2.12.388 Version/12.16` => `HTTP/1.1 200 OK` - `User-Agent: Mozilla/5.0...
~~On Hold - Depends on https://github.com/projectdiscovery/nuclei/issues/2253~~ (implemented differently in nuclei)
Already implemented in https://github.com/projectdiscovery/httpx/pull/825 - cc @ehsandeep
Proposal: - Add new field `digest-type` accepting `RFC2069` or `RFC2617`
Not reproducible with docker, virtualbox and qemu, memory consumption is always under 300mb. While proceeding with vps testing (probably cloud hookings might interfere with memory management?), dozens of runs anyway...
@zy9ard3 sure, I was testing with 1 million targets input list and the machine I tested with had the following settings: - Ram: 1Gb - OS: Ubuntu 22.04 Which cloud...
Possible implementations: - `ForceAttemptHTTP2` Transport Option: ```go http.Transport = &http.Transport{ForceAttemptHTTP2: true} ``` - Using pure http2 client: ```go import `golang.org/x/net/http2` ... transport := &http2.Transport{} ``` Related: https://github.com/projectdiscovery/team-backlogs/issues/157
On Hold - Check if it's already covered by https://github.com/projectdiscovery/nuclei/pull/1767
@dependabot rebase
@dependabot recreate