Skip to content

Commit

Permalink
add USER_GUIDE_ZH.md and USER_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Y13ze committed Dec 16, 2024
1 parent ff27c14 commit face39f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,15 +697,15 @@ $ fofa --version

| Parameter | Abbreviation | Default Value | Description |
|--------------|--------------|---------------|----------------------------------------------------------|
| fields | f | title,country | FOFA fields to retrieve. [Learn More](https://fofa.info/vip) |
| fields | f | title,country | FOFA fields to retrieve. [Learn More](https://fofa.info/api) |
| size | s | 5 | Number of queries. `-1` for infinite queries |
| help | h | false | Displays usage instructions |

### Random

| Parameter | Abbreviation | Default Value | Description |
|--------------|--------------|--------------------------------------|----------------------------------------------------------|
| fields | f | ip,port,host,header,title,server,lastupdatetime | FOFA fields to retrieve. [Learn More](https://fofa.info/vip) |
| fields | f | ip,port,host,header,title,server,lastupdatetime | FOFA fields to retrieve. [Learn More](https://fofa.info/api) |
| format | | json | Output format: csv/json/xml |
| size | s | 1 | Number of queries. `-1` for infinite queries |
| sleep | | 1000 | Interval between queries in milliseconds |
Expand Down
8 changes: 4 additions & 4 deletions USER_GUIDE_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ $ fofa --version

| 参数 | 参数简写 | 默认值 | 简介 |
| ----------- | -------- | ------- | ------------------------------------------------- |
| fields | f | ip,port | FOFA返回的字段选择,[了解更多](https://fofa.info/vip) |
| fields | f | ip,port | FOFA返回的字段选择,[了解更多](https://fofa.info/api) |
| format | | csv | 输出格式,可以为csv/json/xml |
| outFile | o | | 输出文件,如果不设置则终端打印 |
| size | s | 100 | 查询数量,最大为10000,受deductMode参数限制 |
Expand All @@ -608,7 +608,7 @@ $ fofa --version

| 参数 | 参数简写 | 默认值 | 简介 |
| --------- | -------- | ------- | ----------------------------------------------------- |
| fields | f | ip,port | FOFA返回的字段选择,[了解更多](https://fofa.info/vip) |
| fields | f | ip,port | FOFA返回的字段选择,[了解更多](https://fofa.info/api) |
| format | | csv | 输出格式,可以为csv/json/xml |
| outFile | o | | 输出文件,如果不设置则终端打印 |
| inFile | i | | 输入文件,如果不设置则读取管道输入 |
Expand Down Expand Up @@ -691,15 +691,15 @@ $ fofa --version

| 参数 | 参数简写 | 默认值 | 简介 |
| ------ | -------- | ------------- | ----------------------------------------------------- |
| fields | f | title,country | FOFA返回的字段选择,[了解更多](https://fofa.info/vip) |
| fields | f | title,country | FOFA返回的字段选择,[了解更多](https://fofa.info/api) |
| size | s | 5 | 查询次数,-1表示永远不停 |
| help | h | false | 使用方法 |

### random

| 参数 | 参数简写 | 默认值 | 简介 |
| --------- | -------- | ----------------------------------------------- | ----------------------------------------------------- |
| fields | f | ip,port,host,header,title,server,lastupdatetime | FOFA返回的字段选择,[了解更多](https://fofa.info/vip) |
| fields | f | ip,port,host,header,title,server,lastupdatetime | FOFA返回的字段选择,[了解更多](https://fofa.info/api) |
| format | | json | 输出格式,可以为csv/json/xml |
| size | s | 1 | 查询次数,-1表示永远不停 |
| sleep | | 1000 | 获取间隔,单位ms |
Expand Down

0 comments on commit face39f

Please sign in to comment.