Releases: epi052/feroxbuster
Releases · epi052/feroxbuster
v1.0.4
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
- fixed instances of duplicate scans during recursion
- in certain situations a scan against
http://example.com
andhttp://example.com/
could both be running at the same time (the same goes for any sub-directory found during recursion
- in certain situations a scan against
Special thanks to github user @Flangyver for notifying me about the bug ❤️
v1.0.2
v1.0.1
- 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
v0.2.1
v0.2.0
- 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