Files
fake-cam/README.md

28 lines
373 B
Markdown

# Fake cam
Fake cam is a simple docker container running a fake webcam. It is used for educational purposes to teach ethical hacking.
## Requirements
- Docker
## Install
1. Pull the repository
```bash
git clone https://git.phorge.fr/l-nmch/fake-cam.git
```
2. Build the image
```bash
docker compose build
```
3. Run the container
```bash
docker compose up -d
```