v1.0.4

projectdiscovery/katanav1.0.4Sep 14, 2023by ehsandeep

AI Summary

Added regex field scope filtering and resume functionality, alongside fixes for headless options and script parsing.

Key Highlights

  • Added custom regex field scope via `-fs`.
  • Added `-resume` crawl option.
  • Fixed missing `ExtractRelativeEndpoints()` function.
  • Added build dependencies for tree-sitter.

New Features

  • Custom regex field scope
  • Resume crawl option
  • Disable redirects flag
  • Tree-sitter build support

Full Release Notes

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

## What's Changed

### 🎉 New Features
* Added support for custom regex on field scope `-fs` option by @c3l3si4n in https://github.com/projectdiscovery/katana/pull/571
```bash
katana -fs '(company-staging.io|company.com)' -u company.com
```
* Added option to disable redirects by @WigzyDev in https://github.com/projectdiscovery/katana/pull/588
```console
   -dr, -disable-redirects  disable following redirects (default false)
```
* Added `-resume` crawl option by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/538
```console
   -resume string  resume crawl using resume.cfg
```
### 🐞 Bug Fixes
* Fixed issue with `-match-regex` option by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/565
* Fixed headless options parsing issue by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/564
* Fixed missing `ExtractRelativeEndpoints()` in `scriptJSFileRegexParser()` by @0x123456789 in https://github.com/projectdiscovery/katana/pull/587

### Other Changes
* Added build deps for `go-tree-sitter` -> `tree-sitter` by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/547
* Added readme syntax highlight by @apriil15 in https://github.com/projectdiscovery/katana/pull/553

## New Contributors
* @apriil15 made their first contribution in https://github.com/projectdiscovery/katana/pull/553
* @0x123456789 made their first contribution in https://github.com/projectdiscovery/katana/pull/587
* @c3l3si4n made their first contribution in https://github.com/projectdiscovery/katana/pull/571
* @WigzyDev made their first contribution in https://github.com/projectdiscovery/katana/pull/588

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