Skip to content

05 β€” Wireless Security

Wireless networks extend enterprise infrastructure beyond physical network cables.

Employees connect through:

  • Corporate Wi-Fi
  • Guest Wi-Fi
  • Mobile devices
  • Laptops
  • IoT devices
  • Printers
  • Meeting-room systems
  • Warehouse devices
  • Operational technology
  • BYOD devices

Unlike a traditional wired network, an attacker does not necessarily need physical access to an Ethernet port.

Wireless signals may extend beyond:

Office Walls
Building Floors
Reception Areas
Parking Areas
Public Spaces

This changes the security boundary.

A poorly secured wireless network may create a path such as:

Nearby Attacker
↓
Wireless Network
↓
Network Access
↓
Internal Services
↓
Enterprise Identity
↓
Critical Systems

For an Ethical Hacker, wireless testing is therefore not simply about determining whether a Wi-Fi password can be recovered.

The real objective is to understand:

What trust does wireless access provide, and what could an attacker reach after obtaining that access?

Your mission is to learn how to systematically assess authorised wireless environments while minimising disruption.

The methodology is:

Scope
↓
Understand Wireless Architecture
↓
Discover Wireless Networks
↓
Identify Access Points
↓
Identify Security Protocols
↓
Understand Authentication
↓
Assess Client Security
↓
Assess Corporate Wireless
↓
Assess Guest Wireless
↓
Review 802.1X / RADIUS
↓
Identify Rogue AP Risks
↓
Assess Segmentation
↓
Develop Attack Paths
↓
Validate Safely
↓
Collect Evidence
↓
Report

By the end of this module, you should understand wireless security as an enterprise access-control and trust problem, rather than simply a Wi-Fi password problem.

Wi-Fi allows devices to communicate using radio-frequency transmissions.

A simplified architecture:

Laptop
↓
Wi-Fi
↓
Access Point
↓
Enterprise Network
↓
Applications

The Access Point bridges wireless clients into the wider network architecture.

Wireless creates an access path that may extend outside controlled physical areas.

Traditional wired access:

Attacker
↓
Physical Building Access
↓
Network Port

Wireless access:

Attacker
↓
Radio Coverage
↓
Wireless Network

Physical distance becomes part of the threat model.

Wi-Fi technologies are based on the IEEE 802.11 family of standards.

Different generations provide improvements in:

  • Speed

  • Capacity

  • Frequency use

  • Efficiency

  • Security

For security testing, understanding the basic architecture is more important than memorising every amendment.

A basic wireless environment contains:

Wireless Client
↓
Access Point
↓
Distribution Network
↓
Enterprise Infrastructure

The wireless client is commonly called a station.

An Access Point provides wireless connectivity.

Conceptually:

Client A ─┐
Client B ─┼──→ Access Point ──→ Network
Client C β”€β”˜

Enterprise environments may contain hundreds or thousands of APs managed centrally.

The Service Set Identifier is the human-readable wireless network name.

Examples:

Corp-WiFi
Guest-WiFi
Warehouse-WiFi

The SSID identifies a wireless network but is not itself a security control.

A BSSID identifies a particular Basic Service Set and is commonly associated with an access point radio interface.

Conceptually:

SSID: Corp-WiFi
AP-01 β†’ BSSID A
AP-02 β†’ BSSID B
AP-03 β†’ BSSID C

Multiple access points may broadcast the same SSID.

A larger organisation may have:

Wireless Controller
β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
↓ ↓ ↓
AP-01 AP-02 AP-03
↓ ↓ ↓
Clients Clients Clients

Central management can provide:

  • Authentication integration

  • Security policy

  • RF management

  • Logging

  • Configuration

  • Rogue AP detection

Common Wi-Fi environments use frequencies around:

2.4 GHz
5 GHz
6 GHz

Frequency choice influences:

  • Range

  • Interference

  • Capacity

  • Channel availability

During assessment, understanding channels helps organise wireless observations.

Wireless networks operate on channels.

Multiple nearby APs may use different channels to reduce interference.

During reconnaissance, record:

SSID
BSSID
Channel
Signal Strength
Security
Frequency

This creates the initial wireless inventory.

802.11 communication includes different categories of frames.

Broadly:

Management Frames
Control Frames
Data Frames

Understanding frame categories helps explain many wireless security behaviours.

Management frames help establish and maintain wireless relationships.

Examples include:

Beacon
Probe
Authentication
Association
Deauthentication

Some historical Wi-Fi attacks abused insufficient protection around management traffic.

Modern Wi-Fi can use Protected Management Frames.

These help protect certain management communications against spoofing or manipulation.

During an enterprise assessment, determine whether PMF is:

Disabled
Optional
Required

where relevant to the deployed security architecture.

Access points periodically advertise information about wireless networks.

Conceptually:

Access Point
↓
Beacon
↓
Nearby Clients

Beacon information can help identify:

  • SSID

  • BSSID

  • Channel

  • Supported capabilities

  • Security configuration

Wireless network names should therefore not be considered secret.

Some organisations disable normal SSID broadcasting.

This is sometimes called a hidden network.

However:

SSID hiding should not be considered a meaningful authentication control.

The network still needs to function and legitimate clients still need to communicate.

Use strong authentication and encryption instead.

Wireless security has evolved through technologies such as:

WEP
↓
WPA
↓
WPA2
↓
WPA3

Legacy protocols generally provide weaker protection than modern standards.

WEP is an obsolete wireless security mechanism.

It contains fundamental cryptographic weaknesses and should not be used for modern enterprise security.

Finding WEP during an authorised assessment should normally trigger investigation into:

  • Legacy systems

  • Unsupported devices

  • Migration requirements

  • Network segmentation

WPA was introduced as an improvement over WEP.

It should now generally be considered legacy technology.

Modern environments should prefer stronger supported standards.

WPA2 became widely deployed across consumer and enterprise environments.

Two important deployment models are:

WPA2-Personal
WPA2-Enterprise

Their authentication architectures are very different.

WPA3 provides newer wireless security capabilities.

Depending on deployment, it can improve resistance to certain password-based attacks and strengthen modern wireless security.

However:

WPA3
β‰ 
Automatically Secure Network

Identity configuration, segmentation, endpoint security, and backend infrastructure still matter.

Usually:

Client
↓
Shared Wireless Credential
↓
Access Point

Usually:

Client
↓
Individual Identity
↓
Access Point
↓
Authentication Infrastructure

Enterprise authentication provides stronger identity and accountability capabilities.

A PSK environment commonly uses one shared secret.

Employee A ─┐
Employee B ─┼──→ Shared Wi-Fi Credential
Employee C β”€β”˜

This creates operational challenges.

If an employee leaves:

Should the organisation change the wireless password for everyone?

This demonstrates one limitation of large-scale shared credentials.

Potential weaknesses include:

Weak Passphrase
Shared Credential
Credential Reuse
Poor Rotation
Former Employee Access
Uncontrolled Sharing

The actual risk depends on the environment.

Where PSKs are necessary, use:

  • Long random values

  • Secure distribution

  • Appropriate rotation

  • Restricted access

  • Separate networks where appropriate

Avoid predictable organisation-related passwords.

Enterprise Wi-Fi commonly uses 802.1X authentication.

Conceptually:

User / Device
↓
Access Point
↓
RADIUS
↓
Identity System
↓
Allow / Deny

Instead of everyone sharing one password, users or devices can authenticate individually.

802.1X provides port-based network access control.

Three important roles are:

Supplicant
Authenticator
Authentication Server

Conceptually:

Supplicant
↓
Authenticator
↓
Authentication Server

The supplicant is typically the client requesting network access.

Examples:

Laptop
Mobile Device
Corporate Workstation

The supplicant participates in the authentication process.

The authenticator controls network access.

In Wi-Fi environments this is commonly the wireless infrastructure.

Client
↓
Access Point

The AP forwards authentication information to the backend authentication service.

RADIUS is commonly used for enterprise wireless authentication.

Architecture:

Client
↓
Access Point
↓
RADIUS
↓
Directory / Identity

The authentication server helps determine whether access should be permitted.

Remote Authentication Dial-In User Service is widely used for central network authentication.

RADIUS may support:

  • Authentication

  • Authorization

  • Accounting

This makes it an important part of enterprise wireless architecture.

Extensible Authentication Protocol provides a framework supporting multiple authentication methods.

Enterprise wireless may use different EAP methods depending on organisational requirements.

The key security question is:

What identity proof is being used, and how securely is it validated?

A stronger enterprise architecture may use certificates.

Managed Device
↓
Device Certificate
↓
802.1X
↓
RADIUS
↓
Network Access

This can reduce dependence on reusable user passwords.

Certificate-based authentication is only effective when trust is correctly validated.

Clients should correctly validate expected authentication infrastructure.

Otherwise, users or devices may trust unintended systems.

Document:

SSID
Authentication Type
EAP Method
Identity Source
Certificate Use
RADIUS Servers
Device Requirements
MFA / Conditional Controls
Assigned Network

This provides the basis for architectural analysis.

The first technical phase is understanding what wireless networks are present.

Create an inventory such as:

SSID BSSID Security Channel Purpose
Corp-WiFi AP-01 WPA2-Enterprise 36 Employees
Guest-WiFi AP-02 WPA2 44 Guests
IoT-WiFi AP-03 WPA2 6 Devices

Only assess networks included in scope.

Passive discovery observes wireless communication without actively interacting with clients or access points.

Conceptually:

Wireless Environment
↓
Observation
↓
Inventory

This is generally preferable during initial discovery because it reduces unnecessary interaction.

Some tests intentionally interact with wireless infrastructure or clients.

These can create operational effects.

Before performing active wireless testing confirm:

Explicit Authorization
Allowed SSIDs
Allowed Access Points
Allowed Clients
Testing Window
Disruption Limits
Emergency Contact

Wireless testing requires particularly careful rules of engagement.

Wireless security testing may require a compatible adapter capable of observing 802.11 traffic directly.

Conceptually:

Wireless Adapter
↓
Monitor Wireless Frames
↓
Analysis

Not every wireless adapter supports the same capabilities.

Build an isolated training environment:

Ethical Hacker Laptop
↓
Wireless Adapter
↓
Lab Access Point
↓
Lab Network
↓
Test Systems

Do not practice wireless attacks against nearby networks you do not own or have permission to test.

Authorised wireless assessments may use tools from ecosystems such as:

Aircrack-ng
Kismet
Wireshark
Vendor Wireless Tools

Tools assist with observation and analysis.

The objective remains understanding the architecture.

Before testing, record:

SSID
BSSID
Channel
Security Mode
Signal Strength
Observed Clients
Authentication Model

This gives you a defensible baseline.

An SSID named:

Company-WiFi

does not automatically mean the organisation operates it.

Nearby systems may use similar names.

Validate:

BSSID
Known AP Inventory
Controller Data
Physical Location
Client Documentation

before drawing conclusions.

A rogue AP is an unauthorised wireless access point connected to or associated with an organisation’s environment.

Example:

Employee
↓
Personal Access Point
↓
Corporate Network

This may create an uncontrolled network entry point.

Potential path:

Nearby Attacker
↓
Rogue AP
↓
Corporate Network
↓
Internal Resources

The rogue AP may bypass normal enterprise wireless controls.

An evil twin attempts to imitate a legitimate wireless network.

Conceptually:

Legitimate:
Corp-WiFi β†’ Corporate AP
Impersonated:
Corp-WiFi β†’ Attacker-Controlled AP

The goal may be to cause clients to connect to the wrong infrastructure.

If clients simply trust:

SSID = Corp-WiFi

they may not have sufficient assurance that they are communicating with legitimate infrastructure.

Strong enterprise configurations should validate the authentication infrastructure appropriately.

Important controls may include:

  • Correct certificate validation

  • Managed wireless profiles

  • Strong enterprise authentication

  • Protected credentials

  • User awareness

  • Wireless monitoring

The strongest protection comes from architecture, not simply teaching users to inspect network names.

Certain wireless management interactions historically allowed spoofed messages to disrupt client connectivity.

Conceptually:

Client
↓
Connected
↓
Spoofed Management Message
↓
Disconnected

Modern Protected Management Frames can reduce exposure to relevant attacks.

Because forced disconnections can disrupt business operations, such testing requires explicit authorisation.

Wireless environments are naturally susceptible to availability concerns including:

Radio Interference
Channel Congestion
Authentication Flooding
Management Frame Abuse
Misconfiguration

Availability testing can cause significant disruption.

Do not perform denial-of-service testing unless specifically authorised.

The objective is to determine whether unauthorised users can obtain network access.

Questions include:

Which Authentication?
Shared or Individual?
Credential Strength?
Certificate Validation?
Device Authentication?
Former Users?
Guest Access?
Fallback Networks?

Do not reduce the assessment to password recovery.

Enterprise environments sometimes maintain legacy wireless networks.

Example:

Corp-Secure
WPA2/WPA3 Enterprise
Corp-Legacy
Older Authentication

Attackers may target the weaker path.

Always identify alternative connectivity options.

Ask:

How Is Access Provisioned?
How Is It Distributed?
How Is It Rotated?
How Is It Revoked?
What Happens When Employees Leave?

Credential lifecycle often reveals governance weaknesses.

Guest Wi-Fi should generally provide limited access.

Conceptually:

Guest Device
↓
Guest Wi-Fi
↓
Internet

It should not unintentionally become:

Guest Device
↓
Guest Wi-Fi
↓
Corporate Systems

Review:

Internet Access
Internal Routing
DNS
Client Isolation
Authentication
Captive Portal
Rate Limiting
Monitoring

The key question is:

What trust is granted to a guest wireless client?

A mature architecture may separate:

Corporate Wi-Fi
↓
Corporate Network
Guest Wi-Fi
↓
Internet Only
IoT Wi-Fi
↓
Restricted Device Network

Segmentation limits blast radius.

A serious misconfiguration may create:

Guest Wi-Fi
↓
Internal Routing
↓
Server Network
↓
Enterprise Services

Wireless authentication could be perfectly configured while segmentation still fails.

Guest environments may prevent wireless clients from communicating directly with one another.

Without isolation:

Guest A
↔
Guest B

This may create unnecessary peer-to-peer exposure.

Corporate wireless often provides considerably more trust.

Example:

Managed Laptop
↓
Corp Wi-Fi
↓
Internal Applications
↓
Enterprise Resources

Therefore corporate wireless authentication should usually be stronger than guest authentication.

Some organisations require:

User Identity
+
Managed Device
=
Corporate Access

This provides stronger assurance than user credentials alone.

Wireless access can integrate with NAC technologies.

A decision might consider:

User
Device
Certificate
Security Posture
Location
Network

Then assign access accordingly.

Enterprise wireless may assign users or devices to different network segments based on identity.

Example:

Employee
↓
Corporate VLAN
Contractor
↓
Restricted VLAN
Guest
↓
Internet VLAN

Verify that assignments match intended policy.

Bring Your Own Device introduces additional questions.

Personal Device
↓
Corporate Wireless

Ask:

  • Is the device managed?

  • What resources are accessible?

  • Is sensitive data stored locally?

  • Is device compliance checked?

  • Is BYOD separated from managed endpoints?

Wireless-connected IoT devices may include:

Cameras
Printers
Sensors
Meeting Systems
Building Controls

These devices may have weaker security capabilities than enterprise laptops.

Example:

Weak IoT Device
↓
IoT Wireless
↓
Poor Segmentation
↓
Corporate Network

Segmentation becomes critical when device security cannot be strongly controlled.

Printers may expose:

  • Web interfaces

  • Print services

  • Stored documents

  • Address books

  • Administrative functions

Do not ignore them merely because they are not traditional workstations.

Access points and controllers have administrative interfaces.

Review:

Management Exposure
Authentication
MFA
Administrative Roles
Management Network
Logging
Firmware

Compromise of the wireless management plane may affect many APs.

Wireless infrastructure should not retain vendor-default administrative credentials.

Check authorised lab or client documentation for:

Default Accounts
Shared Admin Accounts
Weak Passwords
Unused Accounts

Administrative security is separate from wireless client authentication.

Wireless infrastructure is software-driven.

Review:

Vendor Support
Firmware Version
Security Updates
End-of-Life Status
Upgrade Process

Unsupported access points may create long-term risk.

Large deployments can suffer configuration drift.

Example:

AP-01 β†’ WPA3 Enterprise
AP-02 β†’ WPA3 Enterprise
AP-03 β†’ Legacy Configuration

One weaker AP can undermine the intended security baseline.

Central controllers can improve consistency but create high-value management systems.

Conceptually:

Wireless Controller
↓
All Access Points

Protect them accordingly.

Useful telemetry may include:

Authentication Attempts
Association Events
Client Identity
Access Point
RADIUS Decisions
Rogue AP Detection
Administrative Changes

Wireless infrastructure should contribute to enterprise monitoring.

RADIUS logs can help answer:

Who Authenticated?
When?
Using Which Method?
Through Which AP?
Was Access Allowed?
Why Was It Rejected?

These records are valuable for investigations.

Security teams may monitor for:

Rogue APs
Unusual Authentication
Repeated Failures
Unexpected SSIDs
Suspicious Client Behaviour
Configuration Changes

During an assessment, ask whether relevant test activity would be detected.

Some environments deploy wireless intrusion detection or prevention capabilities.

These may identify:

  • Rogue access points

  • Suspicious wireless behaviour

  • Policy violations

  • Unauthorised devices

Technology effectiveness depends on coverage and configuration.

Wireless security intersects with physical security.

An AP located:

Inside Secure Office

may still broadcast:

Outside Building

The physical boundary and radio boundary are different.

Signal coverage beyond intended areas is not automatically a vulnerability.

But it changes exposure.

Ask:

If someone can receive the signal outside the building, what prevents them from obtaining meaningful access?

The answer should be authentication and architecture, not simply physical walls.

Branch locations may have weaker wireless governance than headquarters.

Assess consistency across:

Headquarters
Branches
Warehouses
Retail Locations
Temporary Offices

Attackers frequently seek the weakest entry point.

Co-working and multi-tenant buildings create additional wireless complexity.

Multiple organisations may operate nearby SSIDs.

Validate:

  • AP ownership

  • Signal overlap

  • Authentication

  • Segmentation

  • User guidance

