-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# go-checksni | ||
A go application for scanning sni ip | ||
|
||
[![Build Status](https://travis-ci.org/johnsonz/go-checksni.svg?branch=master)](https://travis-ci.org/johnsonz/go-checksni) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/johnsonz/go-checksni/blob/master/LICENSE) | ||
============ | ||
|
||
## 说明 | ||
用于扫描SNI服务器,请将待测试的ip段放到sniip.txt文件,支持以下ip格式: | ||
|
||
1. xxx.xxx.xxx.xxx | ||
2. xxx.xxx.xxx.xxx/xx | ||
3. xxx.xxx.xxx.xxx-xxx.xxx.xxx.xxx | ||
4. xxx.xxx.xxx.xxx-xxx. | ||
5. xxx.-xxx. | ||
|
||
## 下载地址 | ||
https://github.com/johnsonz/go-checksni/releases | ||
|
||
## 编译 | ||
gox https://github.com/mitchellh/gox | ||
|
||
## 配置说明 | ||
`"concurrency":1000` 并发线程数,可根据自己的硬件配置调整 | ||
|
||
`server_name` 用于测试SNI服务器的域名 |