diff --git a/XSLT Injection/README.md b/XSLT Injection/README.md index 45e82ff..90e33de 100644 --- a/XSLT Injection/README.md +++ b/XSLT Injection/README.md @@ -161,6 +161,16 @@ Execute a PHP meterpreter using PHP wrapper. ``` +Execute a remote php file using `file_put_contents` + +```xml + + + + + +``` + ### Remote Code Execution with Java ```xml @@ -214,4 +224,4 @@ Execute a PHP meterpreter using PHP wrapper. * [From XSLT code execution to Meterpreter shells - 02 July 2012 - @agarri](https://www.agarri.fr/blog/archives/2012/07/02/from_xslt_code_execution_to_meterpreter_shells/index.html) * [XSLT Injection - Fortify](https://vulncat.fortify.com/en/detail?id=desc.dataflow.java.xslt_injection) -* [XSLT Injection Basics - Saxon](https://blog.hunniccyber.com/ektron-cms-remote-code-execution-xslt-transform-injection-java/) \ No newline at end of file +* [XSLT Injection Basics - Saxon](https://blog.hunniccyber.com/ektron-cms-remote-code-execution-xslt-transform-injection-java/)