-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Metasploit 5.0 Release Notes
Metasploit Framework 5.0 has released!
Metasploit 5.0 brings many new features, including new database and automation APIs, evasion modules and libraries, language support, improved performance, and ease-of-use.
See the release announcement here.
The following is a high-level overview of Metasploit 5.0’s features and capabilities.
-
Metasploit users can now run the PostgreSQL database by itself as a RESTful service, which allows for multiple Metasploit consoles and external tools to interact with it.
-
Parallel processing of the database and regular
msfconsole
operations improves performance by offloading some bulk operations to the database service. -
A JSON-RPC API enables users to integrate Metasploit with additional tools and languages.
-
This release adds a common web service framework to expose both the database and the automation APIs; this framework supports advanced authentication and concurrent operations. Read more about how to set up and run these new services here.
-
Adds
evasion
module type and libraries to let users generate evasive payloads without having to install external tools. Read the research underpinning evasion modules here. Rapid7’s first evasion modules are here. -
The
metashell
feature allows users to run background sessions and interact with shell sessions without needing to upgrade to a Meterpreter session. -
External modules add Metasploit support for Python and Go in addition to Ruby.
-
Any module can target multiple hosts by setting RHOSTS to a range of IPs, or by referencing a hosts file with the
file://
option. Metasploit now treats RHOST and RHOSTS as identical options. -
An updated search mechanism improves Framework start time and removes database dependency.
You can get Metasploit 5.0 by checking out the 5.0.0 tag in the Metasploit GitHub project.
Need a primer on Framework architecture and usage? Take a look at our wiki here, and feel free to reach out to the broader community on Slack. There are also myriad public and user-generated resources on Metasploit tips, tricks, and content, so if you can’t find something you want in our wiki, ask Google or the community what they recommend.
See all the ways to stay informed and get involved at https://metasploit.com.
- Home Welcome to Metasploit!
- Using Metasploit A collection of useful links for penetration testers.
-
Setting Up a Metasploit Development Environment From
apt-get install
togit push
. - CONTRIBUTING.md What should your contributions look like?
- Landing Pull Requests Working with other people's contributions.
- Using Git All about Git and GitHub.
- Contributing to Metasploit Be a part of our open source community.
- Meterpreter All about the Meterpreter payload.