diff --git a/README.md b/README.md index 55651d49..6faaf319 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ To install WFuzz, simply use pip: ``` pip install wfuzz ``` + +To run Wfuzz from a docker image, run: + +``` +$ docker run -v $(pwd)/wordlist:/wordlist/ -it ghcr.io/xmendez/wfuzz wfuzz +``` + ## Documentation Documentation is available at http://wfuzz.readthedocs.io