From e703227261bde27fa6f2c6edc584d4e7e89dbd63 Mon Sep 17 00:00:00 2001 From: JrDw0 <37445725+JrDw0@users.noreply.github.com> Date: Thu, 27 Aug 2020 02:49:37 +0800 Subject: [PATCH] typo --- docs/en-us/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-us/README.md b/docs/en-us/README.md index 5223e47..82c46d0 100644 --- a/docs/en-us/README.md +++ b/docs/en-us/README.md @@ -86,9 +86,9 @@ pipenv run python oneforall.py --target example.com run 3. Turn on brute modules, run the following command(Use massdns for enumerating subdomains, the network may be blocked): ```bash -python3 run python oneforall.py --target example.com --burte True run +python3 run python oneforall.py --target example.com --brute True run # or -pipenv run python oneforall.py --target example.com --burte True run +pipenv run python oneforall.py --target example.com --brute True run ```