mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
typo
This commit is contained in:
@@ -113,7 +113,7 @@ pipenv run python oneforall.py --target example.com run
|
||||
```
|
||||
3. 开启爆破模块运行(使用massdns进行爆破,网络占用极大,可能会阻塞网络)
|
||||
```bash
|
||||
python3 run python oneforall.py --target example.com --brute True run
|
||||
python3 oneforall.py --target example.com --brute True run
|
||||
# or
|
||||
pipenv run python oneforall.py --target example.com --brute True run
|
||||
```
|
||||
@@ -200,7 +200,7 @@ ARGUMENTS
|
||||
|
||||
FLAGS
|
||||
--brute=BRUTE
|
||||
使用爆破模块(默认True)
|
||||
s
|
||||
--dns=DNS
|
||||
DNS解析子域(默认True)
|
||||
--req=REQ
|
||||
|
||||
@@ -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):
|
||||
```bash
|
||||
python3 run python oneforall.py --target example.com --brute True run
|
||||
python3 oneforall.py --target example.com --brute True run
|
||||
# or
|
||||
pipenv run python oneforall.py --target example.com --brute True run
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user