Skip to content

Basic Web-app #15

@lukasmay

Description

@lukasmay

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

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions