You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey team , I’m trying to create a working Nuclei template for an authenticated scan of a React SPA that uses Auth0 for authentication, and I could use some help.
However, I haven’t found a clear path for handling this kind of dynamic PKCE login flow with Nuclei. Since Nuclei doesn't appear to support intercepting or completing the redirect-based PKCE dance, is there a recommended way to:
Pre-fetch a token (manually or via Puppeteer) and inject it into the scan?
Use a browser automation step to perform the login and persist the session for the template?
Any working examples or approaches for scanning SPAs behind Auth0 (without ROPG) would be super helpful. Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey team , I’m trying to create a working Nuclei template for an authenticated scan of a React SPA that uses Auth0 for authentication, and I could use some help.
Here are the key details:
I’ve gone through the following docs:
However, I haven’t found a clear path for handling this kind of dynamic PKCE login flow with Nuclei. Since Nuclei doesn't appear to support intercepting or completing the redirect-based PKCE dance, is there a recommended way to:
Pre-fetch a token (manually or via Puppeteer) and inject it into the scan?
Use a browser automation step to perform the login and persist the session for the template?
Any working examples or approaches for scanning SPAs behind Auth0 (without ROPG) would be super helpful. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions