Question: Use nuclei as a library for thrid-party projects? #546
|
It does not seem like nuclei was designed to be used as a library that people can use in their own golang projects. I guess you could programmatically set the flag options but that feels more like a hack. Maybe I'm wrong though? |
Answered by
Ice3man543
Feb 18, 2021
Replies: 2 comments 3 replies
|
@dubs3c this should be possible with the new nuclei refactor currently in dev branch. Initially nuclei wasn't written with Embedded use cases In mind, the new release should fix that to a certain extent! https://github.com/projectdiscovery/nuclei/tree/dev. We will add more usage examples with the new release. |
1 reply
Answer selected by
dubs3c
|
Seems like this is still not possible. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@dubs3c this should be possible with the new nuclei refactor currently in dev branch. Initially nuclei wasn't written with Embedded use cases In mind, the new release should fix that to a certain extent! https://github.com/projectdiscovery/nuclei/tree/dev. We will add more usage examples with the new release.