rsdl 子域名扫描器 v.2
使用 Ping 方法扫描子域名并检查 HTTP/HTTPS 状态。

| 标志 | 值 | 描述 |
|---|
| --hostname | example.com | 扫描的域名。 |
| --output | | 以域名记录输出。 |
| --list | /tmp/lists/example.txt | 子域名字典文件。 |
新特性
安装
-
- go get github.com/tismayil/rsdl
-
- 克隆仓库并构建( go build rsdl.go )
使用的仓库
-
- GO Spinner : github.com/briandowns/spinner - [ go get github.com/briandowns/spinner ]
-
- GO Ping : github.com/sparrc/go-ping - [ go get github.com/sparrc/go-ping ]