Evil Twin

Two dual-band WiFi interfaces are available on the lab machine. A WiFi network is present in the vicinity of the lab machine and a client is connected to it. Here are the details of the network:

Parameter

Value

SSID

TigerSecurities

Security

WPA2-Enterprise

Objective: Deploy an evil twin using Hostapd-mana. Force the client to join the evil twin network to steal user's credentials.

Start the iw dev dance and check for surrounding networks.

iw dev wlan0 set monitor none

airodump-ng wlan0

Create the mana config file and the eap_user file:

Run host-apd mana with the config file and observe that the evil twin network is now active.

Start a deauth attack on the access point

The client is now connected to our access point and can view the captured credentials.

EAPHammer

Same iw dev dance as above, start EAPHammer and then deauth with aireplay-ng (same as above_

Viewing the client credentials

Last updated