Episode Details
Back to Episodes
Course 14 - Wi-Fi Pentesting | Episode 11: Securing Wireless Networks: Countermeasures and Configuration
Published 5 months ago
Description
In this lesson, you’ll learn about:
Use WPA/WPA2 Enterprise with a RADIUS server, which:
WEP should be disabled permanently, regardless of use case. WPS Must Be Disabled WPS (Wi-Fi Protected Setup):
Always disable WPS from router settings. Defending WPA/WPA2 Against Password Attacks The main remaining weakness in WPA/WPA2:
Users must be trained to:
MAC filtering is not sufficient alone, but useful
- Why common wireless security features like captive portals and WEP are fundamentally unsafe
- How to properly secure Wi-Fi networks using WPA/WPA2 and strong passwords
- The real risks of WPS and Evil Twin attacks
- How user behavior impacts wireless security
- Step-by-step best practices for securely configuring a wireless router
- How MAC address access control adds an extra defensive layer
- Fundamentally insecure
- Do not encrypt traffic
- Allow attackers to:
- Sniff user data
- Steal login credentials
Use WPA/WPA2 Enterprise with a RADIUS server, which:
- Provides encrypted communication
- Offers individual user authentication
- Prevents traffic sniffing
- Delivers the same access-control functionality with real security
- Completely broken
- Easily cracked in minutes
- Especially dangerous with Shared Key Authentication
WEP should be disabled permanently, regardless of use case. WPS Must Be Disabled WPS (Wi-Fi Protected Setup):
- Can be brute-forced
- Can expose the real Wi-Fi password or PIN
- Is frequently exploited in real-world attacks
Always disable WPS from router settings. Defending WPA/WPA2 Against Password Attacks The main remaining weakness in WPA/WPA2:
- Wordlist and brute-force attacks
- Minimum 16 characters
- Must include:
- Uppercase letters
- Lowercase letters
- Numbers
- Special symbols
- Fake access points
- Social engineering
- Tricking users into entering credentials
Users must be trained to:
- Never enter Wi-Fi passwords into websites
- Always verify the network is encrypted
- Be suspicious if suddenly disconnected and asked to log in again
- The first IP in the subnet (e.g., ending in .1)
- Use a direct Ethernet cable to connect securely
- Change the default administrator username
- Change the default administrator password
- Full control takeover of the entire network
- ✅ WPA or WPA2
- ✅ AES/TKIP encryption
- ❌ Never WEP
- ❌ WPS must remain disabled
- Whitelist (Allow List): Only approved devices can connect
- Blacklist (Deny List): Specific devices are blocked
MAC filtering is not sufficient alone, but useful