Skip to content

Releases: epi052/feroxbuster

v1.0.4

12 Oct 12:22
185808b
Compare
Choose a tag to compare

While helping github user @Flangyver troubleshoot the bug that was fixed in v1.0.3, we realized that log records couldn't actually be redirected to a file (this is due to the progress bar library's expected behavior). This version addresses that shortcoming.

  • -v enabled logging can be saved to a file by also using -o
    • -v logging can NOT be redirected using >, |, etc...

Example:

./feroxbuster -u http://example.com -o trace.log -vvvv

v1.0.3

09 Oct 02:08
71649d1
Compare
Choose a tag to compare
  • fixed instances of duplicate scans during recursion
    • in certain situations a scan against http://example.com and http://example.com/ could both be running at the same time (the same goes for any sub-directory found during recursion

Special thanks to github user @Flangyver for notifying me about the bug ❤️

v1.0.2

07 Oct 23:07
Compare
Choose a tag to compare
  • altered request timeouts to be logged as warnings instead of errors
    • timeouts can still be viewed with 1 or more -v's as part of the command
    • all other errors encountered during a request remain errors

v1.0.1

06 Oct 00:44
Compare
Choose a tag to compare
  • fixed an issue that could present itself when join was called more than once
    • instead of relying on directory depth to determine whether to call .join or not, an AtomicUsize is checked instead

Thanks to twitter user @BoDresha for reaching out and letting me know about the bug!

v1.0.0

04 Oct 15:30
Compare
Choose a tag to compare

🥳 First major release 🥳

v0.2.1

03 Oct 15:17
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • added /etc/feroxbuster as a valid config location
  • updated .deb to install the example config at /etc/feroxbuster
  • updated .deb to respect /etc/feroxbuster/ferox-config.toml as a conffile

v0.2.0

03 Oct 13:21
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • config file is now searched for in multiple locations
    • ~/.config/feroxbuster
    • same dir as feroxbuster
    • cwd
  • added some better error messaging
  • updated docs/readme to reflect changes to config management
  • updated .deb to respect a config file found at ~/.config/feroxbuster

v0.1.0

01 Oct 12:06
9a5e680
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

As mentioned in the README, i'm releasing this earlier than normal. Loading up the most current build for anyone that lands here before 1.0.0.