Skip to content

Instantly share code, notes, and snippets.

@SmileyMan
SmileyMan / update_Cloudflare_DNS.sh
Last active July 8, 2023 00:05
Update Cloudflare DNS for both IPv4 and IPv6 Bash Script
#!/bin/bash
## Account details
auth_email='fred@blogs.com'
auth_key='00000000000000000000000000000000'
## Record to update
zone_name='domain.com'
record_name='domain.com'

Trying to deploy WPA3 on my home network

Introduction

Recently, news broke about a new possible offline attack on WPA2 using PMKID. To summarize the attack, WPA2 protected APs can end up broadcasting PMKID values which can then be used to offline-brute-force the password.

These PMKID values are computed this way:

PMKID = HMAC-SHA1-128(PMK, "PMK Name" | MAC_AP | MAC_STA)