-
I'm trying to test for security headers in my web application with nuclei. Imagine that I have this sitemap:
Then I use raw request to simulate the login. To maintain the session I use cookie_reuse tag), but now, how can analyze the rest of my web pages iterating thrown security headers templates (missing-csp.yaml, missing-hsts.yaml, etc.). Maybe with headless templates ?? Maybe workflows if support cookie session?? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@pakkers As of now,
Having this support will definitely make things simple for advanced workflows. |
Beta Was this translation helpful? Give feedback.
@pakkers As of now,
cookie-reuse: true
is usable within same template, so all the tests needs to be defined in the same template, but as you suggested.Having this support will definitely make things simple for advanced workflows.