From 4c63bd672fb86885c4d5a7503b4f3df34af131f5 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Fri, 9 Aug 2019 16:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3valid=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- oneforall/oneforall.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: