中文/English
SF is an efficient subdomain brute-forcing tool:
- parallelizes sending and receiving DNS requests based on the connectionless feature of UDP
- supports custom brute-forcing points using placeholder
%
- supports detecting wildcard record based on
*
records - supports second-level rate limiting and retrying on failures
- supports detecting zone-transfer vulnerabilities
- Release
- compile
git clone https://github.com/0x2E/sf.git
cd sf
go build -o sf ./cmd/sf