-
Has anyone successfully used the proxy configuration in combination with a headless test? I've found that normal templates can use the proxy config just fine, but headless templates using Chromium do not. From what I can tell the proxy setting is passed to the browser in code: nuclei/v2/pkg/protocols/headless/engine/engine.go Lines 57 to 59 in f5fb8aa And I can see that the option is passed to chromium as:
Furthermore if I run the same browser with almost all the same options (only I'm at a loss as to why the creation of a browser window programatically would disable the proxy settings, but this is the only difference I can think of at the moment. Other infoFull command which starts the headless chromium instance
Chromium version
Nuclei version
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@tomdottom thank you for pointing this out, this is now fixed and pushed in the dev version - #1129 |
Beta Was this translation helpful? Give feedback.
@tomdottom thank you for pointing this out, this is now fixed and pushed in the dev version - #1129