0PricingLogin
Ethical Hacking Academy · Lesson

Metasploit Architecture

Modules and console.

What Is Metasploit?

Metasploit is the most widely used exploitation framework. It provides a structured library of exploits, payloads, and tools to test and demonstrate vulnerabilities during authorized engagements.

Rather than writing every attack from scratch, you load proven modules, configure them, and run them through a consistent interface.

msfconsole

The primary interface is msfconsole, an interactive command-line shell. It offers tab completion, command history, and access to every module.

You launch it from a terminal and then work entirely inside its prompt.

msfconsole
# msf6 > help

All lessons in this course

  1. Metasploit Architecture
  2. Searching and Using Exploits
  3. Payloads and Meterpreter
  4. Post-Exploitation Modules
← Back to Ethical Hacking Academy