Docker container for the project hosted at https://github.com/djt78/log4j_payload_downloader. All credits go to the original author(s).
Getting Started:
-
Clone the repo:
git clone https://github.com/YungBinary/log4j_payload_downloader_docker.git
-
Change directory:
cd log4j_payload_downloader_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/log4j_payload_downloader/downloaded .
See https://github.com/djt78/log4j_payload_downloader/blob/main/LICENSE