HD Moore
501820d9cb
Handle deeper objects through recursion
...
git-svn-id: file:///home/svn/framework3/trunk@9182 4d416f70-5f16-0410-b530-b9f4589650da
2010-04-30 21:43:28 +00:00
HD Moore
661293c906
Patch the xml serializer to force binary encoding with newer versions of Ruby - fixes some annoying serialization issues
...
git-svn-id: file:///home/svn/framework3/trunk@9181 4d416f70-5f16-0410-b530-b9f4589650da
2010-04-30 21:35:03 +00:00
Joshua Drake
5aea21fcb8
speel more godoer
...
git-svn-id: file:///home/svn/framework3/trunk@9080 4d416f70-5f16-0410-b530-b9f4589650da
2010-04-15 02:09:08 +00:00
Joshua Drake
2283e029db
crossing fingers, big cr removal batch
...
git-svn-id: file:///home/svn/framework3/trunk@8038 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-30 22:24:22 +00:00
Mike Smith
29920bc94b
Unpack rack-1.0.1 into vendor/gems directory
...
This allows msfweb to be run without requiring rack to be pre-installed as a
gem.
git-svn-id: file:///home/svn/framework3/trunk@8031 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-30 05:39:21 +00:00
Mike Smith
94ea648902
Patch rails so that migrations can be run even when Base.logger == nil
...
git-svn-id: file:///home/svn/framework3/trunk@8017 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-29 01:04:48 +00:00
Mike Smith
912038dda3
Moving rails-2.3.5/ to rails/
...
git-svn-id: file:///home/svn/framework3/trunk@8016 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-29 00:19:06 +00:00
Mike Smith
a554ab15ef
Upgrade from rails 2.3.2 to 2.3.5
...
git-svn-id: file:///home/svn/framework3/trunk@8015 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-29 00:17:51 +00:00
Mike Smith
61b556a0d1
Initialize the database schema using ActiveRecord migrations
...
git-svn-id: file:///home/svn/framework3/trunk@7739 4d416f70-5f16-0410-b530-b9f4589650da
2009-12-07 17:03:27 +00:00
HD Moore
90808980c4
Fixes #474 . Adds rack back into the vendor lib tree
...
git-svn-id: file:///home/svn/framework3/trunk@7373 4d416f70-5f16-0410-b530-b9f4589650da
2009-11-06 14:44:24 +00:00
HD Moore
244f71601c
See #432 . Remove unused components of the rails directory
...
git-svn-id: file:///home/svn/framework3/trunk@7332 4d416f70-5f16-0410-b530-b9f4589650da
2009-11-03 16:54:33 +00:00
HD Moore
e7638ef887
Fixes #397 . Webrick requires :BindAddress but msfweb only passed in :Host, likely an api change was missed during a rails upgrade.
...
git-svn-id: file:///home/svn/framework3/trunk@7277 4d416f70-5f16-0410-b530-b9f4589650da
2009-10-26 17:33:05 +00:00
HD Moore
9904861e94
Prevent rails from overloading require, another big speed boost from Yoann, and it looks like we can avoid it
...
git-svn-id: file:///home/svn/framework3/trunk@7247 4d416f70-5f16-0410-b530-b9f4589650da
2009-10-25 17:07:48 +00:00
HD Moore
ed021ad08d
Fixes #260 . Remove the 'raw' option for payloads ni msfweb, this just causes encoding issues to pop up and isn't useful.
...
git-svn-id: file:///home/svn/framework3/trunk@7174 4d416f70-5f16-0410-b530-b9f4589650da
2009-10-17 06:09:59 +00:00
James Lee
529ded22ae
reverting last commit; somebody didn't cross their fingers
...
git-svn-id: file:///home/svn/framework3/trunk@6847 4d416f70-5f16-0410-b530-b9f4589650da
2009-07-19 20:48:47 +00:00
James Lee
c3dc1ecb55
reintegrate browser_autopwn into trunk; cross your fingers and hope this works
...
git-svn-id: file:///home/svn/framework3/trunk@6846 4d416f70-5f16-0410-b530-b9f4589650da
2009-07-19 17:27:36 +00:00
HD Moore
3596ea9676
Cleanup patch
...
git-svn-id: file:///home/svn/framework3/trunk@6715 4d416f70-5f16-0410-b530-b9f4589650da
2009-06-25 21:07:53 +00:00
HD Moore
d981332b89
Better search behavior for console and msfweb
...
git-svn-id: file:///home/svn/framework3/trunk@6706 4d416f70-5f16-0410-b530-b9f4589650da
2009-06-24 01:31:16 +00:00
HD Moore
5f14719035
Handle cygwin support
...
git-svn-id: file:///home/svn/framework3/trunk@6673 4d416f70-5f16-0410-b530-b9f4589650da
2009-06-20 00:18:18 +00:00
HD Moore
d69a1f6ff0
Adding the new msfweb tree, using rails 2.2.3 and newer prototype
...
git-svn-id: file:///home/svn/framework3/trunk@6651 4d416f70-5f16-0410-b530-b9f4589650da
2009-06-14 15:17:53 +00:00
HD Moore
ae1d18c88e
Move out the old msfweb tree, replacing it with rails 2.2.3 and newer prototype
...
git-svn-id: file:///home/svn/framework3/trunk@6650 4d416f70-5f16-0410-b530-b9f4589650da
2009-06-14 15:17:09 +00:00
kris
a30adcdca5
Fix Javascript payload generation in msfweb: was passing the invalid
...
"javascript", so it now chooses "js_le" or "js_be" based on endianness
git-svn-id: file:///home/svn/framework3/trunk@6042 4d416f70-5f16-0410-b530-b9f4589650da
2008-12-24 06:57:32 +00:00
kris
9aa29aa876
add java payload generation option to msfweb
...
git-svn-id: file:///home/svn/framework3/trunk@6041 4d416f70-5f16-0410-b530-b9f4589650da
2008-12-24 06:29:41 +00:00
HD Moore
cfbb600304
fixes #259 . pass in badchars properly
...
git-svn-id: file:///home/svn/framework3/trunk@5957 4d416f70-5f16-0410-b530-b9f4589650da
2008-11-19 06:41:42 +00:00
HD Moore
1acebca6c2
Remove test cases from gems
...
git-svn-id: file:///home/svn/framework3/trunk@5938 4d416f70-5f16-0410-b530-b9f4589650da
2008-11-17 06:14:09 +00:00
HD Moore
14d31c805e
Fixes #254 . Key off refname instead of name
...
git-svn-id: file:///home/svn/framework3/trunk@5929 4d416f70-5f16-0410-b530-b9f4589650da
2008-11-16 21:14:38 +00:00
HD Moore
6fe6f3d229
In with the new
...
git-svn-id: file:///home/svn/framework3/trunk@5858 4d416f70-5f16-0410-b530-b9f4589650da
2008-11-09 01:18:35 +00:00
HD Moore
2b431d10d6
Out with new
...
git-svn-id: file:///home/svn/framework3/trunk@5857 4d416f70-5f16-0410-b530-b9f4589650da
2008-11-09 01:17:03 +00:00
Matt Miller
e63a121341
merge incognito updates from Luke Jennings
...
git-svn-id: file:///home/svn/framework3/trunk@5499 4d416f70-5f16-0410-b530-b9f4589650da
2008-04-28 16:57:49 +00:00
HD Moore
032edb7e39
Adds a monkey-patch for the WEBrick directory traversal flaw
...
git-svn-id: file:///home/svn/framework3/trunk@5434 4d416f70-5f16-0410-b530-b9f4589650da
2008-03-06 17:21:45 +00:00
HD Moore
7123cce773
Fixes #104
...
git-svn-id: file:///home/svn/framework3/trunk@5277 4d416f70-5f16-0410-b530-b9f4589650da
2008-01-06 20:55:07 +00:00
HD Moore
e2f3cbe1aa
See #104
...
git-svn-id: file:///home/svn/framework3/trunk@5275 4d416f70-5f16-0410-b530-b9f4589650da
2008-01-06 20:47:26 +00:00
HD Moore
80897ddf79
Freezing the rails version to 1.2.3.
...
git-svn-id: file:///home/svn/framework3/trunk@5107 4d416f70-5f16-0410-b530-b9f4589650da
2007-09-22 19:30:42 +00:00
HD Moore
5f591d1f16
Fix a javascript bug
...
git-svn-id: file:///home/svn/framework3/trunk@5071 4d416f70-5f16-0410-b530-b9f4589650da
2007-08-08 22:24:53 +00:00
HD Moore
ec06c5544c
Remove the old busted
...
git-svn-id: file:///home/svn/framework3/trunk@5003 4d416f70-5f16-0410-b530-b9f4589650da
2007-06-27 05:09:28 +00:00
HD Moore
d9b7ab3ca1
Merging in a much-needed fix to the msfweb skins support, thanks Mike!
...
git-svn-id: file:///home/svn/framework3/trunk@4999 4d416f70-5f16-0410-b530-b9f4589650da
2007-06-21 02:44:45 +00:00
HD Moore
c51d3a7220
More updates from Mike
...
git-svn-id: file:///home/svn/framework3/trunk@4850 4d416f70-5f16-0410-b530-b9f4589650da
2007-05-03 17:47:06 +00:00
HD Moore
7de3f7d53d
Fixes a word wrap issue for the luminous theme
...
git-svn-id: file:///home/svn/framework3/trunk@4802 4d416f70-5f16-0410-b530-b9f4589650da
2007-04-28 18:47:06 +00:00
HD Moore
ca1f4f5cdc
Merging in Mike's changes for msfweb
...
git-svn-id: file:///home/svn/framework3/trunk@4794 4d416f70-5f16-0410-b530-b9f4589650da
2007-04-28 18:15:40 +00:00
HD Moore
e8e5e6c3ba
Woops, accidentally added the thumbnail dbs
...
git-svn-id: file:///home/svn/framework3/trunk@4792 4d416f70-5f16-0410-b530-b9f4589650da
2007-04-26 22:21:38 +00:00
HD Moore
8967c22a6e
Merged in Mike Whitehead skins support
...
git-svn-id: file:///home/svn/framework3/trunk@4791 4d416f70-5f16-0410-b530-b9f4589650da
2007-04-26 22:20:55 +00:00
HD Moore
47a5303ca4
This is a test of the new merge script
...
git-svn-id: file:///home/svn/framework3/trunk@4654 4d416f70-5f16-0410-b530-b9f4589650da
2007-04-05 05:08:21 +00:00
HD Moore
080300605a
Fix KCODE in Rails (msfweb). Revert ANI exploits back after resolving the issue
...
git-svn-id: file:///home/svn/framework3/trunk@4633 4d416f70-5f16-0410-b530-b9f4589650da
2007-04-03 04:10:09 +00:00
HD Moore
691b32cc59
Minor updates from Mike Whitehead
...
git-svn-id: file:///home/svn/framework3/trunk@4581 4d416f70-5f16-0410-b530-b9f4589650da
2007-03-27 01:42:35 +00:00
HD Moore
90b489cbaa
This patch makes the payloads screens look like the exploits/auxiliaries
...
git-svn-id: file:///home/svn/framework3/trunk@4565 4d416f70-5f16-0410-b530-b9f4589650da
2007-03-25 07:32:55 +00:00
HD Moore
8f3c36b075
Clean up the engrish
...
git-svn-id: file:///home/svn/framework3/trunk@4564 4d416f70-5f16-0410-b530-b9f4589650da
2007-03-25 07:28:55 +00:00
HD Moore
5dc41008dd
This patch changes the exploits/auxiliary pages to be a bit cleaner. The fact that an action or target must be selected is much more obvious do to a dark background and white bold text
...
git-svn-id: file:///home/svn/framework3/trunk@4563 4d416f70-5f16-0410-b530-b9f4589650da
2007-03-25 07:26:47 +00:00
HD Moore
1ff5a59b5c
Minor cleanups
...
git-svn-id: file:///home/svn/framework3/trunk@4561 4d416f70-5f16-0410-b530-b9f4589650da
2007-03-25 03:08:00 +00:00
HD Moore
9d33f69b87
Reduce the default logging to warn
...
git-svn-id: file:///home/svn/framework3/trunk@4560 4d416f70-5f16-0410-b530-b9f4589650da
2007-03-24 23:28:46 +00:00
HD Moore
83f9ea9405
Replace require_gem with gem
...
git-svn-id: file:///home/svn/framework3/trunk@4558 4d416f70-5f16-0410-b530-b9f4589650da
2007-03-24 23:03:19 +00:00