From 90c42f42a1ad03777797aa2a21726e4f7f6af394 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 21 Jul 2017 13:25:38 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02bb7f69..3a663fdc 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ Mount a local wordlist to the docker container and start a bruteforce attack for docker run -it --rm -v ~/wordlists:/wordlists wpscanteam/wpscan --url https://yourblog.com --wordlist /wordlists/crackstation.txt --username admin ``` +(This mounts the host directory `~/wordlists` to the container in the path `/wordlists`) + Use logfile option ``` # the file must exist prior to starting the container, otherwise docker will create a directory with the filename @@ -129,8 +131,6 @@ touch ~/FILENAME docker run -it --rm -v ~/FILENAME:/wpscan/output.txt wpscanteam/wpscan --url https://yourblog.com --log /wpscan/output.txt ``` -(This mounts the host directory `~/wordlists` to the container in the path `/wordlists`) - Published on https://hub.docker.com/r/wpscanteam/wpscan/ # Manual install