geeknik
geeknik
As per this Firefox [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1241485), the default setting for `dom.workers.maxPerDomain` is now set @ `50`. But when I fire up Firefox Nightly, I see it is set to `512`. Either...
> and issue seems to be related to incorrect yaml and not template logic @tarunKoyalwar I'm pretty sure there is something going on during the validation. Here's an interesting AI...
Compiling the curl fuzzer suite with AFL is actually pretty easy. (@bagder @cmeister2) 1. Run this bash script: ``` #! /bin/bash # Copyright 2019 Google Inc. # # Licensed under...
I was told on Discord that Nuclei supported HTTP2. https://discord.com/channels/695645237418131507/695645237418131510/1229744368651603990 So I guess it doesn't? I really wish there was a straight answer somewhere.
This has been assigned [CVE-2017-11367](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11367).
I like the idea of a tmux or screen style line that sits at the bottom of the console and the relevant nuclei output streams above it. Of course, if...
A suggestion for `-stats` as it is right now: Replacing the `Templates: ###` with the template ID being used by nuclei at that time?
> Stats are printed after each 5 seconds and multiple templates get executed at the same time, so it's not possible to sync stats with running template ID. Hmm, I've...