https://github.com/u7p4l-in/metasploit
Install Metasploit Framework 6 in Termux and Kali Linux
https://github.com/u7p4l-in/metasploit
Last synced: 6 months ago
JSON representation
Install Metasploit Framework 6 in Termux and Kali Linux
- Host: GitHub
- URL: https://github.com/u7p4l-in/metasploit
- Owner: U7P4L-IN
- License: mit
- Created: 2023-03-16T08:13:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T08:37:01.000Z (over 2 years ago)
- Last Synced: 2024-05-11T05:46:03.699Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Metasploit Framework 6 in Termux

## 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
```bashpkg install wget
wget https://github.com/U7P4L-IN/Metasploit/raw/main/metasploit.sh
chmod +x metasploit.sh
./metasploit.sh
```## Launch metasploit
After installation complete execute:
```bash
msfconsole
```