feroxbuster Releases
164 releases of epi052/feroxbuster
- v2.2.3
Fixed atomic serialization issues on ARM hosts and added official builds for ARMv7 and aarch64 architectures.
Mar 5, 2021
- v2.2.2
This release focuses on dependency updates and a user-facing fix regarding wordlist ordering. It also adds a .deb completion script for easier installation.
Mar 1, 2021
- v2.2.1
A maintenance release that fixes a visual regression in the banner alignment and updates the HTTP client dependency.
Feb 21, 2021
- v2.2.0
Introduces parallel scanning capabilities to handle large numbers of targets simultaneously using child processes, alongside dependency updates.
Feb 18, 2021
- v2.1.0
Adds automated policy controls to stop scans early or adjust rates based on error patterns like timeouts, 403s, and 429s.
Feb 18, 2021
- v2.0.2
Improves user experience by making error messages clearer regarding SSL certificate errors when connecting to HTTPS servers.
Feb 17, 2021
- v2.0.1
A minor bug fix to ensure the progress bar accurately reflects the scanning speed by displaying requests/second correctly.
Feb 15, 2021
- v2.0.0
A major version overhaul focused on code quality, maintainability, error handling, and memory consumption, introducing new output modes and rate limiting.
Feb 4, 2021
- v1.12.4
Makes the tool more robust by skipping malformed lines in wordlists (non-UTF8) rather than failing the entire scan.
Jan 24, 2021
- v1.12.3
A minor cosmetic fix to ensure emoji consistency in the status code filtering UI.
Jan 15, 2021
- v1.12.2
Fixes a URL construction bug where words starting with two or more forward slashes (`//`) resulted in malformed URLs.
Jan 15, 2021
- v1.12.1
Fixes a regression in the scan progress bar, refactors the `filters.rs` module for better maintainability, and adds automatic recursive scanning for likely directory 403 responses.
Jan 13, 2021
- v1.12.0
Updates core dependencies (tokio, reqwest) and introduces an interactive menu to cancel running scans.
Jan 12, 2021
- v1.11.1
Updates terminal dependencies and introduces a comprehensive statistics module to track detailed scan metrics via JSON output.
Jan 6, 2021
- v1.11.0
Implements a similarity filter using the SSDeep algorithm to exclude pages that match a provided example page.
Dec 27, 2020
- v1.10.3
Fixes a bug where only the first target passed via stdin was processed, adding a regression test to prevent future issues.
Dec 25, 2020
- v1.10.2
Enhances link extraction capabilities by including the parsing of `robots.txt` files to increase scan coverage.
Dec 19, 2020
- v1.10.1
Fixes emoji display in the banner for terminals that do not support emojis and updates dev dependencies.
Dec 13, 2020
- v1.10.0
Adds a configurable time limit to enforce maximum scan duration and updates shell completion files.
Dec 12, 2020
- v1.9.1
Allows users to override `--resume-from` options directly via command-line arguments.
Dec 9, 2020