Skip to content

Releases: epi052/feroxbuster

v2.10.3

27 Apr 11:08
87b6589
Compare
Choose a tag to compare

What's Changed

  • 1105 - improve json logs for post processing by @epi052 in #1114
  • 1097 - included configuration field in state file by @epi052 in #1114
  • 1118 - using --data implies POST HTTP verb by @epi052 in #1114
  • 1122 - fixed mishandling of whitespace for supplied request headers by @epi052 in #1114

Full Changelog: v2.10.2...v2.10.3

v2.10.2

01 Mar 13:02
Compare
Choose a tag to compare

What's Changed

  • removed scan target headers from feroxbuster-update check by @epi052 in #1033
  • --collect-backups accepts custom backup extension list by @epi052 in #1035
  • fixed issue where --silent included too much info on found dir by @epi052 in #1067
  • --parallel time limit enforced on individual directories instead of main thread by @epi052 in #1072
  • query fontconfig to determine if Noto Color Emoji is installed by @tritoke in #1083
  • updated upstream library that was causing tokio-runtime-worker panics; they're correctly reported as Err from the library now
  • re-added .deb install method to releases
  • fixed issue where early redirect loop would cause ferox to hang indefinitely

New Contributors

Full Changelog: v2.10.1...v2.10.2

v2.10.1

09 Nov 02:37
fe71f28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.10.1

v2.10.0

06 May 13:19
8d0614b
Compare
Choose a tag to compare

What's Changed

  • Adds server and client certificate management; enables mTLS by @lavafroth in #892
    • --server-certs
    • --client-cert
    • --client-key

New Contributors

Full Changelog: v2.9.5...v2.10.0

v2.9.5

27 Apr 00:26
1cf37e3
Compare
Choose a tag to compare

What's Changed

special thanks to @aroly for reporting the issue, @lavafroth for the workaround, and @aancw for furthering the discussion! 🎉

Full Changelog: v2.9.4...v2.9.5

v2.9.4

20 Apr 11:50
Compare
Choose a tag to compare
  • reduced memory usage overall
  • improved speed during link extraction
  • updated dependencies. most significantly, indicatif, which hasn't been updated for well over a year (purposely postponed)
  • added optional install path to install-nix.sh

What's Changed

Full Changelog: v2.9.3...v2.9.4

v2.9.3

12 Apr 00:28
e77c131
Compare
Choose a tag to compare

What's Changed

  • added extensions and status codes into auto filtering decision calculus by @epi052 in #869

Special thanks to @0xdf223 for letting me know about the shortcoming 🥳

Full Changelog: v2.9.2...v2.9.3

v2.9.2

18 Mar 17:21
5d96658
Compare
Choose a tag to compare

What's Changed

  • changed default value for --extract-links to true => added --dont-extract-links to turn off the new default behavior by @epi052 in #834
  • can load a wordlist from its url over http/https by @epi052 in #834
  • updated README with alternative installation methods for brew and chocolatey by @aancw in #824
  • fixed divide by zero error by @epi052 in #834
  • added check for forced recursion when directory listing detected by @epi052 in #834

Special thanks to @aancw for the code, @acut3 for the bug report, and @xaeroborg for the nice quality of life idea 🎉

Full Changelog: v2.9.1...v2.9.2

v2.9.1

12 Mar 12:32
04a43a0
Compare
Choose a tag to compare

What's Changed

  • Implement auto update feature by @aancw in #813
  • scan management can now canx scans started with -u | --stdin | the menu itself by @epi052 in #821
  • feroxbuster can be installed via chocolatey by @aancw in #807
  • fix resume with offset when --methods | --extensions are used by @epi052 in #823

Full Changelog: v2.9.0...v2.9.1

v2.9.0

08 Mar 12:38
Compare
Choose a tag to compare

What's Changed

  • banner is shown again after exiting scan management menu by @aancw in #804
  • improved auto-filtering accuracy
  • Fixed issue where a wildcard redirect caused every request to recurse into that directory by @epi052 in #808; id'd by @0xdf223
  • fixed bug where --auto-tune and --rate-limit could be set in the same scan via --smart/--thorough composite settings; id'd by @GenericUser123

New Contributors

  • @aancw made their first contribution in #804 🥳

Full Changelog: v2.8.0...v2.9.0