Do not accidentally test neighbouring organisations.

Build:

Wireless Environment
β”‚
β”œβ”€β”€ Corporate SSID
β”‚ β”œβ”€β”€ WPA2/WPA3 Enterprise
β”‚ β”œβ”€β”€ RADIUS
β”‚ └── Corporate VLAN
β”‚
β”œβ”€β”€ Guest SSID
β”‚ β”œβ”€β”€ Captive Portal
β”‚ └── Internet VLAN
β”‚
└── IoT SSID
β”œβ”€β”€ Device Authentication
└── IoT VLAN

Then analyse relationships.

Example:

Nearby Attacker
↓
Weak Guest Wireless
↓
Guest Network
↓
Missing Segmentation
↓
Internal Application
↓
Weak Authentication
↓
Sensitive Data

Wireless may only be the first step.

Nearby Attacker
↓
Impersonated Corporate SSID
↓
Client Trust Failure
↓
Credential Exposure
↓
Enterprise Identity
↓
Remote Services

The root problem may involve wireless profile and identity validation.

Compromised IoT Device
↓
IoT Wireless
↓
Weak Segmentation
↓
Management Network
↓
Infrastructure

The wireless encryption itself may be strong while network architecture remains weak.

Do not stop at:

Wi-Fi password is weak.

Continue:

Weak Credential
↓
Wireless Access
↓
Assigned Network
↓
Reachable Systems
↓
Available Identity
↓
Critical Asset

The business impact exists at the end of the path.

Useful evidence may include:

SSID
BSSID
Security Mode
Authentication Type
Channel
Network Assignment
Reachability
Relevant Configuration
Timestamp
Evidence ID

Avoid collecting unnecessary wireless traffic.

Captured authentication information may be sensitive.

Handle it according to:

Engagement Rules
Evidence Handling Requirements
Data Retention Requirements
Secure Storage
Deletion Requirements

Do not place sensitive credentials in reports.

Evidence ID:
WIFI-EV-006
SSID:
Guest-WiFi
Authentication:
Guest access
Assigned Network:
Guest VLAN
Observation:
A controlled guest client was able to establish network connectivity to an internal management subnet that was expected to be inaccessible.

This provides clear evidence without unnecessary data.

WIFI-001 β€” Guest Wireless Network Can Reach Internal Enterprise Services

Section titled β€œWIFI-001 β€” Guest Wireless Network Can Reach Internal Enterprise Services”

The assessment identified that devices connected to the guest wireless network could establish connectivity to selected internal enterprise services.

An unauthorised or compromised guest device could use the wireless network as an initial foothold to interact with internal systems that should not be accessible from the guest security zone.

Successful exploitation could increase exposure of internal applications and provide a path for further attacks against enterprise infrastructure.

Enforce network-layer segmentation between guest and enterprise environments using deny-by-default controls and permit only explicitly required services.

WIFI-002 β€” Corporate Wireless Access Uses a Broadly Shared Pre-Shared Key

Section titled β€œWIFI-002 β€” Corporate Wireless Access Uses a Broadly Shared Pre-Shared Key”

The corporate wireless network used a common pre-shared credential distributed across a large employee population.

The shared credential provides limited individual accountability and can remain known to former employees, unmanaged devices, or other unauthorised parties if lifecycle controls are insufficient.

Where feasible, transition corporate access to individual or device-based enterprise authentication using 802.1X and centrally managed identity controls.

89. Example Finding β€” Weak Server Certificate Validation

Section titled β€œ89. Example Finding β€” Weak Server Certificate Validation”

WIFI-003 β€” Corporate Wireless Clients Do Not Strictly Validate Authentication Infrastructure

Section titled β€œWIFI-003 β€” Corporate Wireless Clients Do Not Strictly Validate Authentication Infrastructure”

Managed wireless profiles did not sufficiently constrain clients to the expected enterprise authentication infrastructure.

A nearby attacker may be able to impersonate aspects of the corporate wireless environment and attempt to influence client authentication behaviour.

Centrally configure managed wireless profiles to validate the expected authentication server certificates, trust chain, and identity parameters.

WIFI-004 β€” Legacy Wireless Security Remains Enabled

Section titled β€œWIFI-004 β€” Legacy Wireless Security Remains Enabled”

A wireless network supporting legacy devices used an outdated security configuration inconsistent with the organisation’s current wireless security baseline.

The weaker security architecture may provide an easier network entry point than the primary corporate wireless service.

Migrate legacy devices to supported security standards where possible and isolate unavoidable legacy wireless networks using restrictive segmentation and monitoring.

WIFI-005 β€” Unauthorised Access Point Connected to Corporate Infrastructure

