metasploit-framework/lib
Tod Beardsley 7e539332db Reverting disaster merge to 593363c5f with diff
There was a disaster of a merge at 6f37cf22eb that is particularly
difficult to untangle (it was a bad merge from a long-running local
branch).

What this commit does is simulate a hard reset, by doing thing:

 git checkout -b reset-hard-ohmu
 git reset --hard 593363c5f9
 git checkout upstream-master
 git checkout -b revert-via-diff
 git diff --no-prefix upstream-master..reset-hard-ohmy > patch
 patch -p0 < patch

Since there was one binary change, also did this:

 git checkout upstream-master data/exploits/CVE-2012-1535/Main.swf

Now we have one commit that puts everything back. It screws up
file-level history a little, but it's at least at a point where we can
move on with our lives. Sorry.
2013-07-29 21:47:52 -05:00
..
anemone Crawler/Anemone: Dirbusting now optional 2013-06-13 00:00:09 +03:00
bit-struct Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
metasm Change import names to work properly on windows 2000 2011-07-26 22:48:46 +00:00
metasploit Msf::DBManager#import_msf_xml refactor 2013-04-01 16:06:40 -05:00
msf Reverting disaster merge to 593363c5f with diff 2013-07-29 21:47:52 -05:00
nessus Fix broken comparison 2012-04-23 23:06:52 -05:00
net Inline unit tests are so last decade 2013-05-23 12:41:14 -05:00
openvas Fixed issue downloading XML reports 2013-06-10 19:45:50 -04:00
postgres Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
rabal Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
rapid7 Uses raw-xml-v2 Nexpose export for Nexpose import as this adds device-id 2013-06-11 18:37:02 -05:00
rbmysql Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
rex Reverting disaster merge to 593363c5f with diff 2013-07-29 21:47:52 -05:00
rkelly Avoid utf8 regular expression error in Ruby 2.0 2013-02-24 13:10:40 -06:00
snmp Clean up an SNMP rescue clause that makes Windows Ruby builds sad. 2011-05-03 07:51:09 +00:00
sshkey Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
tasks Msf::DBManager#import_msf_xml refactor 2013-04-01 16:06:40 -05:00
telephony
zip fix range 2013-05-22 18:28:14 -04:00
anemone.rb Add the crawler mixin and a sample form extractor crawler 2010-11-13 06:40:56 +00:00
bit-struct.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
enumerable.rb
fastlib.rb Fix whitespace and long lines 2012-11-20 19:29:12 -06:00
metasm.rb
msfenv.rb Always use bundler to load gems 2013-04-04 16:41:40 -05:00
postgres_msf.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
rbmysql.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
rbreadline.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
readline_compatible.rb Fixes #5204. Adding Windows Console2 color support from mihi. Thanks! 2011-10-13 17:35:31 +00:00
rex.rb first minor cleanup 2013-02-20 15:33:24 -06:00
rkelly.rb missed a file, see r12815 2011-06-03 00:15:08 +00:00
snmp.rb
sshkey.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
telephony.rb
windows_console_color_support.rb Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
zip.rb