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
There should be a feature to reuse existing templates by referencing them inside a nuclei template instead of re-writing the already existing config/rule (similar to workflows).
Here, there is a detection step in the first http request of the flow involved which is kind of repetitive as detection for wordpress pre-exists as a separate template. It would be much more easier and remove any kind of redudancy while writing templates if we could just add a reference to the pre-existing templates. Something like:
tarunKoyalwar
changed the title
Reference already existing templates within a template
import already existing templates within a template
May 17, 2024
Please describe your feature request:
There should be a feature to reuse existing templates by referencing them inside a nuclei template instead of re-writing the already existing config/rule (similar to workflows).
Describe the use case of this feature:
Taking this template as an example from here :
Here, there is a detection step in the first http request of the flow involved which is kind of repetitive as detection for wordpress pre-exists as a separate template. It would be much more easier and remove any kind of redudancy while writing templates if we could just add a reference to the pre-existing templates. Something like:
The text was updated successfully, but these errors were encountered: