30 lines
411 B
Markdown
30 lines
411 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.
|
|
|
|
> Default creds are : admin | cam123
|
|
|
|
## 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
|
|
```
|