You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NucleiEngine.Close() closes global state of protocolstate which breaks other current engines, and also new engines created.
also init for protocolstate in nucleiEngine is created once.
nucleiEngine.closeInternal should be exported.
Expected Behavior
.
Steps To Reproduce
Relevant log output
Environment
- OS:
- Nuclei:
- Go:
Anything else?
No response
The text was updated successfully, but these errors were encountered:
yaron12n
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Nov 14, 2024
Is there an existing issue for this?
Current Behavior
NucleiEngine.Close() closes global state of
protocolstate
which breaks other current engines, and also new engines created.also init for
protocolstate
in nucleiEngine is created once.nucleiEngine.closeInternal should be exported.
Expected Behavior
.
Steps To Reproduce
Relevant log output
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: