feroxbuster Releases
164 releases of epi052/feroxbuster
- v1.9.0
Implements state file dumping on `Ctrl+C` to allow resuming interrupted scans via `--resume-from`.
Dec 4, 2020
- v1.8.0
This release introduces a regular expression filter to inspect and filter response bodies based on regex matching.
Nov 26, 2020
- v1.7.0
This release refines logging and output capabilities, separating scan results from debug logs and adding JSON support.
Nov 25, 2020
- v1.6.3
A bug fix resolves an issue where directories extracted from links were not being processed in the main scan logic.
Nov 21, 2020
- v1.6.2
This update focuses on log verbosity and provides better feedback when redirect locations fail DNS resolution.
Nov 18, 2020
- v1.6.1
A minor bugfix ensures the response body is always read, preventing potential issues with optional reading logic.
Nov 17, 2020
- v1.6.0
This release adds filtering capabilities to exclude responses based on the size of the body in terms of words or lines.
Nov 17, 2020
- v1.5.3
A bug fix ensures that directories found during link extraction are properly scanned during the main operation.
Nov 11, 2020
- v1.5.2
This release includes a system resource management improvement to handle file descriptors more effectively on Linux and macOS.
Nov 7, 2020
- v1.5.1
A safety check was added to prevent URL injection into the wordlist, which could overwrite the base URL.
Nov 7, 2020
- v1.5.0
This release introduces selective proxying options, allowing users to send specific responses to a proxy instead of all requests.
Nov 7, 2020
- v1.4.1
This patch release fixes a logging bug where early program errors failed to display messages correctly, ensuring critical feedback is visible to the user.
Nov 3, 2020
- v1.4.0
Users can now pause and resume active scans instantly by pressing the ENTER key during a scan operation, offering greater control over the scanning process.
Nov 2, 2020
- v1.3.0
A major update introduces a revamped filtering system to allow for future extensibility, new status code filtering options, and renames several command-line options to use hyphens.
Oct 31, 2020
- v1.2.0
This version introduces a concurrency limit feature to prevent overwhelming the target server by restricting the number of simultaneous active scans.
Oct 25, 2020
- v1.1.2v.1.1.2
This update focuses on performance optimization by reducing binary size and correcting the progress bar to update more frequently to reflect actual request counts.
Oct 24, 2020
- v1.1.1
The tool now automatically checks for updates when launched and displays a notification banner if a newer version is available on GitHub.
Oct 23, 2020
- v1.1.0
Users can now extract links from response bodies to discover additional endpoints for recursive scanning, transforming the tool into a hybrid scanner that looks for both linked and unlinked content.
Oct 22, 2020
- v1.0.5
This release corrects a parsing bug that previously treated comments and empty lines in wordlists as valid scan targets, preventing unnecessary requests.
Oct 17, 2020
- v1.0.4
Resolves an issue where verbose logging could not be saved to files, now working correctly when combined with the output flag while maintaining progress bar library behavior.
Oct 12, 2020