Mzack9999

Results 232 comments of Mzack9999

Closing due to inactivity - Let us know if you still need assistance

@acidvegas CLI flags are unrelated to the json structure, it's a design choice to spit out all the data when json is requested in order to avoid multiple marshaling/unmarshaling and...

I'm unable to reproduce the behavior you mentioned with `-td`: ```console $ echo projectdiscovery.io -td -json ... "tech": [ "Cloudflare", "HSTS" ], ``` Could you provide the full command line...

I think this might be expected as `-tlsi` uses randomic cipher settings and this might interfere with ANLP and HTTP/2 narrower cipher suites selection, or simply might imitate some known...

Closing as it seems working as expected - It will be reopened if needed

The issue will be fixed as part of https://github.com/projectdiscovery/nuclei/issues/4800

@stan-threatmate The issue is about high parallelism in bruteforce templates, which causes a lot of buffer allocations to read http responses (up to default 10mb). To mitigate the issue a...

Just tried with an ssh tunnel: ```console $ ssh -D 9000 [email protected] ... debug3: channel 3: status: The following connections are open: #2 client-session (t4 r0 i0/0 o0/0 e[write]/0 fd...

~~would it be possible to provide more context on how to reproduce it? For example which socks5 proxy is being used and which service you are targeting?~~ got them internally

I'm not sure if there might be a problem with this specific socks5 proxy, I can't connect also with `curl`: ```console $ curl -vvv -x socks5://94.xxx.xxx.xxx:2020 https://scanme.sh * Trying 94.xxx.xxx.xxx:2020......