> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Attack and analysis techniques for wireless networks.

## Overview

Wi-Fi security covers attacks against wireless networks, from WPA2 handshake capture to evil twin attacks, deauth, and exploitation of legacy protocols like WEP and WPS.

Quick reference for wireless engagements and CTFs focused on 802.11 networks.

***

## What's Inside

<CardGroup cols={2}>
  <Card title="Setup" icon="sliders" href="/wifi/setup">
    Monitor mode, interface configuration, and driver setup for wireless attacks.
  </Card>

  <Card title="Tools" icon="screwdriver-wrench" href="/wifi/tools/aircrack-ng">
    15 tool references — aircrack-ng, hashcat, eaphammer, hostapd-mana, bettercap, and more.
  </Card>

  <Card title="Connecting" icon="plug" href="/wifi/connect/open">
    wpa\_supplicant config files for every protocol — Open, WEP, WPA2, WPA3, PEAP, TTLS, EAP-TLS.
  </Card>

  <Card title="Recon" icon="binoculars" href="/wifi/recon">
    Passive scanning, hidden SSID discovery, client probe enumeration, and WPA Enterprise recon.
  </Card>

  <Card title="Attacks" icon="bolt" href="/wifi/attacks/wpa2">
    WEP IV replay, WPA2 handshake capture, WPA3 downgrade, and WPA Enterprise attack chains.
  </Card>

  <Card title="Rogue AP" icon="tower-broadcast" href="/wifi/attacks/evil-twin">
    Evil twin and captive portal attacks.
  </Card>
</CardGroup>

***

<Note>
  Techniques documented for use in authorized environments only. Labs, own networks, and environments with explicit permission to test.
</Note>

<Warning>
  This section is under active development. More techniques and pages are being added.
</Warning>
