Skip to content

Instantly share code, notes, and snippets.

View Ki4wn's full-sized avatar
🏗️
Always Constructing

Kian Tavakoli Ki4wn

🏗️
Always Constructing
View GitHub Profile
@Ki4wn
Ki4wn / fakebeacon.py
Created February 2, 2019 15:04 — forked from tintinweb/fakebeacon.py
scapy-fakebeacon - spawn lots of fake wifi access points by injecting beacon frames with scapy (essid)
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# source: https://www.4armed.com/blog/forging-wifi-beacon-frames-using-scapy/
#
# requires:
# radiotap supported wifi nic/driver (frame injection) (works fine with Ralink RT2571W)
# iwconfig $iface mode monitor
# iw dev $iface set channel $channel
# or