🔬Metasploit
An Open-Source framework used for PenTesting & Exploit Dev. + Has wide array of exploits/attacks and can be used to automate your own exploits.
Update Metasploit:
msfupdate //no longer supported as it's part of the os
apt update; apt install metasploit-framework 🥇Basic initialization:
Using DB, Start the PostgreSQL DB (store + faster search) + MS service:
Start MSFConsole
Workspaces:
Search for a module:
Show help or module:
🐱👤Basic Exploitation:
Use an Exploit:
Go Back after choosing something:
show info about selected module:
check the module options:
Config an option:
Set a Payload (after you used your exploit):
Launch the Exploit:
🔍Recon with Metasploit:
Search with Hosts ARP:
Port scan:
Nmap Scan inside MSFConsole:
Nmap Vulnerability assessment:
Meterpreter
Obtain SYSTEM privileges on the machine
Install a backdoor
remember your session ID:
many way to achieve persistence one way is this:
make sure you get system privilege then dumb hashes to crack them with john The Ripper:

Search and Download files:
Killing all task
Last updated