Metasploit Framework
 
 
 
 
 
 
Go to file
Markus Wulftange 80243c6e4d Disable default sorting on MSSQL results
When printing output using the `mssql_print_reply`, the output gets
sorted by default by the first column. This can distort the output,
especially when the row order is crucial like in case of executing
external commands with `mssql_xpcmdshell`.

This patch disables sorting by initializing Rex::Ui::Text::Table
with SortIndex = -1.
2013-09-09 20:14:48 +02:00
config
data Add module for ZDI-13-205 2013-09-04 15:57:22 -05:00
db Uses new MDM version. A few versions were apparently skipped, so the 2013-07-17 11:46:08 -05:00
documentation
external Change directory names 2013-08-15 22:52:42 -05:00
lib Disable default sorting on MSSQL results 2013-09-09 20:14:48 +02:00
modules Land #2337, @wchen-r7's exploit for MS13-055 2013-09-09 11:12:03 -05:00
plugins fixed bug #8296 where help table was not displaying properly 2013-08-16 15:10:38 -04:00
scripts
spec Land #2270, Util::EXE refactor 2013-08-28 21:49:59 -05:00
test Add some old hard-tabs for sanity 2013-08-07 12:31:56 -05:00
tools Retab should optionally keep local backups 2013-09-03 11:54:31 -05:00
.gitignore add .sublime-project to gitignore 2013-08-15 22:25:29 -05:00
.mailmap
.rspec
.simplecov
.travis.yml
.yardopts
CONTRIBUTING.md
COPYING
Gemfile Remove pry from gemfile 2013-07-21 15:20:34 -05:00
Gemfile.lock Revert Gemfile.lock to previous 2013-08-07 10:52:30 -05:00
HACKING Be more explicit about two-space tabs 2013-09-09 09:34:48 -05:00
LICENSE
README.md
Rakefile
msfbinscan
msfcli More code coverage for msfcli_spec 2013-07-30 21:31:53 -05:00
msfconsole
msfd
msfelfscan
msfencode
msfmachscan
msfpayload
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate
msfvenom Fix merge conflict 2013-08-13 00:00:16 -05:00

README.md

Metasploit Build Status Code Climate

The Metasploit Framework is released under a BSD-style license. See COPYING for more details.

The latest version of this software is available from http://metasploit.com/

Bug tracking and development information can be found at: https://dev.metasploit.com/redmine/projects/framework/

The public GitHub source repository can be found at: https://github.com/rapid7/metasploit-framework

Questions and suggestions can be sent to: msfdev(at)metasploit.com

The framework mailing list is the place to discuss features and ask for help. To subscribe, visit the following web page: https://mail.metasploit.com/mailman/listinfo/framework

The mailing list archives are available from: https://mail.metasploit.com/pipermail/framework/

Installing

Generally, you should use the installer which contains all dependencies and will get you up and running with a few clicks. See the Dev Environment Setup if you'd like to deal with dependencies on your own.

Using Metasploit

Metasploit can do all sorts of things. The first thing you'll want to do is start msfconsole, but after that, you'll probably be best served by reading some of the great tutorials online:

Contributing

See the Dev Environment Setup guide on GitHub which will walk you through the whole process starting from installing all the dependencies, to cloning the repository, and finally to submitting a pull request. For slightly more info, see Contributing.