Template Example
Workflow
Generic workflows
A generic workflow that runs two templates, one to detect Jira and another to detect Confluence.
Basic conditional workflows
A condition based workflow, which first tries to detect if springboot is running on a target. If springboot is found, a list of exploits executed against it.
Multi condition workflows
This template demonstrates nested workflows with nuclei, where there’s multiple levels of chaining of templates.
Conditional workflows with matcher
This template detects if WordPress is running on an input host, and if found a set of targeted exploits and CVEs are executed against it.
Multiple Matcher workflow
Very similar to the last example, with multiple matcher names.