Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 655 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 655 Bytes

play-framework-xxe

POC for exploitation of a XML entities in the Play framework useful for CTFs where you might not have access to VPS. This POC assumes that the host provided by user is vulnerable to said play framework xxe. Read More

Usage

git clone https://github.com/its-arun/play-framework-xxe.git
cd play-framework-xxe
python3 poc.py http://example.com/login

Spin yourself a vulnerable instance

Pentesterlab was kind enough to publish exercise for this vulnerability at VulnHub