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
+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