metasploit-framework/lib/msf
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
..
base Hrm, out-of-order commits 2012-05-22 10:44:16 -06:00
core Fixes command parsing in Post::Common 2012-06-07 22:24:59 -06:00
env Space at EOF cleanup 2012-05-24 16:28:20 -06:00
scripts Change Post Mixin for Windows platform in its own separate class and minor fixes on modules and scripts 2011-06-21 00:38:04 +00:00
ui Adding aczid's minimal exploit configurator 2012-05-18 17:24:18 -05:00
util Space at EOF cleanup 2012-05-24 16:28:20 -06:00
LICENSE Updated to reflect the new license of Rex 2006-09-01 15:50:10 +00:00
base.rb massive removal of spaces at EOL and some bad tabs 2011-11-20 12:32:06 +11:00
base.rb.ts.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
core.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
core.rb.ts.rb massive removal of spaces at EOL and some bad tabs 2011-11-20 12:32:06 +11:00
events.rb base should not depend on ui 2010-01-15 01:24:45 +00:00
sanity.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
ui.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
util.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
windows_error.rb fix bug in default case 2010-10-08 19:49:57 +00:00