Emilio
Emilio
Many thanks for your contributions. Unfortunately I don't have time to thoroughly review and adjust PRs, but you can help by running the tests before submitting new PRs. It requires...
Still it shouldn't break the test suite (I quickly run it and it does).
Sorry for the late response, I currently don't have time to work on this. I'm happy to merge your PRs, but please make sure the tests passes (please follow the...
You need to install Docker, it virtualizes any application with the vulnerable template engine and test tplmap against it. It's also pretty cool as development infrastructure to develop new SSTI...
Take your time to run Docker in your machine. I'm more than happy to work with you and merge your changes as long as they don't break the test suite.
I'm sorry but I've no time for adjusting the test suite for the PRs. Consider using a Linux VM for development.
Thanks.
I confirm that PHP 8 removed `create_function`, breaking the PHP agent.
The purpose of `create_function` was to execute in-memory PHP code from a dynamic string without leaving visible `eval()`s in the code. From a quick glance, it does not seem is...