Skip to content

Commit

Permalink
add quick setup
Browse files Browse the repository at this point in the history
  • Loading branch information
theMiddleBlue committed Oct 26, 2018
1 parent 8aafd3a commit 0ddee16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ docker run -d \
-h webmap \
-p 8000:8000 \
-v /tmp/webmap:/opt/xml \
rev3rse/webmap /run.sh
rev3rse/webmap

$ # now you can run Nmap and save the XML Report on /tmp/webmap
$ nmap -sT -A -T4 -oX /tmp/webmap/myscan.xml 192.168.1.0/24
Expand All @@ -38,7 +38,7 @@ Now point your browser to http://localhost:8000

### Quick and Dirty
```bash
$ curl -sL url | bash
$ curl -sL http://bit.ly/webmapsetup | bash
```

## Video
Expand Down

0 comments on commit 0ddee16

Please sign in to comment.