Docker
Run nimux from GHCR.
The public container image is useful for quick testing, isolated runs, and environments where you do not want to install nimux directly.
Show help
docker run --rm -it --network host ghcr.io/blue0x1/nimux:latest --helpRun a scan
docker run --rm -it --network host ghcr.io/blue0x1/nimux:latest \
scan 10.10.10.0/24 --port 445,389,5985 --openRun through a local proxy
docker run --rm -it --network host ghcr.io/blue0x1/nimux:latest \
smb dc.corp.local -u operator -p '<password>' --shares --proxy socks5://127.0.0.1:1080Run the MCP wrapper
docker run --rm -i --network host --entrypoint nimux_mcp ghcr.io/blue0x1/nimux:latest