Skip to content

rgerganov/xxe-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web application which demonstrates XXE vulnerabitlity.

Start web app:

$ mvn jetty:run

Retrieve all books:

$ curl http://localhost:8080/rest/books

Retrieve book by id:

$ curl http://localhost:8080/rest/books/1

Delete book by id:

$ curl -v -X DELETE http://localhost:8080/rest/books/4

Create new book:

$ curl -v -H "Content-Type:application/xml" --upload-file book.xml http://localhost:8080/rest/books

About

XXE vulnerability demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages