Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonz committed Jan 3, 2017
1 parent c5633cc commit 603527f
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
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服务器的域名

0 comments on commit 603527f

Please sign in to comment.