Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbug authored Jun 15, 2021
1 parent 3c87663 commit 072dc12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ biu-cli -icp xx公司 -pnew 项目名称
```


- 配合https://opendata.rapid7.com/sonar.https/使用
- 配合 https://opendata.rapid7.com/sonar.https/ 使用

```shell
https://stedolan.github.io/jq/download/ 安装jq
zgrep 'exmaple.com' 2021-04-19-1618794424-https_get_443.json.gz|jq -r '.ip'|biu-cli -pid 项目ID
zgrep 'BeiJing Baidu Netcom Science Technology' 2021-04-19-1618794424-https_get_443.json.gz|jq -r '.ip'|biu-cli -pid 项目ID
```

- 配合https://opendata.rapid7.com/sonar.fdns_v2/使用
- 配合 https://opendata.rapid7.com/sonar.fdns_v2/ 使用
```shell
zgrep '\.example.com"' 2021-01-30-1611965078-fdns_a.json.gz|jq -r '.name'|biu-cli -pid 项目ID
zgrep '\.example.com"' 2021-01-30-1611965078-fdns_a.json.gz|jq -r '.value'|biu-cli -pid 项目ID
```
```

0 comments on commit 072dc12

Please sign in to comment.