Skip to content

Docker image to test XXE attacks in java with tomcat.

Notifications You must be signed in to change notification settings

pimps/docker-java-xxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published