Skip to content

Commit

Permalink
Update README_ZH.md-批量搜索案例修改
Browse files Browse the repository at this point in the history
  • Loading branch information
FofaInfo authored Nov 25, 2024
1 parent 1e8026d commit bbd4d17
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,21 +336,12 @@ $ fofa dump -i ip.txt -bt ip -o dump.csv

`--size`为每组需要拉取的总数据量,默认为-1代表获取所有数据。

```shell
$ fofa dump -o dump.csv ip=106.75.95.206 || ip=123.58.224.8
2024/11/25 15:42:50 dump data of query: ip=106.75.95.206 || ip=123.58.224.8
2024/11/25 15:42:52 size: 1000/13122886, 0.01%
2024/11/25 15:42:54 size: 2000/13122886, 0.02%
......
$ fofa dump --batchSize 10000 -o dump.csv ip=106.75.95.206 || ip=123.58.224.8
2024/11/25 15:45:53 dump data of query: ip=106.75.95.206 || ip=123.58.224.8
2024/11/25 15:45:56 size: 10000/13122889, 0.08%
2024/11/25 15:45:58 size: 20000/13122889, 0.15%
......
$ fofa dump --batchSize 20000 --size 40000 -o dump.csv ip=106.75.95.206 || ip=123.58.224.8
2024/11/25 15:47:21 dump data of query: ip=106.75.95.206 || ip=123.58.224.8
2024/11/25 15:47:25 size: 20000/13120735, 0.15%
2024/11/25 15:47:35 size: 40000/13120736, 0.30%
```
$ fofa dump -i ip.txt -bt ip -o dump.csv
2024/11/25 17:39:05 dump data of query: ip=112.25.151.122 || ... || ip=58.213.160.221
2024/11/25 17:39:06 size: 115/115, 100.00%
2024/11/25 17:39:06 dump data of query: ip=221.226.119.3 || ... || ip=221.226.6.2
2024/11/25 17:39:12 size: 153/153, 100.00%
```

#### URL拼接
Expand Down

0 comments on commit bbd4d17

Please sign in to comment.