-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Priority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Description
Initial feature request - #725; currently, each request returns as a failed result. Instead, the expected behavior is to return failed for the global template matcher condition, like in the case of the matched result but the opposite.
Nuclei version:
dev | master
Current Behavior:
echo https://example.com | nuclei -id CVE-2022-35405 -ms -nts -silent
[CVE-2022-35405] [failed] [http] [critical] https://example.com
[CVE-2022-35405] [failed] [http] [critical] https://example.com
[CVE-2022-35405] [failed] [http] [critical] https://example.com
[CVE-2022-35405] [failed] [http] [critical] https://example.comExpected Behavior:
echo https://example.com | nuclei -id CVE-2022-35405 -ms -nts -silent
[CVE-2022-35405] [failed] [http] [critical] https://example.comSteps To Reproduce:
echo https://example.com | nuclei -id CVE-2022-35405 -ms -nts -silentAnything else:
Related - #2070
Metadata
Metadata
Assignees
Labels
Priority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.