From 331fc53ee85e88ed6ed8d453f990a7f1a11da751 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Tue, 22 Feb 2022 19:22:34 -0600 Subject: [PATCH] more readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab4840c..f51505a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker_wordpress_scanner +This is a shell script that calls out to the wpscan database of vulnerabilities and gives you the ability to query for vulnerable themes, plugins, and wordpress versions. -This is a docker-compose ecosystem that will install a specific target wordpress version in a webserver and then run wpscan against and output the vulnerabilities. It is meant to be used as a quick way to scan a target wordpress version from its base ### Pre-requisites: Signup for an account with a free API key at https://wpscan.com/. They give you 25 api calls per day. If you need more API calls then you can upgrade your account plan. See their pricing page for more info.