M. Ángel Jimeno
M. Ángel Jimeno
Hi PD team @ehsandeep @Mzack9999 - Would this be okay with you? If so I could open a PR for it. ```diff diff --git a/v2/pkg/reporting/exporters/es/elasticsearch.go b/v2/pkg/reporting/exporters/es/elasticsearch.go index 545ab948..bb77c22a 100644 ---...
Just wanted to leave my 👍🏻 on this PR. I was looking for something prebuilt to erase most of the contents in my profile and this tool + this specific...
Hi @lucasresck - Yes, I experienced it too! Indeed I reached out to the Twitter team asking for their support since I was deleting my data by my own. However,...
Hi @lucasresck - I re-ran the unlike process and can confirm there are at least 228 likes I cannot undo. I guess we will have to wait until Twitter engineering...
I got tired of waiting for them to acknowledge the problem, to be honest. Feel free to open a new thread and I'll share my case too there.
Are you running a 32 bits nuclei copy by any chance, @MadMowgli? ```console runtime/internal/atomic/atomic_386.s:125 +0x11 ``` Could you please share your environment variables (with any sensitive info redacted, ofc), the...
Just had a quick look at this and I might be missing something obvious, but this is what I believe is happening /cc @ehsandeep https://github.com/projectdiscovery/nuclei/blob/dev/v2/pkg/types/resume.go#L25-L39 ```go // ResumeCfg contains the...
Hi @forgedhallpass - I profiled nuclei (dev HEAD as of now) running default configuration against 2 hosts for the following templates: `${HOME}/nuclei-templates/exposures/`. Here are some of the results. `github.com/syndtr/goleveldb/leveldb/memdb.New` ->...
I ran all default templates against a single target (`example.com`). TL;DR: regexp compilation and YAML parsing consume the most memory. The regexp compilation consumes up to 7MB. ```code 74 ....
Hi @bsysop, Here's a server you can run locally to reproduce the issue: ```go package main import ( "log" "net/http" ) func handleOK() http.HandlerFunc { return func(w http.ResponseWriter, _ *http.Request)...