Skip to content

Instantly share code, notes, and snippets.

@0xDE57
Created January 19, 2026 10:11
Show Gist options
  • Select an option

  • Save 0xDE57/9735bb38efecab9bc08877b6d07b0fe2 to your computer and use it in GitHub Desktop.

Select an option

Save 0xDE57/9735bb38efecab9bc08877b6d07b0fe2 to your computer and use it in GitHub Desktop.
create hotspot with spoofed mac
sudo nmcli device wifi hotspot con-name <localConnectionName> ssid <ssid> band bg password <password>
nmcli device disconnect wlan0
nmcli connection modify <localConnectionName> 802-11-wireless.cloned-mac-address <mac>
nmcli device connect wlan0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment