Skip to content

KGorbakon/xxe-self-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XXE Lab

This virtual environment is a simple php web application that contains an example of an XML eXternal Entity vulnerability.

Docker

To run XXELab in a Docker container. Build the image:

$ git clone https://github.com/KGorbakon/xxe-self-practice.git
$ cd xxe-self-practice
$ docker build -t xxe-self-practice .

Run:

$ docker run -it --rm -p 127.0.0.1:5000:80 xxe-self-practice

Open http://localhost:5000 and have fun.

About

Self practice task for XXE exploitation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published