Replies: 2 comments
-
@ehsandeep could you help answer this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@osean-man JSONL output events are generated per match; if you are looking for grouped view of results, you can consider using See #3961 for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I run something like
katana -u https://security-crawl-maze.app | nuclei ...other options
I will end up with lots of duplicates. There are instances where duplicates are wanted, but for example, finding HTTP headers I will end up with lots of findings for the same thing. If I see a missing header, chances are I'm going to assume it's missing everywhere. For example, I may get 1 finding for every URL Katana finds for [http-missing-security-headers:x-frame-options]. I'm curious if there is a way to either:*I asked one of the PD guys at Defcon about this and they said they should already be grouped, but I don't observe that behavior.
I'm using Nuclei 2.9.11.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions