https://github.com/pimps/docker-java-xxe
Docker image to test XXE attacks in java with tomcat.
https://github.com/pimps/docker-java-xxe
Last synced: about 1 month ago
JSON representation
Docker image to test XXE attacks in java with tomcat.
- Host: GitHub
- URL: https://github.com/pimps/docker-java-xxe
- Owner: pimps
- Created: 2018-06-28T08:37:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T13:30:37.000Z (over 6 years ago)
- Last Synced: 2024-08-02T02:02:37.934Z (10 months ago)
- Language: Smarty
- Size: 78.9 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vulnerable-apps - docker-java-xxe - Docker image to test XXE attacks in java with tomcat. (OWASP Top 10 / XXE Injection)
README
# 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
```