{"id":47326932,"url":"https://github.com/dx4grey/metasploit-tools","last_synced_at":"2026-03-17T19:19:10.554Z","repository":{"id":200481759,"uuid":"705611584","full_name":"DX4GREY/Metasploit-Tools","owner":"DX4GREY","description":"Metasploit Tools for creating payloads and remote access payloads, powered by the Metasploit Framework ","archived":false,"fork":false,"pushed_at":"2023-10-17T00:23:41.000Z","size":293,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-25T14:33:04.140Z","etag":null,"topics":["bash-script","metasploit","metasploit-framework","metasploit-tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DX4GREY.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-16T11:00:59.000Z","updated_at":"2023-10-16T13:50:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"590acf10-b040-4462-be0d-18626b963b45","html_url":"https://github.com/DX4GREY/Metasploit-Tools","commit_stats":null,"previous_names":["dx4grey/metasploit-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DX4GREY/Metasploit-Tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DX4GREY%2FMetasploit-Tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DX4GREY%2FMetasploit-Tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DX4GREY%2FMetasploit-Tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DX4GREY%2FMetasploit-Tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DX4GREY","download_url":"https://codeload.github.com/DX4GREY/Metasploit-Tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DX4GREY%2FMetasploit-Tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30629070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash-script","metasploit","metasploit-framework","metasploit-tools"],"created_at":"2026-03-17T19:19:09.742Z","updated_at":"2026-03-17T19:19:10.548Z","avatar_url":"https://github.com/DX4GREY.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metasploit Tools\n\nMetasploit 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.\n\n![Metasploit Tools](screenshots.jpg)\n\n## Features\n\n- Payload generation with `msfvenom` and templates.\n- Easy setup of remote access payloads.\n- Integration with the Metasploit Framework.\n\n## Installation\n\nOne line installation:\n   ```bash\n   git clone https://github.com/DX4GREY/metasploit-tools.git \u0026\u0026 cd metasploit-tools \u0026\u0026 bash install.sh\n   ```\n\nTo install Metasploit Tools, follow these steps:\n\n1. Open your terminal (in this example, we're using Termux on Android).\n\n2. Clone this repository:\n   ```bash\n   git clone https://github.com/DX4GREY/metasploit-tools.git\n   cd metasploit-tools\n   ```\n\n3. Make sure the `install.sh` script is executable:\n   ```bash\n   chmod +x install.sh\n   ```\n\n4. Run the `install.sh` script to set up Metasploit Framework on your system (Note: You might need superuser or root permissions on some systems):\n\n   ```bash\n   ./install.sh\n   ```\n\n5. Follow the prompts to complete the installation.\n\n6. Once the installation is finished, you can access the tools by running:\n\n   ```bash\n   msftools\n   ```\n\n7. Enjoy using Metasploit Tools for various tasks related to the Metasploit Framework!\n\n## Usage\n\n1. After installation, you can run `msftools` to access the main menu of Metasploit Tools.\n\n2. Follow the on-screen instructions to use the different features, such as payload generation, setting default hosts, and launching the Metasploit Framework.\n\n## Uninstallation\n\nTo uninstall Metasploit Tools:\n\n1. Open your terminal.\n\n2. Navigate to the Metasploit Tools directory (where you cloned the repository).\n\n3. Run the following command (you might need superuser permissions):\n\n   ```bash\n   msftools -u\n   ```\n\n4. The uninstall process will remove the Metasploit Framework and the tools from your system.\n\n5. You can manually remove the cloned repository if needed.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Special thanks to Dx4 for the original codebase.\n- Contributors to the Metasploit Framework.\n\nFeel free to contribute or report issues on the [GitHub repository](https://github.com/dx4grey/metasploit-tools/issues).\n\nHappy Hacking!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdx4grey%2Fmetasploit-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdx4grey%2Fmetasploit-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdx4grey%2Fmetasploit-tools/lists"}