-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Simulation Goal: Simulate a remote command execution and file transfer service. This tests secure access and often simulates attacker lateral movement or administrative tasks.
Simulation Steps:
- Pull Image: Use an image with an SSH server installed (e.g., ubuntu with openssh-server).
- Configure: Set up a test user and password, or copy SSH keys into the container.
- Run Container: Start the container, mapping port 22 to a host port.
- Verification: From the Workstation component or the host machine, use the ssh command-line client to connect and execute a simple command (e.g., ls).
Key Metrics/Outputs: Successful connection and command execution, server logs showing a successful user login.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers