Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinan authored Oct 1, 2024
1 parent 7a0de6c commit 320a9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASUS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ First, collect some 802.11 beacon frames from fronthaul links of the XT8 mesh ne

The last 4 bytes "\x66\xfc\x7a\xc9" is T(pub), the first 0x10 bytes is H(GID), as illustrated in the paper.

We query the ARP cache to obtain the MAC address of the gateway 192.168.50.1 to be "04:42:1A:B4:C1:B0". We thus use the following python3 script to enumerate all possible values of T~pub~. Download the file at [here](./compute_Tpri.py)
We query the ARP cache to obtain the MAC address of the gateway 192.168.50.1 to be "04:42:1A:B4:C1:B0". We thus use the following python3 script to enumerate all possible values of T(pub). Download the file at [here](./compute_Tpri.py)

After running this script, we obtain "found: 1718158561". This is the value of T~pri~. We thus reconstruct cfg_group:
After running this script, we obtain "found: 1718158561". This is the value of T(pri). We thus reconstruct cfg_group:

`➜ ~ md5 -s 04:42:1A:B4:C1:B0_1718158561
633ed873722e542e6ccb037737a38c5d`
Expand Down

0 comments on commit 320a9af

Please sign in to comment.