🔧 Updated wpa_supplicant conf mac spoof
This commit is contained in:
parent
e8fcf6df7a
commit
72f7628cc6
1 changed files with 9 additions and 0 deletions
9
wpa_supplicant/wpa_supplicant.conf
Normal file
9
wpa_supplicant/wpa_supplicant.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Randomizes mac address
|
||||||
|
mac_addr=1
|
||||||
|
preassoc_mac_addr=1
|
||||||
|
gas_rand_mac_addr=1
|
||||||
|
|
||||||
|
network={
|
||||||
|
ssid="your_ssid_goes_here"
|
||||||
|
psk="your_ssid_password_goes_here"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue