Introduction
Metasploit is mostly used exploitation framework . Metasploit Framework is set of open source tools that is used for network enummeration , vulnerability scanning , payload making , exploit etc.
Main Components
1. Auxiliary
It is a supporting module , such as scanner , fuzzers , crawlers etc found here.
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 .
Termux 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
Tool Usage
In this tool you will get many features
Metasploit Installation
Repair
Backup
Restore
It support android version 4.4 to latest
Discussion (0)