Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gushmazuko/metasploit_in_termux
Install Metasploit Framework 6 in Termux
https://github.com/gushmazuko/metasploit_in_termux
android metasploit metasploit-framework metasploit6 msf msf6 termux termux-metasploit termux-msf
Last synced: about 7 hours ago
JSON representation
Install Metasploit Framework 6 in Termux
- Host: GitHub
- URL: https://github.com/gushmazuko/metasploit_in_termux
- Owner: gushmazuko
- License: mit
- Created: 2018-01-02T20:54:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T21:49:11.000Z (9 months ago)
- Last Synced: 2025-01-25T15:01:55.762Z (7 days ago)
- Topics: android, metasploit, metasploit-framework, metasploit6, msf, msf6, termux, termux-metasploit, termux-msf
- Language: Shell
- Homepage:
- Size: 15.9 MB
- Stars: 1,661
- Watchers: 147
- Forks: 273
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metasploit Framework 6 in Termux
[![GitLab Testing status](https://gitlab.com/gushmazuko/metasploit_in_termux/badges/master/pipeline.svg)](https://gitlab.com/gushmazuko/metasploit_in_termux/-/pipelines) ![GitHub Repo stars](https://img.shields.io/github/stars/gushmazuko/metasploit_in_termux?style=social) [![](https://img.shields.io/badge/GitLab-Mirror-succes?link=https://gitlab.com/gushmazuko/metasploit_in_termux)](https://gitlab.com/gushmazuko/metasploit_in_termux)![Metasploit 6 running](https://i.imgur.com/yLFQhvP.png)
## How to Install
## BeforeIn order to have updated Termux:
- **Purge all data** of Termux in Android Settings
- Uninstall and reinstall latest Termux version from [F-Droid](https://f-droid.org/en/packages/com.termux/) (Version on Play Store is outdated)
- Then launch Termux to initialization, close it (force stop, not swap)
- Reopen and follow the instructions below### Auto
```bash
source <(curl -fsSL https://kutt.it/msf)
```### Manual
```bash
pkg install wgetwget https://github.com/gushmazuko/metasploit_in_termux/raw/master/metasploit.sh
chmod +x metasploit.sh
./metasploit.sh
```## Launch metasploit
After installation start Metasploit using the command:
```bash
msfconsole
```