nmap scans with GUI reader
Internal URL: http://192.168.1.240:8000
External URL: https://scan.risingflow.com
Github: https://github.com/SabyasachiRana/WebMap
Docker Compose:
services:
webmap:
image: reborntc/webmap
container_name: webmap
hostname: webmap
ports:
- "8000:8000"
volumes:
- ./webmap:/opt/xml
restart: always