Get PSK of incorrect WPA-PSK attempts

1

I was using hostapd to create an AP. I have some knowledge of C++. I was wondering if I can use hostapd to get the incorrect PSK entered by the client, or get that information from anywhere else. If necessary I can modify the source code of hostapd.

prateet

Posted 2016-07-03T17:39:25.217

Reputation: 21

Why do people keep downvoting questions just because the answer is "no"? – user1686 – 2016-07-04T06:19:31.237

Answers

2

Nope.

It would be a really terrible security protocol if you could, because then anyone could set up a rogue AP and learn the PSK of the network they want to attack.

Spiff

Posted 2016-07-03T17:39:25.217

Reputation: 84 656