v1.0.5

projectdiscovery/katanav1.0.5Jan 11, 2024by ehsandeep

AI Summary

A minor release adding options to disable redirects and fixing header output issues with XHR requests.

Key Highlights

  • Added `-disable-redirects` flag.
  • Fixed header output for XHR requests.
  • Fixed configuration option `-aff`.

New Features

  • Disable redirects flag
  • Fixed header output for XHR

Full Release Notes

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

## What's Changed

### 🎉 New Features
* Added option to disable redirects with `-disable-redirects` by @ErikOwen in https://github.com/projectdiscovery/katana/pull/630
```console
   -dr, -disable-redirects  disable following redirects (default false)
```

### 🐞 Bug Fixes
* Fixed issue with header in output with XHR requests by @ErikOwen in https://github.com/projectdiscovery/katana/pull/631
* Fixed with `-aff` config option by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/676
* Fixed issue with `-kf` option by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/655
* Fixed issue with blank field with empty value by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/687



**Full Changelog**: https://github.com/projectdiscovery/katana/compare/v1.0.4...v1.0.5