M. Ángel Jimeno

Results 53 comments of M. Ángel Jimeno

Hi @alchu4n - This seems to be resolved in the current `HEAD` of the project. My best guess is this was caused by a WAF on the servers. ``` $...

Hi @joohoi and @noperator, I just wanted to share with you that it's possible to implement this feature request by using standard library [`http.Transport`](https://pkg.go.dev/net/http#Transport) and implementing a custom [`RoundTrip`](https://pkg.go.dev/net/http#Transport.RoundTrip) method...

What should the output look like? Should we set a limit of max followed redirections? What should its value be? @joohoi

The process was killed. Dmesg should show why but I'll guess it's an OOM issue. How large is that project file? How many targets are there in it?

dmesg should show why the process was killed but I'd bet the cause was OOM.

Although it would be nice to have nuclei preserve the header capitalization it must be noted HTTP/1.1 headers are case insensitive. See https://datatracker.ietf.org/doc/html/rfc7230#section-3.2. ```text Each header field consists of a...

Had a quick look here. Might be caused by this code. https://github.com/projectdiscovery/nuclei/blob/baf7e366585f070aef14f73853685e1aae377f2f/pkg/core/workflow_execute.go#L162-L175 These spawned goroutines don't have a way to know which one goes first, it seems to just trigger...

You'll need to wait for PD to decide if this is something they want to fix and push a new release. In the meantime you can just add ordering there...

This seems to work just fine with the current `dev` _HEAD_. See https://docs.projectdiscovery.io/tools/httpx/running#output-directory > Screenshots are stored in the output/screenshot directory by default. To specify a custom output directory, use...