diff --git a/README-CN.md b/README-CN.md index 334b64b..2263cf9 100644 --- a/README-CN.md +++ b/README-CN.md @@ -175,7 +175,6 @@ fapro run -v -l :8080 - handler: 服务名(协议名) - params: 设置服务支持的参数 - ### 示例 使用子网172.16.0.0/24创建一个虚拟网络,包含2个主机: @@ -257,6 +256,10 @@ fapro run -v -l :8080 ``` +### 一键克隆ip服务配置 + +使用[脚本](scripts/README-CN.md)中的ipclone.py脚本,可以实现从[fofa](https://fofa.so)中克隆ip服务配置,快速生成真实设备的服务配置。 + ## 学习更多 - [如何打造一个网络扫描分析平台 - Part I](./howto/howto_CN_1.md) - [Discord](https://discord.gg/Eaz9dzV4AP) diff --git a/README.md b/README.md index a7cbb29..6e5b218 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,9 @@ protocol access logs are saved to elasticsearch, exclude the access log of 127.0 } ``` +### Automatically generate service configuration + +Use the **ipclone.py** script in [Scripts](scripts/README.md), You can clone the ip service configuration from [fofa](https://fofa.so) to quickly generate the service configuration of the real machine. ## Learn more - [How to build a network scanning analysis platform - Part I](./howto/howto_1.md)