Browse Source

feat: pimps hacker

master
QuentinN42 1 year ago
parent
commit
fd8ffa191f
Signed by: number42 GPG Key ID: 2CD7D563712B3A50
  1. 9
      hackers/pimps.Dockerfile

9
hackers/pimps.Dockerfile

@ -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…
Cancel
Save