Bluefox is a high-performance brute-forcing tool written in Golang, designed for penetration testers and security researchers.
[toc]
Bluefox is a command-line tool for directory and DNS brute-forcing, allowing users to discover hidden directories and subdomains.
- Clone and build from source
git clone https://github.com/yourusername/bluefox.git cd bluefox go build -o bluefox main.go
- Read the
doc. - Or
$bluefox help.
- Add CSV output format.
- Add filters for output.