Skip to content

Commit

Permalink
readme: git clone with --recurse-submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Hwang <hffilwlqm@gmail.com>
  • Loading branch information
Asphaltt committed Feb 19, 2024
1 parent 9a1b896 commit e0096c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ installed libpcap in system without `libpcap.a`, it maybe break your libpcap's
headers.

```shell
git clone git@github.com:gojue/ecapture.git
git clone --recurse-submodules git@github.com:gojue/ecapture.git
cd ecapture
make
bin/ecapture
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ps -ef | grep foo
`/usr/local/lib/libpcap.a`,则 `make` 命令会破坏系统里的 libpcap 头文件。

```shell
git clone git@github.com:gojue/ecapture.git
git clone --recurse-submodules git@github.com:gojue/ecapture.git
cd ecapture
make
bin/ecapture
Expand Down
4 changes: 2 additions & 2 deletions README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ openssl模块支持3中捕获模式
你可以通过`-m pcap``-m pcapng`参数来指定,需要配合`--pcapfile``-i`参数使用。其中`--pcapfile`参数的默认值为`ecapture_openssl.pcapng`
```shell
./ecapture tls -m pcap -i eth0 --pcapfile=ecapture.pcapng --port=443
```
```
将捕获的明文数据包保存为pcapng文件,可以使用`Wireshark`打开查看。

### keylog 模式
Expand Down Expand Up @@ -154,7 +154,7 @@ Linux カーネル: >= 4.18.

**リポジトリのコードをクローンし、コンパイルしてください**
```shell
git clone git@github.com:gojue/ecapture.git
git clone --recurse-submodules git@github.com:gojue/ecapture.git
cd ecapture
make
bin/ecapture
Expand Down

0 comments on commit e0096c4

Please sign in to comment.