https://github.com/dx4grey/metasploit-tools
Metasploit Tools for creating payloads and remote access payloads, powered by the Metasploit Framework
https://github.com/dx4grey/metasploit-tools
bash-script metasploit metasploit-framework metasploit-tools
Last synced: 3 months ago
JSON representation
Metasploit Tools for creating payloads and remote access payloads, powered by the Metasploit Framework
- Host: GitHub
- URL: https://github.com/dx4grey/metasploit-tools
- Owner: DX4GREY
- License: mit
- Created: 2023-10-16T11:00:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T00:23:41.000Z (over 2 years ago)
- Last Synced: 2024-01-25T14:33:04.140Z (over 2 years ago)
- Topics: bash-script, metasploit, metasploit-framework, metasploit-tools
- Language: Shell
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metasploit Tools
Metasploit Tools is a collection of scripts to streamline Metasploit Framework-related tasks, including payload generation and remote access payloads. These tools are designed to simplify the Metasploit workflow and enhance your experience.

## Features
- Payload generation with `msfvenom` and templates.
- Easy setup of remote access payloads.
- Integration with the Metasploit Framework.
## Installation
One line installation:
```bash
git clone https://github.com/DX4GREY/metasploit-tools.git && cd metasploit-tools && bash install.sh
```
To install Metasploit Tools, follow these steps:
1. Open your terminal (in this example, we're using Termux on Android).
2. Clone this repository:
```bash
git clone https://github.com/DX4GREY/metasploit-tools.git
cd metasploit-tools
```
3. Make sure the `install.sh` script is executable:
```bash
chmod +x install.sh
```
4. Run the `install.sh` script to set up Metasploit Framework on your system (Note: You might need superuser or root permissions on some systems):
```bash
./install.sh
```
5. Follow the prompts to complete the installation.
6. Once the installation is finished, you can access the tools by running:
```bash
msftools
```
7. Enjoy using Metasploit Tools for various tasks related to the Metasploit Framework!
## Usage
1. After installation, you can run `msftools` to access the main menu of Metasploit Tools.
2. Follow the on-screen instructions to use the different features, such as payload generation, setting default hosts, and launching the Metasploit Framework.
## Uninstallation
To uninstall Metasploit Tools:
1. Open your terminal.
2. Navigate to the Metasploit Tools directory (where you cloned the repository).
3. Run the following command (you might need superuser permissions):
```bash
msftools -u
```
4. The uninstall process will remove the Metasploit Framework and the tools from your system.
5. You can manually remove the cloned repository if needed.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Special thanks to Dx4 for the original codebase.
- Contributors to the Metasploit Framework.
Feel free to contribute or report issues on the [GitHub repository](https://github.com/dx4grey/metasploit-tools/issues).
Happy Hacking!