fragattacks/research/client.conf
2020-08-08 09:43:04 +04:00

38 lines
505 B
Plaintext

ctrl_interface=wpaspy_ctrl
# Simple home network
network={
ssid="testnetwork"
psk="abcdefgh"
disable_ht=1
pairwise=CCMP
#group=CCMP
}
# Enterprise network
network={
ssid="peaptest"
key_mgmt=WPA-EAP
eap=PEAP
anonymous_identity="not anonymous"
identity="user"
phase2="auth=MSCHAPV2"
password="password"
pairwise=CCMP
#group=CCMP
}
# EAP-PWD with dynamic WEP keys
network={
ssid="weptests"
key_mgmt=IEEE8021X
eap=PWD
identity="user"
password="password"
pairwise=CCMP
#group=CCMP
}