diff --git a/README.md b/README.md index b46609c..a198703 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ oneforall.py是主程序入口,oneforall.py里有调用aiobrute.py和dbexport. Example: 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 Note: diff --git a/oneforall/oneforall.py b/oneforall/oneforall.py index ef5eed0..7c91097 100644 --- a/oneforall/oneforall.py +++ b/oneforall/oneforall.py @@ -36,7 +36,7 @@ class OneForAll(object): Example: 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 Note: