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:
- [Mysql](#Mysql)
- [Redis](#Redis)
- [Http](#Http)
- [mysql](#mysql)
- [Redis](#redis)
- [Http](#http)
- ARP 测试中...
- Mongodb 开发中...
- Fast-cgi
@@ -61,4 +61,24 @@ $ go run main.go
[设备名] : en0 : x:x:x:x:x5:x 192.168.1.3
[设备名] : 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)