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 1 or use auxiliary/ssh/ssh_login
  • use show options to see the module options and input them with set OPTION
  • After inputting options run to run the module.