Metasploit - samuel-richardson/Sam-Tech-Journal GitHub Wiki
Metasploit
Metasploit is a tool used to pen-test a target. It comes with built-in modules for scanning, exploitation, and payloads.
- Enter with
mfsconsole -q - use search to find exploits oor scanners. 'search "term"`
- use use to select a module via number after search or by name
use 1oruse auxiliary/ssh/ssh_login - use
show optionsto see the module options and input them withset OPTION - After inputting options
runto run the module.