Release v0.5.6
Thanks for checking out the latest Pathbuster release! This update focuses on cleaner scan control, better filtering, and more flexible bruteforce workflows.
Highlights
- Stage‑aware filtering with V/F prefixes for cleaner signal.
- Smarter scan control with split validate vs fingerprint status handling.
- New DirSearch‑style extensions support for wordlists with
%EXT%.
What’s New
--extensionsto append file extensions during bruteforce.--dirsearchcompatibility mode to replace%EXT%in wordlists.--drop-after-failto stop noisy targets after repeat failures.--proxysupport for Burp and other interceptors.--skip-bruteto bypass bruteforce/discovery.--skip-validationto jump straight to discovery on protected endpoints.--headerand--methodsfor custom HTTP behavior.--pathfor single‑path scanning without a wordlist.--wordlist-manipulationfor inline transforms.--traversal-strategy(greedy/quick) for speed vs coverage.--wordlist-status,--brute-queue-concurrency, and--acfor tighter bruteforce tuning.
Notes
- CLI short flags now prioritize
-Dfor--dirsearchand-efor--extensions. Use long flags for--max-depthand--tech.
Quick Examples
- Extensions brute:
pathbuster -u https://target/ -w ./wordlists/wordlist.txt -e php,asp
- DirSearch‑style wordlist:
pathbuster -u https://target/ -w ./wordlists/dirsearch.txt -e php,asp -D
Links
What's Changed
- Migrate from
differcrate todifferencecrate by @x9xhack in #6
New Contributors
- @x9xhack made their first contribution in #6
Full Changelog: v0.5.5...v0.5.6