LexFrom1984.github.io

How to Install Metasploit in termux without any hassle.

Try my method it’ll 100% works…

(1) Clear all data from termux.
(2) Start Termux.
(3) Run these commands step by step…
apt-get update && apt-get upgrade -y
apt-get install ruby curl git wget -y
gem install bundler:1.17.3
wget https://raw.githubusercontent.com/LexFrom1984/Metasploit-Framework/main/metasploit_5.0.56_android5_all.deb
chmod +x metasploit_5.0.56_android5_all.deb
dpkg -i metasploit_5.0.56_android5_all.deb
(4) it’s not error, run…
apt install -f
(5) Execute this command once again
dpkg -i metasploit_5.0.56_android5_all.deb

So, Dependency & Metasploit are Installed successfully…

Now you can run $ msfconsole or $ msfvenom
You can start or stop Postgresql Database using this command…
[start]
pg_ctl -D /data/data/com.termux/files/usr/var/lib/postgresql -l logfile start
[stop]
pg_ctl -D /data/data/com.termux/files/usr/var/lib/postgresql -l logfile stop

If You’re copying my content, Please give me credits…