v2.10.0

epi052/feroxbusterv2.10.0May 6, 2023by epi052

AI Summary

Major update introducing server and client certificate management to enable mTLS (mutual TLS) support for secure scanning.

Key Highlights

  • Adds server and client certificate management
  • Enables mTLS support

New Features

  • Server certificate management (--server-certs)
  • Client certificate management (--client-cert)
  • Client key management (--client-key)

Full Release Notes

## What's Changed
* Adds server and client certificate management; enables mTLS by @lavafroth in https://github.com/epi052/feroxbuster/pull/892
    * `--server-certs`
    * `--client-cert`
    * `--client-key` 

## New Contributors
* @lavafroth made their first contribution in https://github.com/epi052/feroxbuster/pull/892 :tada: 

**Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.9.5...v2.10.0