We got some sort of translation page for alien language
Wappalyzer detected php
The text is sent via POST request and the shown result is the same text in a different font, which is determined in the style.css
This works, so the website is XSS vulnerable
<script>alert("test")</script>
I tried to inject special chars, but only % returns the example text and < returns nothing. It does not look like its vulnerable to a simple SQL or OS cmd injection
In the server files we can see that the server uses Springboot and Velocity. The following command worked to get an os shell via Velocity SSTI: