Skip to content

Commit 82e0180

Browse files
authored
Merge pull request #161 from shmilylty/dev
2 parents de3ed19 + 0421a51 commit 82e0180

35 files changed

+1199
-1230
lines changed

Pipfile.lock

+60-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ docker run -it --rm -v ~/results:/OneForAll/results -v ~/.config:/OneForAll/conf
9797
<details>
9898
<summary><b>✨使用演示</b></summary>
9999

100-
如果你的主机不在中国,请把 [setting](https://github.com/shmilylty/OneForAll/blob/master/config/setting.py#L46)`brute_nameservers_path`选项的`cn_nameservers.txt`修改为`nameservers.txt`
101-
102100
如果你是通过pip3安装的依赖则使用以下命令运行示例:
103101
```bash
104102
python3 oneforall.py --target example.com run
@@ -170,7 +168,7 @@ DESCRIPTION
170168
python3 oneforall.py --target example.com --valid None run
171169
python3 oneforall.py --target example.com --brute True run
172170
python3 oneforall.py --target example.com --port small run
173-
python3 oneforall.py --target example.com --format csv run
171+
python3 oneforall.py --target example.com --fmt csv run
174172
python3 oneforall.py --target example.com --dns False run
175173
python3 oneforall.py --target example.com --req False run
176174
python3 oneforall.py --target example.com --takeover False run
@@ -179,7 +177,7 @@ DESCRIPTION
179177
Note:
180178
参数alive可选值True,False分别表示导出存活,全部子域结果
181179
参数port可选值有'default', 'small', 'large', 详见config.py配置
182-
参数format可选格式有 'csv','json'
180+
参数fmt可选格式有 'csv','json'
183181
参数path默认None使用OneForAll结果目录生成路径
184182

185183
ARGUMENTS
@@ -199,7 +197,7 @@ FLAGS
199197
请求验证子域的端口范围(默认只探测80端口)
200198
--valid=VALID
201199
只导出存活的子域结果(默认False)
202-
--format=FORMAT
200+
--fmt=FMT
203201
结果保存格式(默认csv)
204202
--path=PATH
205203
结果保存路径(默认None)
@@ -269,7 +267,6 @@ FLAGS
269267
## ⌛后续计划
270268

271269
- [ ] 各模块持续优化和完善
272-
- [x] 子域监控(标记每次新发现的子域)
273270
- [x] 子域收集爬虫实现(包括从JS等静态资源文件中收集子域)
274271
- [ ] 操作强大交互人性的前端界面实现
275272

0 commit comments

Comments
 (0)