2.7.1

epi052/feroxbuster2.7.1May 12, 2022by epi052

AI Summary

Fixes auto-tune bugs, improves extension handling, adds HTTPS default, and supports secondary wordlist location.

Key Highlights

  • Fixed bug in auto-tune logic.
  • Extensions now accept values with or without leading periods.
  • Automatically prepends `https` if no URL scheme is provided.
  • Added support for secondary default wordlist locations.

New Features

  • HTTPS auto-prepending
  • Secondary wordlist location support

Full Release Notes

## What's Changed
* fixed bug in auto-tune
* extensions now accept values with leading period, i.e. `-x .php` and `-x php` behave identically (leading period gets stripped)
* if no url scheme is given, `https` is prepended to the target (`-u hackerone.com` becomes `https://hackerone.com`)
* support for secondary default wordlist location added (`/usr/local/share/seclists...`) 

:tada: Special thanks to @jhaddix, @ippsec, @postmodern, and @DonatoReis for their reports / ideas :tada: 

**Full Changelog**: https://github.com/epi052/feroxbuster/compare/2.7.0...2.7.1