This commit is contained in:
JrD
2020-09-27 18:40:26 +08:00
parent c56937caf2
commit 887a2fbd29
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ pipenv run python oneforall.py --target example.com run
``` ```
3. 开启爆破模块运行(使用massdns进行爆破,网络占用极大,可能会阻塞网络) 3. 开启爆破模块运行(使用massdns进行爆破,网络占用极大,可能会阻塞网络)
```bash ```bash
python3 run python oneforall.py --target example.com --brute True run python3 oneforall.py --target example.com --brute True run
# or # or
pipenv run python oneforall.py --target example.com --brute True run pipenv run python oneforall.py --target example.com --brute True run
``` ```
@@ -200,7 +200,7 @@ ARGUMENTS
FLAGS FLAGS
--brute=BRUTE --brute=BRUTE
使用爆破模块(默认True) s
--dns=DNS --dns=DNS
DNS解析子域(默认True) DNS解析子域(默认True)
--req=REQ --req=REQ
+1 -1
View File
@@ -106,7 +106,7 @@ 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): 3. Turn on brute modules, run the following command(Use massdns for enumerating subdomains, the network may be blocked):
```bash ```bash
python3 run python oneforall.py --target example.com --brute True run python3 oneforall.py --target example.com --brute True run
# or # or
pipenv run python oneforall.py --target example.com --brute True run pipenv run python oneforall.py --target example.com --brute True run
``` ```