Releases: epi052/feroxbuster
Releases · epi052/feroxbuster
v2.6.1
v2.6.0
What's Changed
- Add
--no-state
option, filter queries from links, title-case headers by @godylockz in #474 - added
--collect-extensions
and--dont-collect
- added
--collect-words
- added
--collect-backups
- added
--burp
- added
--burp-replay
- added
--smart
- added
--thorough
- added
--no-state
- added
nlp
module with html-based TF-IDF implementation - fixed bug in
--resume-from
whereScanType::File
scans were erroneously kicked off as though they wereScanType::Directory
- fixed bug where some extracted requests may have been requested with redirects allowed, regardless of runtime config
- fixed bug where the first request made with
--extract-links
was not async - implemented workaround for bug when
--method
wasPOST
,PUT
,PATCH
and--data
was empty/not used (awaiting upstream for a real fix) - query params and fragments are removed from extracted urls before being requested
- updated dependencies
- headers are now Title-Cased
- directory listing detection happens regardless of
--extract-links
usage, however the links found therein are only requested when--extract-links
is used - numerous code quality improvements
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- docs: add narkopolo as a contributor for ideas by @allcontributors in #437
- docs: add justinsteven as a contributor for ideas by @allcontributors in #436
- Added support for specifying cookies with the
-b
flag by @7047payloads in #444 - docs: add 7047payloads as a contributor for code by @allcontributors in #455
- docs: add unkn0wnsyst3m as a contributor for ideas by @allcontributors in #456
- Add support of multiple methods during scan #440 by @MD-Levitan in #441
- added option groups to help output and updated dependencies by @epi052 in #463
- Directory Listing & Web Scraping Links by @godylockz in #464
- docs: add its0x08 as a contributor for ideas by @allcontributors in #468
- docs: add MD-Levitan as a contributor for ideas, code by @allcontributors in #469
- docs: add godylockz as a contributor for ideas, code by @allcontributors in #470
- Add redirect messages to normal reports by @epi052 in #466
New Contributors
- @7047payloads made their first contribution in #444
- @MD-Levitan made their first contribution in #441
- @godylockz made their first contribution in #464
Full Changelog: v2.4.1...v2.5.0
v2.4.1
- Revised Scan
cancelManagement Menu to allow for adding a new scan (docs); thanks to @narkopolo for the suggestion! 🥳 - Added
original_url
entry to json output, suggestion courtesy of @justinsteven 🎉 - updated dependencies to current versions
Full Changelog: v2.4.0...v2.4.1
v2.4.0
v2.3.3
v2.3.2
Thank you to @mzpqnxow and @0xdf_ for their suggestions!
- Default status codes now include
500
. - logging while using
--parallel
now uses the value of-o|--output
as a seed to create a directory namedOUTPUT_VALUE-TIMESTAMP.logs/
. Within the directory, an individual log file is created for each target passed over stdin.
Example Command:
cat large-target-list | ./feroxbuster --stdin --parallel 10 --output super-cool-mega-scan
Resulting directory structure (illustrative):
super-cool-mega-scan-1627865696.logs/
├── ferox-https_target_one_com-1627865696.log
├── ...
└── ferox-https_target_two_net-1627865696.log
v2.3.1
v2.3.0
- updated dependencies
- added --dont-scan option that prevents sub-files/folders from being requested (not a filter, applied before the request)
- drastically improved performance when
--extract-links
is used; should be at or near normal scan performance now
🌮 special thanks to @mzpqnxow and @black-A for their feature requests! 🌮
v2.2.5
- bumped multiple dependency versions
- added
-o plusdirs
to bash completion script as part of the formal build process - installs that use
cargo
will now have a config file dropped in ~/.config/feroxbuster (or w/e is OS appropriate) if one doesn't already exist --help
and-h
always result in the long-form help message being printed, even if an erroneous flag/option is placed before it
Thank you to 0xdf, @secure-77, and @hunter0x8 for their suggestions 🎉