From 5303b28957d28cac64c2ea479ca3f8bdce56550f Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Thu, 23 Mar 2017 20:09:30 +0100 Subject: [PATCH] add docker examples --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c7587d2..f145dd44 100644 --- a/README.md +++ b/README.md @@ -157,11 +157,21 @@ Pull the repo with `docker pull wpscanteam/wpscan` ## Start WPScan ``` -docker run --rm wpscanteam/wpscan -u http://yourblog.com [options] +docker run --rm wpscanteam/wpscan -u https://yourblog.com [options] ``` For the available Options, please see https://github.com/wpscanteam/wpscan#wpscan-arguments +## Examples + +Mount a local wordlist to the docker container and start a bruteforce attack for user admin + +``` +docker run --rm -v ~/wordlists:/wordlists wpscan/dev --url https://yourblog.com --wordlist /wordlists/crackstation.txt --username admin +``` + +(This mounts the host directory `~/wordlists` to the container in the path `/wordlists`) + Published on https://hub.docker.com/r/wpscanteam/wpscan/ # KNOWN ISSUES