File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ![ cdnCheck_go] ( https://socialify.git.ci/damit5/cdnCheck_go/image?description=1&font=Inter&forks=1&issues=1&language=1&owner=1&pattern=Circuit%20Board&stargazers=1&theme=Light )
2+
13## 介绍
24
3- 使用` github.com/projectdiscovery/cdncheck ` 来快速判断是否存在CDN
5+ 使用` github.com/projectdiscovery/cdncheck ` 、 ` ASN ` 、 ` CIDR ` 、 ` CNAME ` 来快速批量判断目标是否存在CDN,并可保存不存在CDN的域名和IP。
46
57## 安装编译
68
9+ ### 最简单
10+
11+ 前往[ release页面] ( https://github.com/damit5/cdnCheck_go/releases ) 下载对应版本
12+
713### 自动
814
915``` shell
@@ -17,10 +23,7 @@ go install github.com/damit5/cdnCheck_go@latest
1723``` shell
1824git clone https://github.com/damit5/cdnCheck_go
1925cd cdnCheck_go
20-
21- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags=" -s -w" -trimpath -o release/cdnCheck_go_linux_amd64
22- GOOS=darwin CGO_ENABLED=0 GOARCH=amd64 go build -ldflags=" -s -w" -trimpath -o release/cdnCheck_darwin
23- GOOS=windows CGO_ENABLED=0 GOARCH=amd64 go build -ldflags=" -s -w" -trimpath -o release/cdnCheck.exe
26+ goreleaser build
2427```
2528
2629## 用法
You can’t perform that action at this time.
0 commit comments