Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapid7/metasploit-framework
Metasploit Framework
https://github.com/rapid7/metasploit-framework
hacktoberfest
Last synced: 3 days ago
JSON representation
Metasploit Framework
- Host: GitHub
- URL: https://github.com/rapid7/metasploit-framework
- Owner: rapid7
- License: other
- Created: 2011-08-30T06:13:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T10:30:32.000Z (8 months ago)
- Last Synced: 2024-04-14T08:02:49.595Z (8 months ago)
- Topics: hacktoberfest
- Language: Ruby
- Homepage: https://www.metasploit.com/
- Size: 939 MB
- Stars: 32,715
- Watchers: 2,040
- Forks: 13,635
- Open Issues: 455
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-command-control - Metasploit Framework
- awesome - metasploit-framework - Metasploit Framework (Ruby)
- awesome-ruby - Metasploit - World's most used penetration testing software. (Security)
- awesome-hacking - Metasploit
- awesome-bugbounty-tools - metasploit-framework - Metasploit Framework (Miscellaneous / Vulnerability Scanners)
- awesome-rainmana - rapid7/metasploit-framework - Metasploit Framework (Ruby)
- awesome-repositories - rapid7/metasploit-framework - Metasploit Framework (Ruby)
- awesome-starts - rapid7/metasploit-framework - Metasploit Framework (Ruby)
- awesome-starred - rapid7/metasploit-framework - Metasploit Framework (hacktoberfest)
- Python-Security-Tool-Database - Metasploit - Alright so this thing isn't even close to being mostly Python, but cmon it's Metasploit. This has to be in here because I love this thing so much. This makes my life easier every single day. (Synopsis / Table of Contents)
- awesome - rapid7/metasploit-framework - Metasploit Framework (Ruby)
- awesome - metasploit-framework
- WebHackersWeapons - Metasploit - framework?label=%20)|[`pentest`](/categorize/tags/pentest.md)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Ruby](/images/ruby.png)](/categorize/langs/Ruby.md)| (Weapons / Tools)
- MobileHackersWeapons - metasploit-framework - framework) | ![](https://img.shields.io/github/languages/top/rapid7/metasploit-framework) | (Weapons)
- awesome-hacking - Metasploit - 一个计算机安全项目,提供有关安全漏洞的信息,并帮助进行渗透测试和入侵检测系统开发。 (工具)
- StarryDivineSky - rapid7/metasploit-framework
- Open-Source-Ruby-and-Rails-Apps - metasploit-framework - Metasploit Framework 🔥 ✅ 🚀 (Happy Exploring 🤘)
README
# 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](https://docs.metasploit.com/docs/using-metasploit/getting-started/nightly-installers.html) page.## Documentation
Comprehensive documentation, including usage guides, is available at [Metasploit Docs](https://docs.metasploit.com/).## Development Environment
To set up a development environment, visit the [Development Setup Guide](https://docs.metasploit.com/docs/development/get-started/setting-up-a-metasploit-development-environment.html).## Bug and Feature Requests
Submit bugs and feature requests via the [GitHub Issues](https://github.com/rapid7/metasploit-framework/issues) tracker. New submissions can be made through the [MSF-BUGv1 form](https://github.com/rapid7/metasploit-framework/issues/new/choose).## API Documentation
For information on writing modules, refer to the [API Documentation](https://docs.metasploit.com/api/).## 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](https://docs.metasploit.com/docs/using-metasploit/getting-started/nightly-installers.html#installing-metasploit-on-linux--macos) on Linux or macOS. Metasploit is also pre-installed with Kali.
For a manual setup, consult the [Dev Environment Setup](https://docs.metasploit.com/docs/development/get-started/setting-up-a-metasploit-development-environment.html) guide.
## Using Metasploit
To get started with Metasploit:
1. **Start `msfconsole`:** This is the primary interface for interacting with Metasploit.
2. **Explore Resources:**
- Visit the [Using Metasploit](https://docs.metasploit.com/docs/using-metasploit/getting-started/index.html) section of the documentation.## Contributing
To contribute to Metasploit:
1. **Setup Development Environment:** Follow the instructions in the [Development Setup Guide](https://docs.metasploit.com/docs/development/get-started/setting-up-a-metasploit-development-environment.html) 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](https://github.com/rapid7/metasploit-framework/blob/master/CONTRIBUTING.md).