rix4uni/tldscan
GitHub: rix4uni/tldscan
一个高性能的 TLD 级域名扫描器,解决主动探测域名活跃子域的需求。
Stars: 30 | Forks: 2
## tldscan
一个高性能的域名扫描器,通过为给定域名测试多个顶级域名(TLD)来发现活跃域名。
## 安装
```
go install github.com/rix4uni/tldscan@latest
```
## 下载预编译二进制文件
```
wget https://github.com/rix4uni/tldscan/releases/download/v0.0.4/tldscan-linux-amd64-0.0.4.tgz
tar -xvzf tldscan-linux-amd64-0.0.4.tgz
rm -rf tldscan-linux-amd64-0.0.4.tgz
mv tldscan ~/go/bin/tldscan
```
或者为您的平台下载 [二进制发行版](https://github.com/rix4uni/tldscan/releases)。
## 从源代码编译
```
git clone --depth 1 github.com/rix4uni/tldscan.git
cd tldscan; go install
```
## 用法
```
Usage of tldscan:
-c, --concurrency int Set the concurrency level (default 50)
--org string Organization name to prepend to domains
-o, --output string File path to save resolved domains
--silent Silent mode.
-v, --verbose Enable verbose output for debugging purposes.
--version Print the version of the tool and exit.
-w, --wordlist string Wordlist type to use (small or large) (default "small")
```
## 使用示例
单个 URL:
```
# 使用标准输入和小词表
$ echo "google" | tldscan --wordlist small
google.org
google.ac
google.ad
google.ae
# 使用标准输入和大词表
$ echo "google" | tldscan --wordlist large
google.org.ag
google.org.amsterdam
google.org.app
google.org.arab
google.org.aw
google.org.best
```
多个 URL:
```
$ cat org.txt | tldscan --wordlist small
google.org
google.ac
google.ad
google.ae
dell.org
dell.ac
dell.ad
dell.ae
```
标签:Go语言, SEO域名, TLD扫描, 二进制发布, 域名枚举, 域名资产收集, 并发扫描, 开源工具, 批量域名解析, 日志审计, 程序破解, 高性能扫描