vulnerability scanner for wordpress
usage: main.py [-h] [-t THREADS] [-u URL] [-f FILE]
options:
-h, --help show this help message and exit
-t THREADS, --threads THREADS
Number of threads
-u URL, --url URL Target url
-f FILE, --file FILE Target file
- targets from file
python3 main.py -f found_websites.txt
- target from input
python3 main.py -u http://localhost