修正valid参数使用描述

This commit is contained in:
shmilylty
2019-08-09 16:56:03 +08:00
parent c7f86fdefa
commit 4c63bd672f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ oneforall.py是主程序入口,oneforall.py里有调用aiobrute.py和dbexport.
Example: Example:
python oneforall.py --target example.com run python oneforall.py --target example.com run
python oneforall.py --target example.com --brute True --port medium valid 1 run python oneforall.py --target example.com --brute True --port medium --valid 1 run
python oneforall.py --target ./domains.txt --format csv --path= ./result.csv --output True run python oneforall.py --target ./domains.txt --format csv --path= ./result.csv --output True run
Note: Note:
+1 -1
View File
@@ -36,7 +36,7 @@ class OneForAll(object):
Example: Example:
python oneforall.py --target example.com run python oneforall.py --target example.com run
python oneforall.py --target example.com --brute True --port medium valid 1 run python oneforall.py --target example.com --brute True --port medium --valid 1 run
python oneforall.py --target ./domains.txt --format csv --path= ./result.csv --output True run python oneforall.py --target ./domains.txt --format csv --path= ./result.csv --output True run
Note: Note: