This commit is contained in:
JrDw0
2020-08-27 02:49:37 +08:00
committed by GitHub
parent 0b8ae0659d
commit e703227261
+2 -2
View File
@@ -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
```
</details>