nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

Adding missing template filters for workflows

Open ehsandeep opened this issue 3 years ago • 0 comments

Discussed in https://github.com/projectdiscovery/nuclei/discussions/2553

  • [ ] Support for all the filtering options for workflows (currently, only -s/seveirty is supported)

Note: supports need to be implemented similarly like currently -s/seveirty is 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!

ehsandeep avatar Sep 04 '22 06:09 ehsandeep