Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowabi authored Apr 9, 2024
1 parent 07d4920 commit b0ce718
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,30 @@
hunter API参考自https://github.com/W01fh4cker/hunter-to-excel/



## 安装

下载release中的文件

使用Makefile进行编译


## 配置

当首次运行AutoDomain时,会检测config.json文件是否存在,不存在则会自动创建

config.json的填写内容应该如下:
```
{
"FofaMail": "",
"FofaKey": "",
"QuakeKey": "",
"HunterKey": "",
"ZoomeyeKey": "",
"PulsediveKey": ""
}
```
填入的对应内容可使用对应的指定模块


## 用法

Expand Down Expand Up @@ -50,27 +66,6 @@ Use "AutoDomain [command] --help" for more information about a command.
```




## 配置

当首次运行AutoDomain时,会检测config.json文件是否存在,不存在则会自动创建

config.json的填写内容应该如下:
```
{
"FofaMail": "",
"FofaKey": "",
"QuakeKey": "",
"HunterKey": "",
"ZoomeyeKey": "",
"PulsediveKey": ""
}
```
填入的对应内容可使用对应的指定模块



## 功能列表

1. 多种网络资产测绘,自动识别ip和域名,分别采用对应语法
Expand Down

0 comments on commit b0ce718

Please sign in to comment.