·
5 commits
to master
since this release
netdriver-simunet 0.4.0
📦 Package
netdriver-simunet - SSH server simulation for testing network device terminals
🛠️ Preparation
# Create directories
mkdir -p config/simunet logs
# Download default configuration
curl -o config/simunet/simunet.yml https://raw.githubusercontent.com/OpenSecFlow/netdriver/master/config/simunet/simunet.yml📥 Installation
PyPI:
pip install netdriver-simunet==0.4.0Docker:
# Pull the image
docker pull ghcr.io/opensecflow/netdriver-simunet:0.4.0
# Run with host network mode
docker run -d --network host \
-v $(pwd)/config:/app/config \
-v $(pwd)/logs:/app/logs \
ghcr.io/opensecflow/netdriver-simunet:0.4.0Available tags: 0.4.0, latest
Platforms: linux/amd64, linux/arm64
📝 Changes
See CHANGELOG for detailed changes.
Full Changelog: agent-0.4.0...simunet-0.4.0