✔️ Having a wide array of attacks at your disposal
✔️ Ability to automate your own exploits
Metasploit has a web interface, command line interface, and console interface (MSFconsole)
basic workflow to use metasploit:
msfconsole
msf> show -h
make sure to identify a vulnerable service before exploiting
this means you have to do the vulnerability assessment thoroughly before moving on to the exploitation phase
Metasploit contains exploit code and other features in modules
search modules using:
msf> search <module name>