Skip to content

Commit 52e6b05

Browse files
authoredOct 24, 2020
Update README.md
1 parent 04d9214 commit 52e6b05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ To install WFuzz, simply use pip:
3333
```
3434
pip install wfuzz
3535
```
36+
37+
To run Wfuzz from a docker image, run:
38+
39+
```
40+
$ docker run -v $(pwd)/wordlist:/wordlist/ -it ghcr.io/xmendez/wfuzz wfuzz
41+
```
42+
3643
## Documentation
3744

3845
Documentation is available at http://wfuzz.readthedocs.io

0 commit comments

Comments
 (0)
Please sign in to comment.