Section titled β€œWIFI-005 β€” Unauthorised Access Point Connected to Corporate Infrastructure”

An access point not included within the approved wireless infrastructure inventory was identified connected to the enterprise network.

Unauthorised wireless infrastructure may bypass approved authentication, monitoring, configuration, and security controls.

Remove unauthorised wireless infrastructure, investigate the connection, enforce network access controls, and implement processes for continuous rogue access point detection.

WIFI-006 β€” Guest Wireless Clients Can Communicate Directly

Section titled β€œWIFI-006 β€” Guest Wireless Clients Can Communicate Directly”

Devices connected to the guest wireless network were able to establish direct connectivity with other guest clients.

A compromised or malicious guest device could interact directly with other devices using the same wireless service.

Enable appropriate client isolation controls unless peer-to-peer guest communication is explicitly required.

Wireless severity depends on context.

Consider:

Authentication Required
Physical Proximity
Signal Reach
Network Trust
Segmentation
Accessible Services
Identity Required
Critical Assets
Detection
Blast Radius

A weak guest Wi-Fi password providing internet-only access is different from a weak credential providing direct production access.

Suppose you identify:

Guest-to-Internal Access
IoT-to-Internal Access
BYOD-to-Internal Access

The root cause may not be three unrelated wireless findings.

It may be:

Inadequate network segmentation and wireless trust-zone architecture.

Addressing the root cause provides greater security improvement.

Common themes include:

Weak Authentication
Shared Credentials
Legacy Protocols
Poor Client Validation
Weak Segmentation
Unmanaged Devices
Rogue Infrastructure
Weak Management Security
Insufficient Monitoring

These themes help explain systemic wireless risk.

Wireless testing has unusual operational risks because radio communication affects nearby devices.

Before active testing:

Confirm Scope
↓
Confirm APs
↓
Confirm Clients
↓
Confirm Testing Window
↓
Confirm Disruption Permission
↓
Confirm Emergency Contact

Never assume disruptive testing is permitted merely because wireless testing is authorised.

Techniques that intentionally disconnect clients or interfere with wireless availability may impact:

  • Meetings

  • Voice systems

  • Warehouse devices

  • Medical equipment

  • IoT systems

  • Business operations

Use the minimum level of interaction necessary to validate risk.

During wireless discovery you may observe networks belonging to:

Neighbouring Companies
Hotels
Homes
Shops
Public Infrastructure

They are not automatically part of scope.

Wireless visibility does not equal authorization.

Recommended fields:

Field Example
SSID Corp-WiFi
BSSID AP identifier
Owner Corporate IT
Purpose Employee access
Security WPA2-Enterprise
Authentication 802.1X
Backend RADIUS
Segment Corporate
Client Type Managed
Status Reviewed

This becomes your central assessment record.

Create:

ID Entry Path Target Risk
WAP-01 Guest Wi-Fi Guest β†’ Internal App Server High
WAP-02 Rogue AP Wireless β†’ LAN Internal Network High
WAP-03 IoT Wi-Fi IoT β†’ Management Infrastructure High

Attack paths help prioritise remediation.

Use:

Discover
↓
Classify
↓
Understand Authentication
↓
Understand Trust
↓
Validate Segmentation
↓
Assess Client Security
↓
Assess Management
↓
Assess Monitoring
↓
Build Attack Paths

This provides a repeatable methodology.

Build an isolated environment containing:

Lab Access Point
β”‚
β”œβ”€β”€ Corp-Lab
β”‚
└── Guest-Lab

Connected network:

Corp-Lab
↓
192.168.10.0/24
Guest-Lab
↓
192.168.20.0/24

Internal lab server:

192.168.10.50

Your mission:

Determine whether the guest wireless network is correctly isolated from the internal lab environment.

Record:

Authorised SSIDs:
Corp-Lab
Guest-Lab
Authorised AP:
Lab AP
Internal Target:
192.168.10.50

No other nearby networks are included.

Record:

Corp-Lab
Security: Enterprise / Lab Configuration
Purpose: Internal
Guest-Lab
Security: Guest / Lab Configuration
Purpose: Internet-only

Establish intended behaviour before testing.

Using the authorised test device:

Test Device
↓
Guest-Lab
↓
Guest Network

Record:

Assigned IP
Gateway
DNS
Network

Confirm permitted connectivity.

Expected:

Guest
↓
Internet

This establishes normal operation.

Using only approved lab targets, determine whether the guest client can communicate with:

192.168.10.50

Expected:

Guest Network
X
Internal Server

If communication succeeds, investigate the specific permitted protocols.

Suppose the guest client can reach the internal server.

You do not need to scan the entire corporate subnet.

Document the controlled evidence.

Guest Client
↓
Internal Server

