https://github.com/gosecure/xxe-workshop
Workshop given at Hack in Paris 2019
https://github.com/gosecure/xxe-workshop
Last synced: about 1 year ago
JSON representation
Workshop given at Hack in Paris 2019
- Host: GitHub
- URL: https://github.com/gosecure/xxe-workshop
- Owner: GoSecure
- Created: 2020-12-21T14:59:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T09:13:18.000Z (about 3 years ago)
- Last Synced: 2025-03-21T06:33:24.879Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://gosecure.github.io/xxe-workshop
- Size: 37.7 MB
- Stars: 121
- Watchers: 6
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Advanced XXE Workshop
This repository includes all the test applications presented at Hack in Paris 2019.
### Reading the tutorials
Tutorials: https://gosecure.github.io/xxe-workshop/
### Running the application yourself
All the application code and docker script are included in this repository. The build process will vary depending on the technology (PHP or Java).
First start by cloning the repository or [exporting the repository to a zip archive](https://github.com/GoSecure/template-injection-workshop/archive/master.zip). Refer to the README of each individual application.
```
git clone https://github.com/GoSecure/xxe-workshop.git
```