WPA3 SAE wireless testing tool. Fork of yunginnanet/noair - finishing what kayos started.
Go to file
2026-02-22 18:33:51 -08:00
channel.go finish what kayos started — channel hopping, deauth loop, interface up/down, packet injection 2026-02-22 18:23:06 -08:00
go.mod Chore: deps 2025-06-24 04:18:22 -07:00
go.sum Chore: deps 2025-06-24 04:18:22 -07:00
main.go finish what kayos started — channel hopping, deauth loop, interface up/down, packet injection 2026-02-22 18:23:06 -08:00
noair finish what kayos started — channel hopping, deauth loop, interface up/down, packet injection 2026-02-22 18:23:06 -08:00
radio.go add channels, setup interfaces 2024-01-09 03:19:40 -08:00
radio_test.go add channels, setup interfaces 2024-01-09 03:19:40 -08:00
README.md kayos + ibot 5evr 2026-02-22 18:33:51 -08:00

noair

meant to replace mdk4

what it does

  • sets wireless interfaces to monitor mode
  • hops 2.4GHz and 5GHz channels
  • captures beacon frames
  • injects deauth frames at discovered APs
  • runs until you hit ctrl+c

usage

requires root and a wireless card that supports monitor mode and packet injection

sudo ./noair

gr33tz

a lot of this code was jacked and adapted from https://github.com/unixpickle/gofi gr33tz to @unixpickle

kayos + ibot 5evr started by yunginnanet/kayos. finished by ibot/lifelessai.