Metasploit - connorethanjay/Champlain-College-CNCS-Notes GitHub Wiki
Metasploit
Finding modules
Within the metasploit framework, you can use the search command to search for a specific module (by Platform, author, app, etc).
- msf-pro > search platform:Windows
- msf-pro > search type:exploit
- msf-pro > search author:hd
- msf-pro > search app:client
- msf-pro > search name:ms08-067
Once you have found the module, you use the "use" command to select the exploit you desire. Metasploit can also alternatively select a payload for you.