IP质量检测 - 安全检测
IP Quality Inspection - Security Check
curl https://raw.githubusercontent.com/oneclickvirt/securityCheck/main/sc_install.sh -sSf | bash
OR
curl https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/securityCheck/main/sc_install.sh -sSf | bash
无环境依赖,理论上适配所有系统和主流架构,更多架构请查看 https://github.com/oneclickvirt/securityCheck/releases/tag/output
或使用docker容器执行
docker run --rm spiritlhl/security-check:latest
- 支持双语输出,以
-l指定输出类型为en或zh,默认不指定时中文输出 - 支持双栈检测,以
-c指定检测的本机IP类型为both或ipv4或ipv6,默认不指定时检测双栈(IPV4和IPV6都检测) - 支持同时输出查询到的IP的ASN和地区信息,以
-e指定yes或no,默认不指定时不打印IP的ASN和地区信息 - 支持18个IP相关数据库进行检测,由于检测可能过于火爆,不开源源码,仅提供编译后的文件
- 使用有效的DNS黑名单进行查询(大概300多个有效网站),每次查询都从multirbl.valli.org自动获取黑名单查询地址(含邮箱检测)
- 使用并发查询,整体查询最多不超过15秒
- 支持所有主流架构和主流系统查询
Usage: ./securityCheck [options]
-c string
Specific chcek type (both or ipv4 or ipv6, default use both)
-e string
Enable print IP Info (yes or no, default not to print)
-h Show help information
-l string
Language parameter (en or zh, default use zh)
-log
Enable logging
-v show version
- Support bilingual output, use
-lto specify the output type asenorzh, default is no Chinese output. - Support double-stack detection, use
-cto specify the detected local IP type asbothoripv4oripv6, detect double-stack (both IPV4 and IPV6) when not specified by default. - Supports simultaneous output of ASN and region information of queried IPs, specify
yesornowith-e, by default ASN and region information of IPs are not printed when not specified. - support 15 IP-related databases for detection, due to the detection may be too hot, not open source source code, only provide compiled files
- use valid DNS blacklist for query(About 300 active website), each query from multirbl.valli.org automatically get the blacklist query address (including mailbox detection)
- Use concurrent query, the overall query will not exceed 15 seconds at most
- support all major architectures and mainstream system queries
For relevant reference indicators, see: https://github.com/oneclickvirt/ecs/blob/master/README_NEW_USER.md#IP-Quality-Detection

