update README to show usage/help

This commit is contained in:
Brendan McDevitt 2022-02-24 01:06:59 -06:00
parent 331fc53ee8
commit dbdf8bc88c

View file

@ -16,6 +16,16 @@ this token is used for wpscan db api calls. To use the container:
# BUILD IT # BUILD IT
docker build -t wp_checker . docker build -t wp_checker .
# HELP / USAGE
docker run --env-file .env wp_checker --help
Usage: check_wp_vuln.sh <options> <plugin/theme/wpversion>
options:
--help display this help page
--plugin query api for a specific plugin
--theme query api for specific theme
--all retrieve all vulnerabilities in a specific wp version number
# PLUGIN # PLUGIN
docker run --env-file .env wp_checker --plugin jetpack docker run --env-file .env wp_checker --plugin jetpack