Replies: 1 comment 3 replies
-
Looks like this line is preventing the call to my In older version, no "matcher status" check is performed, so the I'd like to differentiate between the following conditions:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Nuclei as embedded SDK, for use in an AWS lambda. Basically, I expected my
output.Writer
implementation (which is passed toprotocols.ExecutorOptions.Output
) to have itsWriteFailure
function called when the template execution succeeds to reach the target, but fails to match. Is that not how it works?I've made a repo with the reproduction scenario, with as minimal usage of nuclei as SDK as possible. I could really use some help! We're using nuclei with custom templates to perform detections on hundreds of thousands of ip addresses and hostnames daily. It's become a critical tool!
Repo with README here: https://github.com/mikerott/nuclei-wrapped
Beta Was this translation helpful? Give feedback.
All reactions