Rating: 5.0

OHK , I completely mis predicted the question and my solution is completely unintended and thats the reason i am sharing it.

So we were given a Docker file and a XML file which we have to tweak and pass into the service to get flag.
So if we pass XML then it must be parsing XML and i tried XML injection(XXE) which eventually worked. So this my XML file

`solution.xml`
```
]> <change-log> <text>&systemEntity;</text> </change-log>
```

And it worked like a rockstar.

Damn I am soo noob to solve it the intended way :(

chq-matteoDec. 30, 2018, 10:23 a.m.

mind blown


koramiDec. 30, 2018, 11:11 a.m.

Genius


x0r19x91Jan. 18, 2019, 4:35 a.m.

Excellent