update README

This commit is contained in:
wasd 2018-09-25 19:40:36 +08:00
parent 03516f08ca
commit 32a8d82808
4 changed files with 24 additions and 4 deletions

View File

@ -5,9 +5,9 @@
## Support List: ## Support List:
- [Mysql](#Mysql) - [mysql](#mysql)
- [Redis](#Redis) - [Redis](#redis)
- [Http](#Http) - [Http](#http)
- ARP 测试中... - ARP 测试中...
- Mongodb 开发中... - Mongodb 开发中...
- Fast-cgi - Fast-cgi
@ -62,3 +62,23 @@ $ go run main.go
[设备名] : utun2 : 1.1.11.1 [设备名] : utun2 : 1.1.11.1
======================================================================= =======================================================================
``` ```
### mysql
``` bash
$ gosniffer [设备名] mysql [参数]
-p 置顶端口默认3306
```
![image](https://github.com/40t/go-sniffer/raw/master/images/mysql.gif)
### http
``` bash
$ gosniffer [设备名] http [参数]
-p 置顶端口默认80
```
![image](https://github.com/40t/go-sniffer/raw/master/images/http.gif)
### redis
``` bash
$ gosniffer [设备名] redis [参数]
-p 置顶端口默认6379
```
![image](https://github.com/40t/go-sniffer/raw/master/images/redis.gif)

BIN
images/http.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
images/mysql.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

BIN
images/redis.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB