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 ```