Screenshots
Example Usage
$ mkdir -p _container/xml _container/notes _container/notes
$ docker run -d \
         --name webmap \
         -h webmap \
         -p 8000:8000 \
         -v ./_container/xml:/opt/xml \
         -v ./_container/notes:/opt/notes \
         -v ./_container/schedule:/opt/schedule \
         reborntc/webmap

$ # now you can run Nmap and save the XML Report on /tmp/webmap
$ docker exec -ti webmap nmap -sT -A -T4 -oX /opt/xml/myscan.xml 192.168.1.0/24