Files
metasploit-gs/README.md
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

48 lines
2.5 KiB
Markdown
Raw Normal View History

2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
# Metasploit Framework
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
The Metasploit Framework is an open-source tool released under a BSD-style license. For detailed licensing information, refer to the `COPYING` file.
2024-08-01 22:39:42 +05:30
## 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.
2024-08-01 22:39:42 +05:30
## Documentation
Comprehensive documentation, including usage guides, is available at [Metasploit Docs](https://docs.metasploit.com/).
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
## 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).
2015-01-30 14:28:39 -06:00
2024-08-01 22:39:42 +05:30
## 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://r-7.co/MSF-BUGv1).
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
## API Documentation
For information on writing modules, refer to the [API Documentation](https://docs.metasploit.com/api/).
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
## Support and Communication
For questions and suggestions, join the Freenode IRC channel or contact the metasploit-hackers mailing list.
2014-04-11 15:55:18 -05:00
2024-08-01 22:39:42 +05:30
---
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
## Installing Metasploit
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
### Recommended Installation
2024-08-30 06:30:20 +05:30
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.
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
## Using Metasploit
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
To get started with Metasploit:
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
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.
2012-05-30 10:40:31 -05:00
2024-08-01 22:39:42 +05:30
## 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).