Replies: 2 comments
-
|
I am working on this now |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
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.
-
Hi, I'm implementing a scanner with Nuclei integrated in Go code, the code looks like this.
I will only initialise the NewNuclei method once, and there are many scanning tasks. Each scanning task will execute the Exec method concurrently. I want to bring the task id in the output of the Writer. I have thought about it for a long time and have no good ideas. , any suggestions? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions