## https://sploitus.com/exploit?id=6E484197-456B-55DF-8D51-C2BB4925F45C
# CVE-2021-41773
A Demonstration to show the CVE-2021-41773 vulnerability on a docker container.
## Usage
### Server
- run build.sh(runs docker build)
```bash
./scripts/build.sh
```
> NOTE: No need to do it more than once
- run deploy.sh (creates a docker container with the image from `build.sh`)
```bash
./scripts/deploy.sh
```
to close the container run the following command:
```bash
docker rm --force cve-2021-41773
```
### Demonstrating the exploit
#### using bash:
```bash
./scripts/exploit.sh
```
#### using postman:
- import the `CVE-2021-41773.postman_collection.json` collection to your postman and have fun.