Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 787 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 787 Bytes

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