v2.9.2

epi052/feroxbusterv2.9.2Mar 18, 2023by epi052

AI Summary

Changes the default behavior for link extraction and adds the ability to load wordlists from URLs, fixing several bugs in the process.

Key Highlights

  • Changed default value for --extract-links to true
  • Added --dont-extract-links flag
  • Can load wordlist from URL
  • Fixed divide by zero error
  • Added check for forced recursion when directory listing detected

Breaking Changes

  • Changed default value for --extract-links to true

New Features

  • Wordlist loading from URL
  • Forced recursion detection
  • Link extraction control flags

Full Release Notes

## 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 https://github.com/epi052/feroxbuster/pull/834
* can load a wordlist from its url over http/https by @epi052 in https://github.com/epi052/feroxbuster/pull/834
* updated README with alternative installation methods for brew and chocolatey by @aancw in https://github.com/epi052/feroxbuster/pull/824
* fixed divide by zero error by @epi052 in https://github.com/epi052/feroxbuster/pull/834
* added check for forced recursion when directory listing detected by @epi052 in https://github.com/epi052/feroxbuster/pull/834

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


**Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.9.1...v2.9.2