Changes for page Engine_XalanJ

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

From version Icon 70.1 Icon
edited by Nicolas Gregoire
on 2012/01/14 17:47
Change comment: There is no comment for this version
To version Icon 72.1 Icon
edited by Nicolas Gregoire
on 2012/01/17 09:27
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -77,10 +77,16 @@
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 -= A pure Java reverse-shell =
80 += Pure Java reverse-shell =
81 81  
82 82  It is afaik not possible to get a pure Java reverse-shell, as we can't create threads :-(
83 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 +
84 84  = File creation =
85 85  
86 86  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.