Introduction

Metasploit is mostly used exploitation framework. Metasploit Framework is set of open-source tools that is used for network enumeration, Vulnerability scanning, payload making, exploit etc.

Main Components

1. Auxiliary

It is a supporting module, such as scanner, fuzzes, crawlers etc.

2.Encoders

It is used to encode the exploit and payload to bypass signature-based antivirus.

3. Payloads

Payloads is just a code which is run in target system.

4. Exploits

It provides access to the target system.

Metasploit Installation

  • $ apt update && apt upgrade
  • $ pkg install git python python2 -y
  • $ pip install lolcat
  • $ git clone https://github.com/h4ck3r0/Metasploit-termux
  • $ cd Metasploit-termux
  • $ bash metasploit.sh

In this tool you will get many features

If Any Error Watch this Video.

Leave a Reply

Your email address will not be published. Required fields are marked *