A CLI tool for identifying and patching the Log4Shell vulnerability.
docker build . -t log4shell
docker run --network=host log4shell
or
Make sure you have Maven installed, then:
./build-payload.sh && go build . && ./log4shell
Find the compiled tool for your OS here.