mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
typo
This commit is contained in:
@@ -99,6 +99,7 @@ docker run -it --rm -v ~/results:/OneForAll/results -v ~/.config:/OneForAll/conf
|
|||||||
1. 如果你是通过pip3安装的依赖则使用以下命令运行示例:
|
1. 如果你是通过pip3安装的依赖则使用以下命令运行示例:
|
||||||
```bash
|
```bash
|
||||||
python3 oneforall.py --target example.com run
|
python3 oneforall.py --target example.com run
|
||||||
|
python3 oneforall.py --targets ./example.txt run
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
@@ -191,7 +192,9 @@ DESCRIPTION
|
|||||||
|
|
||||||
ARGUMENTS
|
ARGUMENTS
|
||||||
TARGET
|
TARGET
|
||||||
单个域名或者每行一个域名的文件路径(必需参数)
|
单个域名(二选一必需参数)
|
||||||
|
TARGETS
|
||||||
|
每行一个域名的文件路径(二选一必需参数)
|
||||||
|
|
||||||
FLAGS
|
FLAGS
|
||||||
--brute=BRUTE
|
--brute=BRUTE
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ Result will be saved in `~/results`.
|
|||||||
1. If you are use pip3, run the following command:
|
1. If you are use pip3, run the following command:
|
||||||
```bash
|
```bash
|
||||||
python3 oneforall.py --target example.com run
|
python3 oneforall.py --target example.com run
|
||||||
|
python3 oneforall.py --targets ./example.txt run
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
@@ -163,7 +164,7 @@ DESCRIPTION
|
|||||||
Example:
|
Example:
|
||||||
python3 oneforall.py version
|
python3 oneforall.py version
|
||||||
python3 oneforall.py --target example.com run
|
python3 oneforall.py --target example.com run
|
||||||
python3 oneforall.py --target ./domains.txt run
|
python3 oneforall.py --targets ./domains.txt run
|
||||||
python3 oneforall.py --target example.com --alive False run
|
python3 oneforall.py --target example.com --alive False run
|
||||||
python3 oneforall.py --target example.com --brute True run
|
python3 oneforall.py --target example.com --brute True run
|
||||||
python3 oneforall.py --target example.com --port medium run
|
python3 oneforall.py --target example.com --port medium run
|
||||||
@@ -181,7 +182,9 @@ DESCRIPTION
|
|||||||
|
|
||||||
ARGUMENTS
|
ARGUMENTS
|
||||||
TARGET
|
TARGET
|
||||||
One domain or File path of one domain per line (required)
|
One domain (required)
|
||||||
|
TARGETS
|
||||||
|
File path of one domain per line (required)
|
||||||
|
|
||||||
FLAGS
|
FLAGS
|
||||||
--brute=BRUTE
|
--brute=BRUTE
|
||||||
|
|||||||
Reference in New Issue
Block a user