katana
katana copied to clipboard
Headless issue with root user.
-hl wont work if your root. But -sc seems to work. You might need to make a --no-sandbox flag for the root only users of the world.

@ehsandeep : Two new flags can be added for the headless browser :
-hns,-headless-no-sandbox Passes the --no-sandbox flag to chromium
-hoa,-headless-optional-arguments Passes optional arguments to chromium
@nullenc0de @parthmalhotra this is now fixed in the dev branch with https://github.com/projectdiscovery/katana/pull/132
new options added:-
-ho, -headless-options string[] start headless chrome with additional options
-nos, -no-sandbox start headless chrome in --no-sandbox mode