Mzack9999

Results 119 comments of Mzack9999

Note: it seems like a bug in the deduplication mechanism in place (probably the value used as key in the map)

Note: wappalyzer browser plugin might have a better coverage (ref: https://chrome.google.com/webstore/detail/wappalyzer-technology-pro/gppongmhjkpfnbhagpmjfkannfbllamg) in case specific javascript runtime checks are performed.

Might be a follow up of https://github.com/projectdiscovery/katana/issues/13

Testing with one million targets on `Ubuntu 22.04` on `amd64`. After a few hours, memory usage is stable at 50 MB. ```console $ go tool pprof http://localhost:8080/debug/pprof/heap Fetching profile over...

On Hold - Needs more investigation as there is no direct way to handle it correctly

- Is this intended as an extension of existing network templates? - Shall we add support for crafting UDP raw packets (this might require using libpcap) as this might help...

@MadMowgli I just downloaded a fresh copy of Kali Linux from https://www.kali.org/get-kali/#kali-virtual-machines: ```console $ uname -a Linux kali 5.16.0-kali7-amd64 #1 SMP PREEMPT Debian 5.16.18-1kali1 (2022-04-01) x86_64 GNU/Linux ``` Using `nuclei`...

Superseded by https://github.com/projectdiscovery/nuclei/issues/2358

General implementation notes: - The workflow should instantiate a cookie jar instance before starting the execution - The templates part of the workflow should be provided with the shared cookie...