Skip to content

Instantly share code, notes, and snippets.

View tintinweb's full-sized avatar
🍣
🐼

tintinweb tintinweb

🍣
🐼
View GitHub Profile
@tintinweb
tintinweb / fakebeacon.py
Created January 4, 2017 11:11
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