Skip to content

rapid7/metasploit-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

329cbc7 · Apr 24, 2025
Apr 14, 2025
May 3, 2023
Apr 8, 2025
Apr 15, 2025
Apr 23, 2025
Sep 25, 2024
Apr 11, 2025
Apr 22, 2025
Mar 20, 2025
Nov 5, 2021
Apr 24, 2025
Apr 23, 2025
Sep 19, 2024
May 3, 2023
Apr 29, 2024
Apr 22, 2025
Jan 23, 2025
Mar 17, 2025
Oct 21, 2018
May 4, 2022
May 17, 2023
Oct 23, 2024
Nov 27, 2013
Dec 4, 2024
Oct 8, 2014
Jul 24, 2024
Sep 13, 2013
Nov 4, 2024
Sep 18, 2014
Sep 20, 2024
May 17, 2023
Sep 7, 2017
Oct 29, 2022
Mar 31, 2025
Mar 19, 2025
Jan 18, 2018
Apr 4, 2025
Mar 13, 2025
Sep 24, 2020
Apr 24, 2025
Mar 19, 2025
Apr 24, 2025
Nov 12, 2024
Dec 7, 2020
Oct 8, 2020
Feb 13, 2025
Sep 25, 2024
Sep 25, 2024
Apr 8, 2025
Aug 2, 2023
Aug 2, 2023
Oct 2, 2024
Jan 18, 2021
Nov 10, 2023
Mar 2, 2021
Jul 25, 2022
Dec 2, 2019
May 26, 2021

Metasploit Framework

The Metasploit Framework is an open-source tool released under a BSD-style license. For detailed licensing information, refer to the COPYING file.

Latest Version

Access the latest version of Metasploit from the Nightly Installers page.

Documentation

Comprehensive documentation, including usage guides, is available at Metasploit Docs.

Development Environment

To set up a development environment, visit the Development Setup Guide.

Bug and Feature Requests

Submit bugs and feature requests via the GitHub Issues tracker. New submissions can be made through the MSF-BUGv1 form.

API Documentation

For information on writing modules, refer to the API Documentation.

Support and Communication

For questions and suggestions, join the Freenode IRC channel or contact the metasploit-hackers mailing list.

Installing Metasploit

Recommended Installation

We recommend installation with the official Metasploit installers on Linux or macOS. Metasploit is also pre-installed with Kali.

For a manual setup, consult the Dev Environment Setup guide.

Using Metasploit

To get started with Metasploit:

  1. Start msfconsole: This is the primary interface for interacting with Metasploit.
  2. Explore Resources:

Contributing

To contribute to Metasploit:

  1. Setup Development Environment: Follow the instructions in the Development Setup Guide on GitHub.
  2. Clone the Repository: Obtain the source code from the official repository.
  3. Submit a Pull Request: After making changes, submit a pull request for review. Additional details can be found in the Contributing Guide.