Skip to content

基于golnag实现的域名存活检测,支持多携程、单独url扫描、存活域名文件输出、线程数量控制、超时时间控制

Notifications You must be signed in to change notification settings

geek-bigniu/life-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

域名存活检测工具

运行环境

  • go 1.20
git clone https://github.com/geek-bigniu/life-check
cd life-check
go mod tidy
go build check.go

使用方式

══════════════════════════════════════════════════════════════════════════════════════
██╗     ██╗███████╗███████╗ ██████╗██╗  ██╗███████╗ ██████╗██╗  ██╗
██║     ██║██╔════╝██╔════╝██╔════╝██║  ██║██╔════╝██╔════╝██║ ██╔╝
██║     ██║█████╗  █████╗  ██║     ███████║█████╗  ██║     █████╔╝
██║     ██║██╔══╝  ██╔══╝  ██║     ██╔══██║██╔══╝  ██║     ██╔═██╗
███████╗██║██║     ███████╗╚██████╗██║  ██║███████╗╚██████╗██║  ██╗
╚══════╝╚═╝╚═╝     ╚══════╝ ╚═════╝╚═╝  ╚═╝╚══════╝ ╚═════╝╚═╝  ╚═╝    
═════════════════════════════════════════════════════════════════════════════════════
Usage of check.exe:
-f string
with file(根据文件进行检测)
-n int
thread number(线程数量) (default 10)
-t int
connect timeout(连接超时时间) * second (default 3)
-u string
check url(需要单独检测的url)

Examples:

check.exe -u https://www.baidu.com -t 3 -n 10
or
check.exe -f url.txt -t 3 -n 10

About

基于golnag实现的域名存活检测,支持多携程、单独url扫描、存活域名文件输出、线程数量控制、超时时间控制

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages