We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2866155 commit f10956bCopy full SHA for f10956b
README.md
@@ -33,7 +33,7 @@ $ docker run -d \
33
-h webmap \
34
-p 8000:8000 \
35
-v /tmp/webmap:/opt/xml \
36
- sabyasachirana/webmap
+ reborntc/webmap
37
38
$ # now you can run Nmap and save the XML Report on /tmp/webmap
39
$ nmap -sT -A -T4 -oX /tmp/webmap/myscan.xml 192.168.1.0/24
@@ -60,7 +60,7 @@ $ # remove webmap container
60
$ docker rm webmap
61
62
$ # pull new image from dockerhub
63
-$ docker pull sabyasachirana/webmap
+$ docker pull reborntc/webmap
64
65
$ # run WebMap
66
$ curl -sL http://bit.ly/webmapsetup | bash
0 commit comments