1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
FROM alpine:3.14.0 |
|||
|
|||
RUN apk add git maven |
|||
RUN git clone https://github.com/pimps/JNDI-Exploit-Kit.git hack |
|||
|
|||
WORKDIR hack |
|||
RUN mvn clean package -DskipTests |
|||
|
|||
ENTRYPOINT ["java", "-jar", "target/JNDI-Injection-Exploit-1.0-SNAPSHOT-all.jar"] |
Loading…
Reference in new issue