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

|
||||
|
||||
### 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