Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez authored Oct 24, 2020
1 parent 04d9214 commit 52e6b05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52e6b05

Please sign in to comment.