Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Ethically Hack the Planet
Rating: 3.8 out of 5(765 ratings)
67,876 students

Ethically Hack the Planet

Master Ethical Hacking: From Cybersecurity Basics to Advanced Attacks
Last updated 12/2025
English
English [Auto],

What you'll learn

  • Understand the fundamentals of cybersecurity and implement measures to protect digital assets.
  • Develop job-seeking skills including resume building, interview techniques, and personal branding.
  • Explore diverse avenues for generating income, including freelancing, and investment strategies.
  • Master the art of ethical hacking and security testing through hands-on bug bounty hunting exercises.

Course content

1 section36 lectures1h 7m total length
  • Course Overview0:37

    Start with Linux basics, then learn browser hijacking and password cracking. Explore steganography, WiFi intrusion, phishing, device testing, location tracking, and password generation with Crunch.

  • Lab Setup2:29

    Set up Kali Linux and Metasploitable 2 on VMware by downloading, extracting, and launching virtual machines, using default credentials Kali for Kali Linux and MSF admin for Metasploitable 2.

  • Intro to Linux0:30

    Discover essential Linux commands and learn how to interact with Linux, building a foundation for beginners before you start learning hacking.

  • Basic Linux Commands Part 11:41

    Learn to navigate the current directory with pwd, update and upgrade packages with apt commands, and inspect system information with uname, including kernel version and detailed outputs.

  • Basic Linux Commands Part 22:56

    Master essential Linux commands for ethical hackers, including ls to list files and cd to change directories, and use mkdir rm touch cp mv cat to manage files.

  • Intro to Browser Security0:54
  • Browser Security and Preventing Unwanted Intrusions3:53

    Explore browser security and ethical intrusion techniques using hands-on demos, showing how attackers exploit web interfaces and credentials, and how to prevent phishing and unauthorized access.

  • Password Security1:29
  • Introduction to stegnography0:38

    Discover how steganography hides secret messages inside images, such as a cat picture, and how it differs from cryptography by concealing data rather than encrypting it.

  • Steganography1:46
  • Wifi Penetration Testing3:55

    Explore wifi hacking through an easy, educational walkthrough. Gather information, track connected devices, disconnect a user, capture the handshake, and attempt a wordlist attack with aircrack ng.

  • Phishing Attacks1:37

    Explore phishing attacks and human hacking, where attackers manipulate mindset with tone to steal credentials via malicious links and phishing pages, including a practical demonstration.

  • Windows testing2:51

    Explore Windows hacking concepts, common attack methods like password cracking, validity exploitation, malware, and social engineering, and examine remote exploitation using tools to generate Windows payloads and establish sessions.

  • Mobile Testing2:57

    Explore what mobile hacking entails, why Android users are targeted, and the main techniques hackers use—malware, phishing, network attacks, and app vulnerabilities—to protect mobile devices.

  • Location Security2:42

    Explore location security through practical tools and techniques in Python, Stormbreaker, and IP drone to understand how IP addresses and ISP data reveal a target's location.

  • Password Generating1:38
  • Spoof Mac Address0:46
  • Windows Testing3:17

    Explore how to bypass a Windows password in a VMware setup using Windows 10, and navigate the advanced options to examine security bypass techniques.

  • Sniffing1:36

    Explore sniffing with a practical demonstration showing how data travels between computers and can be captured by Wireshark, including a post request that reveals username and password.

  • Web site copier1:51

    Demonstrate using S3 drag to copy a website’s client-side components—HTML, CSS, JavaScript, images, and other assets—and crawl the site to a project folder.

  • Mac Flooding1:31

    Unpack how a mac flooding attack works and learn security tips to defend networks, including how attackers exhaust router mac address tables using the macof tool.

  • HoneyPots2:09

    Explore how to catch hackers by deploying a honeypot, a trap that attracts attackers and records IP addresses and geolocation data, with a basic Ruby-based setup.

  • Deep web and Dark Web1:22

    Clarify the differences between the tff and the deep web, and contrast them with the dark web accessed via Tor. Learn the legal boundaries and potential risks.

  • Files Information gathering2:41

    Explore how exiftool, a powerful command line tool, reads, writes, and manipulates metadata across images, audio, and video, including geolocation and copyright tags.

  • webcam1:31
  • Email footprinting1:15

    Learn how to gather information about an email address by accessing the email header, copying it, and using a tracker to reveal IP address, country, region, city coordinates, and ISP.

  • fully anonymize kali linux1:24

    Install the who am i? tool on Kali Linux, start it to anonymize your IP and MAC addresses, configure options, and restart the system to apply changes.

  • keylogger0:57

    Explore how a key logger captures keystrokes and stores them in a log file, illustrating how passwords and other typed data can be recorded and examined.

  • Users Info Gathering1:01

    Learn to gather information about a person using just their username with Sherlock. Install requirements with pip3, run Sherlock via python3, and search across platforms like seven cups and aboutme.

  • HOMOGRAPH2:23
  • Ghost3:39
  • Enhancing Cybersecurity Awareness 10:19
  • Enhancing Cybersecurity Awareness 20:14

    Prepare to study ethical hacking by ensuring you know Linux commands and have a monitor-mode adapter, then you can begin learning this cybersecurity course.

  • Enhancing Cybersecurity Awareness 30:16
  • Enhancing Cybersecurity Awareness 41:14

    Enhance cybersecurity awareness by watching a practical demonstration of the evil twin attack and guided steps to understand how it works, framed for ethical education.

  • Enhancing Cybersecurity Awareness 55:18

    apt install dnsmasq hostapd



    airmon-ng check kill


    leafpad /etc/apache2/sites-enabled/000-default.conf



    add this text:



    <Directory "/var/www/html">

    RewriteEngine On

    RewriteBase /

    RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]

    RewriteRule ^(.*)$ http://%1/$1 [R=301,L]


    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^(.*)$ / [L,QSA]

    </Directory>




    a2enmod


    service apache2 start



    dnsmasq -C /root/dnsmasq.conf 



    hostapd /root/hostapd.conf -B




    ifconfig wlan0 192.168.1.1/24










