Skip to content

ZyraxBuster v0.2.0

Latest

Choose a tag to compare

@ans-inayat ans-inayat released this 15 Jul 07:41
· 4 commits to main since this release

Added

  • VHost/Subdomain fuzzing mode (--vhost)
    • Fuzzes the HTTP Host header instead of URL path
    • Discovers hidden subdomains and virtual hosts
    • Shows discovered subdomains with status code and response size
  • Auto-filter (--auto-filter)
    • Auto-detects baseline response (main domain)
    • Filters out responses matching baseline (same status + same size)
  • Subdomain wordlist support
    • Auto-detects subdomain wordlists from /usr/share/wordlists/seclists/Discovery/DNS/
    • DNS directories listed in --list-wordlists

Changed

  • Updated banner to ASCII art
  • Wordlist (-w) is optional (auto-detects if omitted)