mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
typo
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||

|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user