History | View | Annotate | Download (2.9 kB)
Cutting over rails3 to master.
This switches the Metasploit Framework to a Rails 3 backend. If you runinto new problems (especially around Active Record or your postgresqlgem) you should try first updating your Ruby installation to 1.9.3 anduse a more recent 'pg' gem....
Load from the absolute, not relative path
Remove xmlrpc support in this branch (only msgpack is supported)
Fix up bad line removals
Bump fastlib to 0.0.6, no longer need to push metasploit.fastlib into the include path
Adds fastlib and lib/metasploit.fastlib to the include path
Fix up SSL behavior (correctly, this time). Update the msfrpc tools to support the new MessagePack code, fix various defaults in the plugin. Fixes #5116
git-svn-id: file:///home/svn/framework3/trunk@13416 4d416f70-5f16-0410-b530-b9f4589650da
Move the fork AFTER the framework instance has been created
git-svn-id: file:///home/svn/framework3/trunk@12498 4d416f70-5f16-0410-b530-b9f4589650da
See #4129. This patches up shell_read and shell_write to use the new ring buffer mechanisms with no significant API changes. Still need to run through a test on Armitage to ensure it's all still flowing smoothly, should be done within the hour.
git-svn-id: file:///home/svn/framework3/trunk@12310 4d416f70-5f16-0410-b530-b9f4589650da
Make -n option available to msfrpcd too.
git-svn-id: file:///home/svn/framework3/trunk@11593 4d416f70-5f16-0410-b530-b9f4589650da
don't stacktrace on an interrupt
git-svn-id: file:///home/svn/framework3/trunk@11455 4d416f70-5f16-0410-b530-b9f4589650da
performance: parse args before loading everything
git-svn-id: file:///home/svn/framework3/trunk@10774 4d416f70-5f16-0410-b530-b9f4589650da
Partial revert of r10207 due to cygwin infinite loop, crashes.
git-svn-id: file:///home/svn/framework3/trunk@10231 4d416f70-5f16-0410-b530-b9f4589650da
Initialize framework after forking when running msfrpcd as a daemon. Fixes #2465 by running database task thread in daemon.
git-svn-id: file:///home/svn/framework3/trunk@10207 4d416f70-5f16-0410-b530-b9f4589650da
more cleanups
git-svn-id: file:///home/svn/framework3/trunk@9212 4d416f70-5f16-0410-b530-b9f4589650da
fixes #587; add http xmlrpc support from Ryan Linn, invoke it with 'load xmlrpc ServerType=Web' or ./msfrpcd -t Web
git-svn-id: file:///home/svn/framework3/trunk@7667 4d416f70-5f16-0410-b530-b9f4589650da
Use [-] instead of [*] for error messages
git-svn-id: file:///home/svn/framework3/trunk@6332 4d416f70-5f16-0410-b530-b9f4589650da
Patch from Jonathan Steel to fix double-symlinks
git-svn-id: file:///home/svn/framework3/trunk@6203 4d416f70-5f16-0410-b530-b9f4589650da
msfrpcd doesnt bind to loopback
git-svn-id: file:///home/svn/framework3/trunk@6078 4d416f70-5f16-0410-b530-b9f4589650da
Set executable bit
git-svn-id: file:///home/svn/framework3/trunk@5992 4d416f70-5f16-0410-b530-b9f4589650da
This patch introduces a really basic RPC service. It is still a long way from its final version
git-svn-id: file:///home/svn/framework3/trunk@5991 4d416f70-5f16-0410-b530-b9f4589650da