Mzack9999

Results 264 comments of Mzack9999

superseded by https://github.com/projectdiscovery/nuclei/pull/6296

This is reproducible with an http server with very long http responses as all of them are hold in memory

@mastercho would it be possible to test if the PR https://github.com/projectdiscovery/nuclei/pull/6571 fixes the issue?

Nice one! I was thinking about something similar with automatic detection of rate limit from RL headers combined with https://github.com/projectdiscovery/ratelimit/tree/feat-per-key-limit to make the tool compliant with them without slowness. Just...

After review, probably the easiest option would be just to wipe the folder and unzip the new template pack. In this way all outdated templates and paths would be removed....

@Sevada797 You need to use the `-resp` flag in order to obtain the record type response, otherwise the tool just filter out the inputs having the specific response type

Looks like legitimate behaviour, the server requires authentication for any non-empty `basedn`: ``` % ldapsearch -H ldap://xx.xx.xx.xx:3268 -x -b "dc=iim,dc=com" "(objectClass=*)" -v # extended LDIF # # LDAPv3 # base...

@Zcentury Thanks for reporting the issue, this will be indirectly fixed upon new https://github.com/projectdiscovery/dsl release

@p-l- Thanks for your PR. I reviewed the code and it seems that the code present in the `dev` branch already handles the cases correctly. At line https://github.com/projectdiscovery/nuclei/blob/361f87773067d00c593aad0be56003d6ff7c9782/pkg/catalog/loader/loader.go#L590 the unverified...