Home β€Ί Intro to Ethical Hacking
⚑ Module 02 · Intermediate

Intro to Ethical Hacking

✨ PAN'S RULE: To protect a castle, you have to think like a dragon! ✨

Ready to become a digital detective? Let's learn how to find secret passages in websites before the bad guys do!

πŸ›‘οΈ WHITE HAT OATH: A true hacker protects the realm. Never test, scan, or attack networks you do not own. Never search for, track, or post personal information about real people. We build shields, not weapons!
πŸ›‘οΈ

Offense as a Defense

Imagine a giant digital castle 🏰. Who are the people trying to get in? The truth is, it's not always simple. Click to meet the crew!

A White Hat is a super-detective hired by the king! You get permission to try and break into the castle *on purpose*. When you find a secret tunnel, you don't steal anything. Instead, you show the builders where it is so they can seal it up, making the castle safer for everyone. You use the same tools as the bad guys, but for good!

A Black Hat is a thief looking for secret tunnels and unlocked doors to sneak in and steal treasure πŸ’Ž. They use their skills maliciously, to cause damage or take things that don't belong to them.

A Grey Hat walks the line between good and bad. They might find a secret tunnel without permission, but instead of robbing the place, they tell the whole town about it so the king is pressured to fix it. Their methods can be controversial, but their goal is often to make things safer in the long run.

πŸ”Ž Mini-Game: Spot & Fix the Phish!

A huge part of ethical hacking is learning to spot things that look... a little weird. This is how you spot phishing attempts and fake websites. Look at the "buggy" version of Cosmic-Cola.com below. Can you click on the three things that are security red flags?

Cosmic-Cola.com (Buggy Version)

URL: http://www.cosmic-cola.com πŸ”“

Welcome, agent! Buy our new Meteor Fizz soda!

Price: $999.99
πŸ“Ί Simplilearn β€” "What is Ethical Hacking?" β€” An overview of the different types of hackers.

🧠 After watching, can you answer this?

What color hat does a hacker hired to protect a company wear?

White Hat 🀠
Black Hat 🎩
Red Hat 🧒

πŸ’» Challenge: Your First Recon Mission

You've been hired! Before you use your tools, let's understand the target. Imagine a website is a big space station πŸ›°οΈ. It has lots of docking ports, or 'airlocks', for different ships. The main door for visitors is Port 443. A door for cargo is Port 21. Your first mission is to use a scanner to see which airlocks are open on the 'Starship Snacks' station!

VULNERABILITY FOUND! πŸ›‘οΈ

In the terminal below, type scan starshipsnacks.com
Pro-tip: Click the button to copy the command, then paste it in the box below to avoid typos!

Output will appear here...

πŸš€ Advanced Challenge: Use Your Digital X-Ray Vision

The terminal above is a simulation, but you have a real pro tool in your browser *right now*. Time to use it to edit a website live!

  1. Press F12 (or Cmd+Option+I on a Mac) to open your browser's Developer Tools. This is your X-Ray vision!
  2. Click on the "Elements" tab to see the HTML code for this page.
  3. Find the Logon button from the "Spot the Phish" game. Right-click the element and select 'Edit as HTML'.
  4. Fix the typo inside the button tag yourself (change `Logon` to `Log in`) and click outside the edit box. Watch the button change on the page instantly. You just edited a website live in your browser!

πŸš€ Your Next Mission: The Hacker Training Ground

Ready to try your skills in a safe, legal training ground? Talk to a parent and check these out:

πŸ‘¨β€πŸ‘©β€πŸ‘§ Parent Corner: The Home Lab

Is your young agent ready for the next level? Safely exploring cybersecurity tools is possible! Talk with them about setting up a "home lab." This can be as simple as using an old computer or a tiny, inexpensive Raspberry Pi. By installing an operating system like Kali Linux inside a Virtual Machine (like the free VirtualBox), they can practice using real security tools in an environment that is totally separate from your home network, ensuring everyone stays safe. This is a great project to tackle together!

This is your pro starter kit. Setting up a virtual machine with Kali Linux isn't just a school project; it's the literal first step every professional penetration tester takes. This is how you go from playing games to building a career.