This commit is contained in:
JrD
2020-08-20 17:12:30 +08:00
parent 0a770916cf
commit 42b1bc441d
2 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -99,6 +99,7 @@ docker run -it --rm -v ~/results:/OneForAll/results -v ~/.config:/OneForAll/conf
1. 如果你是通过pip3安装的依赖则使用以下命令运行示例:
```bash
python3 oneforall.py --target example.com run
python3 oneforall.py --targets ./example.txt run
```
![Example](./docs/usage_example.svg)
@@ -191,7 +192,9 @@ DESCRIPTION
ARGUMENTS
TARGET
单个域名或者每行一个域名的文件路径(必需参数)
单个域名(二选一必需参数)
TARGETS
每行一个域名的文件路径(二选一必需参数)
FLAGS
--brute=BRUTE
+5 -2
View File
@@ -91,6 +91,7 @@ Result will be saved in `~/results`.
1. If you are use pip3, run the following command:
```bash
python3 oneforall.py --target example.com run
python3 oneforall.py --targets ./example.txt run
```
![Example](../usage_example.svg)
@@ -163,7 +164,7 @@ DESCRIPTION
Example:
python3 oneforall.py version
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 --brute True run
python3 oneforall.py --target example.com --port medium run
@@ -181,7 +182,9 @@ DESCRIPTION
ARGUMENTS
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
--brute=BRUTE