The segmentation boundary has already been shown to be ineffective.

Untrusted Guest
↓
Guest Wireless
↓
Missing Network Restriction
↓
Internal Server
↓
Enterprise Attack Surface

This explains why the configuration matters.

Possible root cause:

Wireless Network
↓
Incorrect VLAN / Firewall Policy
↓
Internal Reachability

The problem may therefore be network architecture rather than wireless encryption.

Target architecture:

Guest Wireless
↓
Guest VLAN
↓
Firewall
↓
Internet
X
Internal Networks

Use deny-by-default segmentation.

After remediation:

Guest
↓
Internet
βœ“
Guest
↓
Internal Server
X

Validate that required guest functionality still works.

Consider:

Corp-WiFi
↓
802.1X
↓
RADIUS
↓
Active Directory
↓
Corporate VLAN

Ask:

Can Any User Connect?
Are Managed Devices Required?
Is Server Identity Validated?
What Happens to Contractors?
How Is Access Revoked?
What Network Is Assigned?
Is Authentication Logged?

This is enterprise wireless assessment.

Wireless security connects directly to the previous module.

Example:

Weak Wireless Access
↓
Internal Network
↓
Active Directory Services
↓
Domain User
↓
Identity Attack Path
↓
Privileged System

The wireless weakness may become the initial access mechanism for an AD attack.

Another example:

Guest Wireless
↓
Weak Segmentation
↓
Internal Web Application
↓
Application Vulnerability
↓
Sensitive Data

Security domains do not exist independently.

Modern environments may provide direct access to cloud management services.

Example:

Corporate Wireless
↓
Managed Laptop
↓
Enterprise Identity
↓
Cloud SSO
↓
AWS / Azure / SaaS

Wireless identity controls can therefore indirectly protect cloud access.

When you see:

Corp-WiFi

do not think only:

Can I recover the Wi-Fi password?

Think:

Authentication?
↓
User or Device?
↓
Credential Type?
↓
Certificate Validation?
↓
Assigned Network?
↓
Reachable Systems?
↓
Identity Trust?
↓
Critical Assets?

When you see:

Guest-WiFi

think:

Who Can Join?
↓
What Network?
↓
Client Isolation?
↓
Internal Routing?
↓
Management Interfaces?
↓
Monitoring?

When you see:

IoT-WiFi

think:

Which Devices?
↓
How Authenticated?
↓
Who Manages Them?
↓
What Can They Reach?
↓
What Happens If One Is Compromised?

For each wireless attack path ask:

Which Preventive Control Breaks It?
Which Detective Control Identifies It?
Who Owns the Control?
How Is the Control Validated?

Example:

Guest
↓
Internal Network

Preventive controls:

VLAN Separation
Firewall Policy
ACLs
NAC

Detective controls:

Network Monitoring
Wireless Monitoring
Firewall Logging
SIEM Alerts

Avoid:

Wireless security includes architecture, identity, segmentation, management, and monitoring.

Nearby does not mean authorised.

Wireless disruption can affect many users simultaneously.

Guest access may provide unexpected internal reachability.

Weak devices may create alternative network entry points.

802.1X and RADIUS architecture deserve detailed review.

Strong backend authentication can be undermined by weak client trust validation.

Strong WPA does not protect internal resources after network access is granted.

Compromised wireless controllers can affect the entire deployment.

Radio coverage must be interpreted within the authentication and threat model.

[ ] Scope confirmed
[ ] Authorised SSIDs documented
[ ] Authorised BSSIDs documented
[ ] Wireless architecture understood
[ ] AP inventory reviewed
[ ] Security protocols identified
[ ] Legacy wireless identified
[ ] WPA2/WPA3 configuration reviewed
[ ] Personal vs Enterprise identified
[ ] PSK lifecycle reviewed
[ ] 802.1X reviewed
[ ] RADIUS reviewed
[ ] EAP method understood
[ ] Certificate validation reviewed
[ ] Managed profiles reviewed
[ ] Device authentication reviewed
[ ] Guest network reviewed
[ ] Guest segmentation validated
[ ] Client isolation reviewed
[ ] Corporate network reviewed
[ ] IoT network reviewed
[ ] BYOD reviewed
[ ] Network assignment reviewed
[ ] NAC integration reviewed
[ ] Rogue AP controls reviewed
[ ] Wireless monitoring reviewed
[ ] Management interfaces reviewed
[ ] Administrative authentication reviewed
[ ] Firmware lifecycle reviewed
[ ] Configuration consistency reviewed
[ ] Logging reviewed
[ ] Attack paths developed
[ ] Evidence collected
[ ] Findings validated
[ ] Root causes identified
[ ] Recommendations developed
[ ] Retesting completed

