Skip to content

Commit f10956b

Browse files
Update README.md
1 parent 2866155 commit f10956b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ docker run -d \
3333
-h webmap \
3434
-p 8000:8000 \
3535
-v /tmp/webmap:/opt/xml \
36-
sabyasachirana/webmap
36+
reborntc/webmap
3737

3838
$ # now you can run Nmap and save the XML Report on /tmp/webmap
3939
$ nmap -sT -A -T4 -oX /tmp/webmap/myscan.xml 192.168.1.0/24
@@ -60,7 +60,7 @@ $ # remove webmap container
6060
$ docker rm webmap
6161

6262
$ # pull new image from dockerhub
63-
$ docker pull sabyasachirana/webmap
63+
$ docker pull reborntc/webmap
6464

6565
$ # run WebMap
6666
$ curl -sL http://bit.ly/webmapsetup | bash

0 commit comments

Comments
 (0)