Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It'd be fantastic to have it - it's highly required if the browser are managed from the outside. Apart from that no-incognito is required to use existing browser settings & session. I use such functionality locally and it works like a charm, the only issue I faced is pages leak if some actions like navigation are failed, proposed a tested fix here 6569 |
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.
-
Summary
I would like to request a feature for Nuclei to allow connecting to an already running Chrome instance using a WebSocket debugging URL, similar to Katana's
--chrome-ws-url(-cwu) parameter.Motivation
When running headless templates in Nuclei, I often need to:
Katana currently supports this with the
--chrome-ws-urlparameter:-cwu, –chrome-ws-url string Use Chrome browser instance launched elsewhere with the debugger listening at this URLIt would be very useful to have the same parameter in Nuclei for consistency and flexibility during headless scans.
Example Usage
Expected Behavior
Additional Notes
Thank you for considering this feature!
Beta Was this translation helpful? Give feedback.
All reactions