|
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 |
Answered by
ehsandeep
Aug 13, 2021
Replies: 1 comment
|
@pakkers As of now,
Having this support will definitely make things simple for advanced workflows. |
0 replies
Answer selected by
ehsandeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pakkers As of now,
cookie-reuse: trueis 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.