Skip to content

YungBinary/log4j_payload_downloader_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

log4j_payload_downloader Docker Container

Docker container for the project hosted at https://github.com/djt78/log4j_payload_downloader. All credits go to the original author(s).

Getting Started:

  1. Clone the repo:

    git clone https://github.com/YungBinary/log4j_payload_downloader_docker.git
  2. Change directory:

    cd log4j_payload_downloader_docker
  3. Build the docker image:

    docker build . -t get-payloads
  4. Run the docker image:

    docker run -it get-payloads
  5. Once finished, use the following command to find the exited container ID:

    docker ps -a
  6. Copy the downloaded directory from the container to the current directory on the host machine:

    docker cp <CONTAINER_ID>:/opt/log4j_payload_downloader/downloaded .

License

See https://github.com/djt78/log4j_payload_downloader/blob/main/LICENSE

About

A Docker container that runs log4j_payload_downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published