Files
metasploit-gs/modules/exploits/multi
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
..
2013-06-25 13:10:15 -05:00
2013-01-04 00:48:10 +01:00
2013-01-04 00:48:10 +01:00
2012-06-13 14:04:05 -05:00
2013-06-25 02:06:20 -05:00
2013-01-04 00:48:10 +01:00
2013-04-26 15:42:26 +01:00
2013-01-04 00:48:10 +01:00
2013-01-04 00:48:10 +01:00
2013-06-25 02:06:20 -05:00
2013-03-08 15:25:16 -05:00
2013-01-04 09:29:34 +01:00
2013-06-24 14:56:43 -05:00
2011-11-09 18:41:40 -06:00
2013-01-04 00:48:10 +01:00
2013-04-12 18:57:04 +01:00