metasploit-framework/external/source/meterpreter/java
James Lee 1be9ce8649 Fixes command parsing in Post::Common
The meterpreter API wants arguments in a seperate string (not an array,
mind you) just so it can concatenate them on the server side.
Originally, I worked around that by using Shellwords.shellwords to pull
out the first token. But! Shellwords.shellwords inexplicably and
inexcusably removes backslashes in ways that make it impossible to quote
things on Windows. This commit works around both of those things.
2012-06-07 22:24:59 -06:00
..
.settings add source for java meterpreter. see #406 2010-09-11 17:47:39 +00:00
src Fixes command parsing in Post::Common 2012-06-07 22:24:59 -06:00
.classpath add source for java meterpreter. see #406 2010-09-11 17:47:39 +00:00
.project add source for java meterpreter. see #406 2010-09-11 17:47:39 +00:00
build.xml Squashed commit of the following: 2012-05-08 13:48:21 -06:00