Skip to content

Commit

Permalink
add service configuration generate python script
Browse files Browse the repository at this point in the history
  • Loading branch information
ntestoc3 committed Oct 22, 2021
1 parent c73cf7e commit c877345
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ fapro run -v -l :8080
- handler: 服务名(协议名)
- params: 设置服务支持的参数


### 示例
使用子网172.16.0.0/24创建一个虚拟网络,包含2个主机:

Expand Down Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c877345

Please sign in to comment.