-
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 an endpoint that a user interacts with, connecting to other services. Used to simulate client-side attacks, network traffic generation, or compromised hosts.
Simulation Steps:
- Image: Use a basic OS image with a shell (e.g., ubuntu:latest).
- Install Tools: If needed, install tools like curl, telnet, or database clients.
- Run Container: Start the container, typically without exposed ports.
- Verification: Use docker exec to enter the container's shell and execute commands to ping or curl the other simulated components.
Key Metrics/Outputs: Successful network connectivity (ping, curl) to other containers, execution of client-side operations.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers