pimps / docker-java-xxe

Docker image to test XXE attacks in java with tomcat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-java-xxe

Installation Instructions

git clone https://github.com/pimps/docker-java-xxe.git
cd docker-java-xxe
docker build -t docker-java-xxe .
docker run -e MANAGER_USER=admin -e MANAGER_PASSWORD=1234 -v /local/path/to/docker-javaxxe/app/xxe-example:/app -p 8080:8080 docker-java-xxe
Access http://localhost:8080/rest/books

About

Docker image to test XXE attacks in java with tomcat.


Languages

Language:Smarty 42.4%Language:Dockerfile 21.8%Language:HTML 20.5%Language:Shell 15.3%