mirror of https://github.com/40t/go-sniffer.git
update README
This commit is contained in:
parent
03516f08ca
commit
32a8d82808
26
README.md
26
README.md
|
@ -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
|
||||||
|
```
|
||||||
|

|
||||||
|
|
||||||
|
### http
|
||||||
|
``` bash
|
||||||
|
$ gosniffer [设备名] http [参数]
|
||||||
|
-p 置顶端口,默认80
|
||||||
|
```
|
||||||
|

|
||||||
|
### redis
|
||||||
|
``` bash
|
||||||
|
$ gosniffer [设备名] redis [参数]
|
||||||
|
-p 置顶端口,默认6379
|
||||||
|
```
|
||||||
|

|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
After Width: | Height: | Size: 181 KiB |
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
Loading…
Reference in New Issue