v1.0.2

projectdiscovery/katanav1.0.2Jun 12, 2023by ehsandeep

AI Summary

This update addresses stability issues in headless mode and introduces options to customize output verbosity and authentication headers.

Key Highlights

  • Support for custom header input from a file
  • Options to omit raw request/response and body from JSONL output
  • Bug fixes for regex parsing and headless mode panic

New Features

  • Custom header file input support
  • Omit raw requests/responses with -omit-raw
  • Omit response body with -omit-body

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed

### 🎉 Features
* Added support for custom header input from file by @RamanaReddy0M in https://github.com/projectdiscovery/katana/pull/436
```console
katana -H cookie.txt -u https://mail.google.com -headless
```
* Added option to exclude raw request/response and body in jsonl output by @maik-s in https://github.com/projectdiscovery/katana/pull/460
```console
   -or, -omit-raw                    omit raw requests/responses from jsonl output
   -ob, -omit-body                   omit response body from jsonl output
```

### 🐞 Bugs
* Fixed issue with regex parsing by @yuzhe-Mortal in https://github.com/projectdiscovery/katana/pull/406
* Fixed panic issue in headless mode by @RamanaReddy0M in https://github.com/projectdiscovery/katana/pull/428
* Fixed issue with custom header input support in headless mode by @tarunKoyalwar in https://github.com/projectdiscovery/katana/pull/437
### 🔨 Maintenance
* Added [documentation for header / cookie input](https://github.com/projectdiscovery/katana#authenticated-crawling) by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/461

Issues closed in this release - https://github.com/projectdiscovery/katana/milestone/6?closed=1

## New Contributors
* @maik-s made their first contribution in https://github.com/projectdiscovery/katana/pull/460

**Full Changelog**: https://github.com/projectdiscovery/katana/compare/v1.0.1...v1.0.2