Share
## https://sploitus.com/exploit?id=2EACBFB9-2956-564B-A859-6C85EF9F785A
# Log4J lab

### Description
This is a lab for playing around with the Log4J CVE-2021-44228
Springboot app + Log4J 2.6.1
### Usage
``` 
docker build . -t mylog && docker run --rm -p 8081:8080 --name mylog-app mylog
```