Docker container for the project hosted at https://github.com/morphuslabs/get-log4j-exploit-payload. All credits go to the original author(s).
Getting Started:
-
Clone the repo:
git clone https://github.com/YungBinary/get-log4j-exploit-payload-docker.git
-
Change directory:
cd get-log4j-exploit-payload-docker
-
Build the docker image:
docker build . -t get-payloads
-
Run the docker image:
docker run -it get-payloads
-
Once finished, use the following command to find the exited container ID:
docker ps -a
-
Copy the downloaded directory from the container to the current directory on the host machine:
docker cp <CONTAINER_ID>:/opt/get-log4j-exploit-payload/downloaded .
See https://github.com/morphuslabs/get-log4j-exploit-payload