diff --git a/README-CN.md b/README-CN.md index c5a94df..3dfeb0e 100644 --- a/README-CN.md +++ b/README-CN.md @@ -72,6 +72,7 @@ FaPro是一个服务端协议模拟工具,可以轻松启停多个网络服务 - [x] MSSQL - [x] LDAP - [x] IKE + - [x] Fox - 使用TcpForward进行端口转发 - 支持tcp syn请求记录 - 支持ping请求记录 @@ -182,7 +183,7 @@ fapro run -v -l :8080 ```json { - "version": "0.57", + "version": "0.58", "network": "127.0.0.1/32", "network_build": "localhost", "storage": null, @@ -256,7 +257,7 @@ fapro run -v -l :8080 协议访问日志保存到elasticsearch,排除远程ip为127.0.0.1和8.8.8.8的日志。 ```json { - "version": "0.57", + "version": "0.58", "network": "172.16.0.0/24", "network_build": "userdef", "storage": "es://http://127.0.0.1:9200", diff --git a/README.md b/README.md index d6045fd..1f518a7 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ The goal is to support as many protocols as possible, and support as many deep i - [x] MSSQL - [x] LDAP - [x] IKE + - [x] Fox - Use TcpForward to forward network traffic - Support tcp syn logging - Support icmp ping logging @@ -180,7 +181,7 @@ This section contains the sample configuration used by FaPro. ```json { - "version": "0.57", + "version": "0.58", "network": "127.0.0.1/32", "network_build": "localhost", "storage": null, @@ -256,7 +257,7 @@ and 172.16.0.5 run rpc, rdp service, protocol access logs are saved to elasticsearch, exclude the access log of 127.0.0.1 and 8.8.8.8. ```json { - "version": "0.57", + "version": "0.58", "network": "172.16.0.0/24", "network_build": "userdef", "storage": "es://http://127.0.0.1:9200", diff --git a/docs/fox.gif b/docs/fox.gif new file mode 100644 index 0000000..023ac92 Binary files /dev/null and b/docs/fox.gif differ