Skip to content
/ sf Public

sf is an efficient subdomain brute-forcing tool

License

Notifications You must be signed in to change notification settings

0x2E/sf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SF

Go Report Card go version

中文/English

SF 是一个高效的子域名爆破工具:

  • 基于 UDP 的无连接特性并行收发 DNS 请求
  • 支持自定义爆破点,使用占位符 % 设置
  • 支持基于 * 记录的泛解析域名检测
  • 支持秒级限流和失败重试
  • 支持检测域传送漏洞

安装

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