Replies: 1 comment
-
|
I faced similar problem - nuclei source requires serious modification. Partially I mentioned it here: #5786 and related discussion. In short CDP with authenticated session + removal of new incognito instances solves the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run nuclei
headlesstemplates on pages that are protected by a login form. I have a secret-file that is able to successfully log in and I can confirm that non headless templates are able to access the protected pages. Unfortunately, it seems like the session cookie is not being sent correctly to the requests being made by the headless browser.Is there a setting that I'm missing that's preventing the headless browser from making authenticated requests or is this a bug/feature request for the headless browser and is currently not supported?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions