Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 940 Bytes

File metadata and controls

40 lines (30 loc) · 940 Bytes

get-log4j-exploit-payload Docker Container

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:

  1. Clone the repo:

    git clone https://github.com/YungBinary/get-log4j-exploit-payload-docker.git
  2. Change directory:

    cd get-log4j-exploit-payload-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/get-log4j-exploit-payload/downloaded .

License

See https://github.com/morphuslabs/get-log4j-exploit-payload