Launch Metasploit using msfconsole.

It is our main interface to interact with the different modules of the Metasploit Framework.
Modules are small components within the Metasploit framework that are built to perform a specific task, such as:
Some important keyterms:
Any supporting module, such as scanners, crawlers and fuzzers, can be found here.

They allow us to encode the exploit and payload in the hope that a signature-based antivirus solution may miss them.
Encoders can have a limited success rate as antivirus solutions can perform additional checks.

Encoders encode the payload, but they should not be considered a direct attempt to evade antivirus software. Whereas evasion modules will try that, with more or less success.

