nuclei
nuclei copied to clipboard
Adding missing template filters for workflows
Discussed in https://github.com/projectdiscovery/nuclei/discussions/2553
- [ ] Support for all the filtering options for workflows (currently, only
-s/seveirtyis supported)
Note: supports need to be implemented similarly like currently
-s/seveirtyis supported.
Originally posted by savushkin-yauheni September 4, 2022 Hi all.
Does exclude-severity option work in workflows ? It seems that it's not.
E.x. workflow:
id: springboot-workflow
info:
name: Spring Boot Security Checks
author: dwisiswant0
description: A simple workflow that runs all Spring Boot related nuclei templates on a given target.
workflows:
- tags: springboot
run nuclei:
nuclei -duc -target https://google.com -w template.yaml -c 30 -timeout 30 -es info -etags jolokia -json --debug-req
You will see requests from technologies/springboot-actuator.yaml templates which is info. And some other info templates.
Am I doing something wrong ?
Thanks for your time!