metasploit-framework/lib
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
..
anemone Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
bit-struct Adding back bitstruct (current upstream) and dns_fuzzer module 2011-12-06 17:03:36 -06:00
gemcache/ruby/1.9.1 Rollback activerecord to 3.2.2 to prevent asset inclusion issues. 2012-06-06 11:08:39 -05:00
metasm Change import names to work properly on windows 2000 2011-07-26 22:48:46 +00:00
msf Fixes command parsing in Post::Common 2012-06-07 22:24:59 -06:00
nessus Fix broken comparison 2012-04-23 23:06:52 -05:00
net Make sure matches is set 2012-05-22 12:49:54 -06:00
openvas Fixes #5436. Thanks averagesecurityguy! 2011-10-10 16:10:20 +00:00
packetfu Updating PacketFu to match upstream 2012-04-09 15:47:21 -05:00
postgres Proper fix for IPv6 postgresql connections 2012-01-31 02:08:02 -06:00
rabal Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
rapid7 Straighten out the login error path for nexpose API calls 2012-06-04 15:21:04 -05:00
rbmysql Fixes #3915. This comments out two more raiseable conditions -- neither seem particularly useful to raise on in the first place anyway, though. 2011-03-08 21:28:20 +00:00
rex Work around a bug in rubinius 2012-05-31 16:48:34 -06:00
rkelly allow setting the property name. note that properties must be a bareword or string literal, not an expression 2011-06-03 00:16:50 +00:00
snmp Clean up an SNMP rescue clause that makes Windows Ruby builds sad. 2011-05-03 07:51:09 +00:00
sshkey Adds SSHKey gem and some other ssh goodies 2012-01-08 22:28:37 -06:00
telephony
zip Add empty directories from svn repo. 2011-11-09 18:41:40 -06:00
anemone.rb Add the crawler mixin and a sample form extractor crawler 2010-11-13 06:40:56 +00:00
bit-struct.rb Adding back bitstruct (current upstream) and dns_fuzzer module 2011-12-06 17:03:36 -06:00
enumerable.rb
fastlib.rb Merge in updated fastlib 2012-02-04 00:03:03 -06:00
metasm.rb
msfenv.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
packetfu.rb Updating PacketFu to 1.0.2 2011-05-23 14:04:38 +00:00
postgres_msf.rb See #730. Forking and adding Postgres-PR, with the following changes: 2010-02-01 19:49:36 +00:00
postgres_msf.rb.ut.rb See #808. Converts the metasploit fork of postgres-pr to use Rex::Socket instead of 2010-02-16 17:42:38 +00:00
rbmysql.rb
rbreadline.rb Fixes #5204. Adding Windows Console2 color support from mihi. Thanks! 2011-10-13 17:35:31 +00:00
readline_compatible.rb Fixes #5204. Adding Windows Console2 color support from mihi. Thanks! 2011-10-13 17:35:31 +00:00
rex.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
rex.rb.ts.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
rkelly.rb missed a file, see r12815 2011-06-03 00:15:08 +00:00
snmp.rb
sshkey.rb Adds SSHKey gem and some other ssh goodies 2012-01-08 22:28:37 -06:00
telephony.rb
windows_console_color_support.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
zip.rb Adding a 3rd party zip library (rubyzip by Thomas Sondergaard and Technorama Ltd, released under the Ruby license), and a method to import ZIP reports generated by Metasploit Express (still needs work, but is mildly functional right now). 2010-06-10 21:06:06 +00:00