Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 862 Bytes

README_en.md

File metadata and controls

25 lines (18 loc) · 862 Bytes

SF

Go Report Card go version

中文/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

Installation

  1. Release
  2. compile
git clone https://github.com/0x2E/sf.git
cd sf
go build -o sf ./cmd/sf