v2.10.3

epi052/feroxbusterv2.10.3Apr 27, 2024by epi052

AI Summary

Improvements to logging, configuration management, and HTTP request handling to ensure accurate verb usage and header processing.

Key Highlights

  • Improved JSON logs for post-processing
  • Included configuration field in state file
  • Using --data now implies POST HTTP verb
  • Fixed mishandling of whitespace in request headers

New Features

  • Enhanced JSON logging capabilities
  • Config persistence in state files
  • POST verb enforcement for data payloads

Full Release Notes

## What's Changed
* 1105 - improve json logs for post processing by @epi052 in https://github.com/epi052/feroxbuster/pull/1114
* 1097 - included configuration field in state file by @epi052 in https://github.com/epi052/feroxbuster/pull/1114
* 1118 - using --data implies POST HTTP verb by @epi052 in https://github.com/epi052/feroxbuster/pull/1114
* 1122 - fixed mishandling of whitespace for supplied request headers by @epi052 in https://github.com/epi052/feroxbuster/pull/1114

**Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.10.2...v2.10.3