fragattacks/research/client.conf
2020-05-24 04:39:15 +04:00

39 lines
522 B
Plaintext

ctrl_interface=wpaspy_ctrl
# Simple home network
network={
ssid="utotnet_xx"
psk="1dog2cats!"
#key_mgmt=NONE
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
}