@@ -97,8 +97,6 @@ docker run -it --rm -v ~/results:/OneForAll/results -v ~/.config:/OneForAll/conf
97
97
<details >
98
98
<summary ><b >✨使用演示</b ></summary >
99
99
100
- 如果你的主机不在中国,请把 [ setting] ( https://github.com/shmilylty/OneForAll/blob/master/config/setting.py#L46 ) 中` brute_nameservers_path ` 选项的` cn_nameservers.txt ` 修改为` nameservers.txt ` 。
101
-
102
100
如果你是通过pip3安装的依赖则使用以下命令运行示例:
103
101
``` bash
104
102
python3 oneforall.py --target example.com run
@@ -170,7 +168,7 @@ DESCRIPTION
170
168
python3 oneforall.py --target example.com --valid None run
171
169
python3 oneforall.py --target example.com --brute True run
172
170
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
174
172
python3 oneforall.py --target example.com --dns False run
175
173
python3 oneforall.py --target example.com --req False run
176
174
python3 oneforall.py --target example.com --takeover False run
@@ -179,7 +177,7 @@ DESCRIPTION
179
177
Note:
180
178
参数alive可选值True,False分别表示导出存活,全部子域结果
181
179
参数port可选值有' default' , ' small' , ' large' , 详见config.py配置
182
- 参数format可选格式有 ' csv' ,' json'
180
+ 参数fmt可选格式有 ' csv' ,' json'
183
181
参数path默认None使用OneForAll结果目录生成路径
184
182
185
183
ARGUMENTS
@@ -199,7 +197,7 @@ FLAGS
199
197
请求验证子域的端口范围(默认只探测80端口)
200
198
--valid=VALID
201
199
只导出存活的子域结果(默认False)
202
- --format=FORMAT
200
+ --fmt=FMT
203
201
结果保存格式(默认csv)
204
202
--path=PATH
205
203
结果保存路径(默认None)
@@ -269,7 +267,6 @@ FLAGS
269
267
## ⌛后续计划
270
268
271
269
- [ ] 各模块持续优化和完善
272
- - [x] 子域监控(标记每次新发现的子域)
273
270
- [x] 子域收集爬虫实现(包括从JS等静态资源文件中收集子域)
274
271
- [ ] 操作强大交互人性的前端界面实现
275
272
0 commit comments