惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
About on SuperTechFans
小众软件
小众软件
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
博客园 - 三生石上(FineUI控件)
博客园_首页
N
Netflix TechBlog - Medium
IT之家
IT之家
H
Help Net Security
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
罗磊的独立博客
T
Tailwind CSS Blog
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
V
V2EX
量子位
云风的 BLOG
云风的 BLOG
爱范儿
爱范儿
博客园 - 司徒正美
The Cloudflare Blog
Engineering at Meta
Engineering at Meta

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Researchers open-source a Wi-Fi cyber range for security ...
Mirko Zorz · 2026-05-13 · via Help Net Security

Wireless security training programs lean heavily on generic network labs, with Wi-Fi appearing as a checkbox alongside Bluetooth, Zigbee, and cellular. Hands-on environments dedicated to IEEE 802.11 are uncommon, even as Wi-Fi remains the default on-ramp to corporate networks and a recurring entry point for attackers. A new paper from researchers at the Norwegian University of Science and Technology and the University of the Aegean takes aim at that gap with a cyber range built specifically for Wi-Fi.

Wi-Fi cyber range

Structural view of the proposed Wi-Fi CR (Source: Research paper)

The training gap

Rogue access points, deauthentication attacks, handshake weaknesses in WPA2 and WPA3, and protocol-level flaws in 802.11 frame handling each require setups that generic wireless labs rarely reproduce. The researchers point out that most existing cyber ranges and testbeds combine many wireless technologies under one roof, leaving 802.11-specific scenarios underserved. Their review of the field finds no platform purpose-built around Wi-Fi security.

The educational side has a similar problem. Wireless security teaching still leans on lectures and seminars, with limited access to scenario-driven environments where learners can practice against realistic 802.11 conditions.

What the platform does

The proposed cyber range emulates Wi-Fi networks in software using mac80211_hwsim, a Linux kernel module for simulated 802.11 radios. Linux namespaces isolate each emulated access point and client, so a single virtual host can run multiple wireless nodes that behave as separate devices. Standard user-space services do the rest: hostapd runs the access points, wpa_supplicant runs the clients, dnsmasq handles DHCP, and FreeRADIUS provides 802.1X/EAP authentication when a scenario calls for enterprise-grade setups.

On top of that emulated network, the platform bundles offensive and analysis tools learners would reach for in real engagements. Aircrack-ng covers wireless discovery and deauthentication testing. Wireshark, tcpdump, and tshark handle packet inspection. Two specialized tools developed by the same research group, WPAxFuzz and Bl0ck, extend the kit into WPA implementation fuzzing and block-acknowledgment-frame attacks against 802.11 connections.

The architecture itself is organized into five zones covering infrastructure, learning management, monitoring, administration, and access control. The zoning is conventional cyber range design, applied here to a Wi-Fi-specific workload.

A scenario builder powered by a local LLM

One of the more interesting design choices sits in the scenario authoring workflow. Instructors can define exercises through a web interface in two ways. They can pick from prebuilt topology templates, or they can describe what they want in plain language and hand it to a locally hosted Llama model, which converts the description into a structured scenario definition that the platform can deploy. Scenarios are stored as a bundle of configuration files, shell scripts, and a topology manifest, then instantiated on demand.

The semi-automated path matters for a teaching tool. Writing a multi-AP, 802.1X-enabled scenario by hand is tedious, and that tedium is often what keeps instructors from running varied exercises week to week.

What is built, and what is not

The full architecture is conceptual. A working prototype covering scenario creation, storage, retrieval, and deployment is available on GitHub. The remaining zones, including monitoring dashboards, role-based access enforcement, and asynchronous task orchestration, are specified in the design and earmarked for later implementation.

The researchers are upfront about the limits. Software emulation does not reproduce radio interference, propagation effects, or hardware quirks that show up in real deployments. The platform has not been tested at scale with many concurrent learners. Learning outcomes have not been measured. Cellular, Bluetooth, and other wireless technologies sit outside its scope by design.

“We anticipate that, when we have a full-fledged prototype developed, the platform can be utilized for further educational purposes (e.g., university lab exercises, education platforms like Udemy, and so on). At the same time, its modular design will also allow corporate training teams to utilize it on personnel with minimal adjustment and fine-tuning,” Vyron Kampourakis, co-author of the research, told Help Net Security.

The bigger picture

Wi-Fi sits at the edge of nearly every corporate network, and the attack surface keeps growing as Wi-Fi 6 and Wi-Fi 7 roll out. A reproducible, software-only environment for practicing 802.11 attacks and defenses lowers the cost of building wireless security skills. The open-source release gives instructors and self-taught practitioners somewhere to start, with room for the platform to grow into the full design the paper lays out.

Download: Automating Pentest Delivery Guide