How to install Metasploit in Termux without root | Android | Vulnerability assessment | Pentesting

Описание к видео How to install Metasploit in Termux without root | Android | Vulnerability assessment | Pentesting

Quick tutorial how to install Metasploit Framework in Termux app for not rooted Android device. It is based on the tutorial available on GitHub by rajkumardusad, however there is missing installation of some dependencies that I cover in the video.
I tested this method on Android 7, 8, 9, 10 and it works on all of them.

Tutorial is based on Rajkumar Dusad instructions: https://github.com/gushmazuko/metaspl...

Commands:
pkg update && pkg upgrade -y
pkg install postgresql
pkg install openssh wget curl git -y
wget https://raw.githubusercontent.com/gus...
chmod +x metasploit.sh
./metasploit.sh

Комментарии

Информация по комментариям в разработке