-
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 fundamental web server serving a static page or a simple application, establishing a basic network endpoint for simulated scanning or path traversal attacks.
Simulation Steps:
- Pull Image: Download a basic web server image (e.g., nginx:latest).
- Configure Content: Mount a local directory containing an index.html file to the server's content root (e.g., /usr/share/nginx/html).
- Run Container: Start the container, mapping port 80 (or 443 for HTTPS) to a local host port.
- Verification: Access the web page via a local browser (e.g., http://localhost:<host_port>).
Key Metrics/Outputs: Successful HTTP response (e.g., 200 OK), access logs showing client connection.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers