Files
fake-cam/README.md
2026-04-07 22:24:29 +02:00

411 B

Fake cam

Fake cam is a simple docker container running a fake webcam. It is used for educational purposes to teach ethical hacking.

Default creds are : admin | cam123

Requirements

  • Docker

Install

  1. Pull the repository
git clone https://git.phorge.fr/l-nmch/fake-cam.git
  1. Build the image
docker compose build
  1. Run the container
docker compose up -d