v0.0.2
projectdiscovery/katanav0.0.2Nov 11, 2022by ehsandeep
AI Summary
Initial headless mode improvements and Dockerfile fixes.
Key Highlights
- -no-sandbox option to run headless mode as root user
- -headless-options option to include additional chrome options
- Fixed Dockerfile to include chrome installation
New Features
- No-sandbox flag for headless mode
- Headless options flag for additional Chrome configuration
- Dockerfile Chrome installation fix
Full Release Notes
## What's Changed * Added `-no-sandbox` option to run headless mode as root user by @edoardottt in https://github.com/projectdiscovery/katana/pull/132 * Added `-headless-options` option to include additional chrome options by @edoardottt in https://github.com/projectdiscovery/katana/pull/132 * Fixed nil error with `-version` option by @mschader in https://github.com/projectdiscovery/katana/pull/140 * Fixed Dockerfile to include chrome installation by @ehsandeep in https://github.com/projectdiscovery/katana/pull/156 ## New Contributors * @RohanTheProgrammer made their first contribution in https://github.com/projectdiscovery/katana/pull/138 * @edoardottt made their first contribution in https://github.com/projectdiscovery/katana/pull/132 * @mschader made their first contribution in https://github.com/projectdiscovery/katana/pull/140 **Full Changelog**: https://github.com/projectdiscovery/katana/compare/v0.0.1...v0.0.2