Create:

Wireless Security Toolkit/
β”‚
β”œβ”€β”€ 01 Wireless Scope Template
β”œβ”€β”€ 02 Wireless Inventory
β”œβ”€β”€ 03 802.11 Reference
β”œβ”€β”€ 04 Wireless Discovery Checklist
β”œβ”€β”€ 05 WPA2 Review
β”œβ”€β”€ 06 WPA3 Review
β”œβ”€β”€ 07 PSK Security Review
β”œβ”€β”€ 08 802.1X Review
β”œβ”€β”€ 09 RADIUS Review
β”œβ”€β”€ 10 Certificate Validation Review
β”œβ”€β”€ 11 Guest Wireless Review
β”œβ”€β”€ 12 Corporate Wireless Review
β”œβ”€β”€ 13 BYOD Review
β”œβ”€β”€ 14 IoT Wireless Review
β”œβ”€β”€ 15 Wireless Segmentation Checklist
β”œβ”€β”€ 16 Rogue AP Review
β”œβ”€β”€ 17 Wireless Management Review
β”œβ”€β”€ 18 Wireless Logging Review
β”œβ”€β”€ 19 Attack Path Worksheet
β”œβ”€β”€ 20 Evidence Log
β”œβ”€β”€ 21 Finding Template
└── 22 Wireless Security Report Template

For every SSID ask:

Who is supposed to connect?

How are they authenticated?

Is authentication individual or shared?

Are devices also validated?

Which network do they receive?

What systems can they reach?

Can clients communicate with one another?

How is access revoked?

Is activity logged?

For every AP ask:

Is it authorised?

Who manages it?

Is firmware supported?

Is configuration centrally controlled?

For enterprise authentication ask:

Which RADIUS infrastructure is trusted?

How do clients validate it?

Which identity source is used?

Are certificates involved?

For segmentation ask:

What happens after wireless access is obtained?

That final question is critical.

A successful wireless assessment is not:

I captured Wi-Fi traffic.

It is not:

I discovered 30 SSIDs.

It is not:

I recovered a lab PSK.

Success is being able to explain:

Wireless Entry Point
↓
Authentication
↓
Identity / Device Trust
↓
Network Assignment
↓
Segmentation
↓
Reachable Systems
↓
Enterprise Trust
↓
Critical Asset
↓
Business Impact

and then identify the controls required to break that path.

Wireless networks extend the enterprise security boundary into radio space.

Remember:

Wireless visibility does not equal authorization to test.

The SSID is not a security control.

WEP and other legacy wireless security should be removed wherever possible.

WPA2/WPA3 security must be considered together with authentication and architecture.

Enterprise wireless should use strong individual or device-based authentication where appropriate.

802.1X and RADIUS are central to enterprise Wi-Fi security.

Client certificate validation is an important part of enterprise authentication.

Guest wireless should not automatically receive enterprise trust.

IoT and BYOD require appropriate isolation.

Strong Wi-Fi encryption cannot compensate for weak network segmentation.

Rogue APs can create uncontrolled entry points.

The wireless management plane must be protected.

Avoid unnecessary disruption during wireless assessments.

Always follow the attack path beyond Wi-Fi access.

Your core methodology is:

Scope
↓
Discover
↓
Classify
↓
Understand Authentication
↓
Validate Identity
↓
Understand Network Assignment
↓
Test Segmentation
↓
Review Client Security
↓
Review Management
↓
Review Monitoring
↓
Build Attack Paths
↓
Validate Safely
↓
Collect Evidence
↓
Report
↓
Recommend

The strongest Ethical Hackers do not think only about wireless passwords.

They understand:

radio exposure, authentication, identity, device trust, network segmentation, infrastructure management, monitoring, and enterprise attack paths.

➑️ 06 β€” Cloud Security Testing

In the next module, you will move from wireless enterprise access into modern cloud attack surfaces.

You will learn how to assess:

  • Cloud security fundamentals

  • Shared responsibility

  • AWS security

  • Microsoft Azure security

  • Google Cloud security

  • Cloud identity and IAM

  • Cloud reconnaissance

  • Cloud resource exposure

  • Storage security

  • Network security

  • Compute security

  • Workload identities

  • Secrets

  • Metadata services

  • Serverless security

  • Containers

  • Kubernetes

  • Cloud logging

  • Cloud privilege escalation concepts

  • Cross-account and cross-project trust

  • Cloud attack paths

  • Multi-cloud environments

  • Evidence collection

  • Cloud security findings

You will move from asking:

Can an attacker within wireless range obtain meaningful enterprise access?

to asking:

If a cloud identity, workload, application, or configuration is compromised, how far can the attacker move through the cloud control plane?