添加dns和req参数说明,移除verity参数说明。

This commit is contained in:
shmilylty
2019-10-30 23:01:49 +08:00
parent 3b24db2d89
commit 9f23e580e4
2 changed files with 12 additions and 9 deletions
+6 -5
View File
@@ -152,7 +152,8 @@ The OneForAll command line interface is based on [Fire](https://github.com/googl
python3 oneforall.py --target example.com run
python3 oneforall.py --target ./domains.txt run
python3 oneforall.py --target example.com --brute True run
python3 oneforall.py --target example.com --verify False run
python3 oneforall.py --target example.com --dns False run
python3 oneforall.py --target example.com --req False run
python3 oneforall.py --target example.com --valid None run
python3 oneforall.py --target example.com --port medium run
python3 oneforall.py --target example.com --format csv run
@@ -161,8 +162,6 @@ The OneForAll command line interface is based on [Fire](https://github.com/googl
Note:
Parameter valid optional value 1, 0, none indicates that the export is
valid, invalid, and all subdomains, respectively.
Parameter verify for True attempts to resolve and request the subdomain
and tag the validity of the subdomain based on the result.
Parameter port have optional values 'default' 'small', 'medium', 'large',
See config.py configuration for details.
Parameter format have optional values 'txt', 'rst', 'csv', 'tsv', 'json',
@@ -178,8 +177,10 @@ The OneForAll command line interface is based on [Fire](https://github.com/googl
FLAGS
--brute=BRUTE
Use blasting module (default False)
--verify=VERIFY
Verify the validity of subdomains (default True)
--dns=DNS
DNS resolve subdomain (default True)
--req=REQ
HTTP request subdomain (default True)
--port=PORT
Port range for request authentication (default 80 port)
--valid=VALID
+6 -4
View File
@@ -150,7 +150,8 @@ OneForAll命令行界面基于[Fire](https://github.com/google/python-fire/)实
python3 oneforall.py --target example.com run
python3 oneforall.py --target ./domains.txt run
python3 oneforall.py --target example.com --brute True run
python3 oneforall.py --target example.com --verify False run
python3 oneforall.py --target example.com --dns False run
python3 oneforall.py --target example.com --req False run
python3 oneforall.py --target example.com --valid None run
python3 oneforall.py --target example.com --port medium run
python3 oneforall.py --target example.com --format csv run
@@ -158,7 +159,6 @@ OneForAll命令行界面基于[Fire](https://github.com/google/python-fire/)实
Note:
参数valid可选值1,0,None分别表示导出有效,无效,全部子域
参数verify为True会尝试解析和请求子域并根据结果给子域有效性打上标签
参数port可选值有'default', 'small', 'medium', 'large' 详见config.py配置
参数format可选格式有'txt', 'rst', 'csv', 'tsv', 'json', 'yaml', 'html',
'jira', 'xls', 'xlsx', 'dbf', 'latex', 'ods'
@@ -171,8 +171,10 @@ OneForAll命令行界面基于[Fire](https://github.com/google/python-fire/)实
FLAGS
--brute=BRUTE
使用爆破模块(默认False)
--verify=VERIFY
验证子域有效性(默认True)
--dns=DNS
DNS解析子域(默认True)
--req=REQ
HTTP请求子域(默认True)
--port=PORT
请求验证的端口范围(默认只探测80端口)
--valid=VALID