OJ Reeves 3ccd8e5b14 "Working" C2 sessions with diff GET/POST uris
Still don't have all the fields implemented, but this at least supports
the notion of having different URIs for GET and POST.

The approach taken, to reduce the impact on how much code has to be
changed, is to extract the UUID for the connection and use that as a
resource identifier. This UUID doesn't have any slashes in it, and hence
will not collide with any URI. This means we can use the UUID as a key
in the same hash as the resource URIs knowing that a direct lookup will
find the right session, even if by some miracle the UUID collides with a
chosen/generated URI. Any URI in the resource list will be prefixed with
a forward slash.

The listener will listen on all URIs that exist for the Meterp
configuration, including LURI setting, and the `uri` values in all three
areas that it might be specified in the C2 profile.
2025-07-10 10:46:27 +10:00
2025-05-21 23:41:42 +01:00
2025-04-08 12:47:31 +01:00
2024-09-25 16:30:05 +01:00
2025-05-27 17:27:19 -04:00
2021-11-05 15:14:19 +00:00
2025-05-27 17:27:19 -04:00
2025-04-29 14:01:23 -04:00
2018-10-21 22:30:01 +02:00
2023-05-17 15:03:05 -05:00
2024-10-23 10:00:17 +01:00
2024-12-04 17:54:01 +01:00
2025-06-03 11:20:13 +01:00
2024-09-20 13:53:34 +02:00
2017-09-07 02:35:56 -05:00
2022-10-29 15:56:49 +01:00
2025-03-31 10:21:18 -05:00
2024-09-25 16:30:05 +01:00
2025-06-03 11:20:13 +01:00
2025-05-22 18:45:24 +10:00
2021-01-18 14:21:54 +00:00
2020-12-07 10:31:45 +00:00
2024-11-12 13:35:37 +00:00

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

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.
S
Description
Metasploit Framework
Readme Multiple Licenses 1.6 GiB
Languages
Ruby 95%
PowerShell 2.7%
C 1.2%
Python 0.4%
HTML 0.2%
Other 0.1%