Requirements

  • No programming experience is required, but you should possess knowledge of how to operate a mobile device or computer.

Description

Welcome to the foundational segment of our Ethical Hacking course, tailored to empower beginners in mastering the essentials of this dynamic domain. Led by a seasoned instructor, this module sets the stage for an illuminating learning journey.

Begin by unraveling the core concept of Ethical Hacking, understanding its pivotal role in cybersecurity. With a focus on practicality, you'll delve into Linux commands, building a robust skill set crucial for ethical hacking endeavors. These commands serve as the backbone for effective navigation within hacking scenarios.

The exploration advances to Phishing attacks, shedding light on their intricate methodologies and potential consequences. Equipped with this knowledge, you'll also grasp proactive measures to thwart such exploits.

The module's comprehensive approach extends to Browser Security, Location Security, and Wifi Testing—topics vital for comprehending modern cyber threats. This knowledge arms you with the ability to safeguard digital landscapes.

Continuing the journey, delve into Windows and Mobile Testing, exploring their vulnerabilities and defenses. Steganography's significance is uncovered, showcasing the covert techniques employed in concealing information.

The module culminates in Password Security, an essential skill for ethical hackers. By grasping various techniques, you'll be well-equipped to strengthen digital fortresses and avert potential breaches.

Under the mentorship of our seasoned instructor, this course module offers a solid bedrock for venturing into the realm of Ethical Hacking. Armed with an array of practical skills, you'll embark on a rewarding journey of exploration and growth in the realm of cybersecurity. Start your transformative learning experience today!

Who this course is for:

  • IT Beginners and for Ethical Hackers.