Skip to content

Instantly share code, notes, and snippets.

@bryanward-net
bryanward-net / shortssided.py
Last active February 18, 2023 16:20
A CRC-32 Reverser, intended for use in translating the ShortSSID subfield in the TBTT of the RNR of the 802.11 beacon frame. See https://bryanward.net/wp/2022/11/30/short-ssid-ed/ for details
#!/usr/bin/env python3
#####
##### shortssided.py
##### A CRC-32 Reverser, intended for use in translating the ShortSSID subfield in the TBTT of the RNR of the 802.11 beacon frame.
#####
##### Usage:
##### ./shortssided.py reverse 0x4FF8348A
##### Produces a list of source values that result in that ShortSSID value.
#####