You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I`m one of the developers wifiphisher and I was wondering if you could implement this in Pyric.
So the feature that we want to implement in Wifiphisher is to check if the captured pre-shared key is correct or not. This operation is possible for WEP using
iw dev wlan0 connect your_essid key 0:your_key
We don't need to actually connect to the network, we just want to check if the key is correct or not.
Also I'm wondering if you could implement something with wpa_supplicant as well. If you have any questions let me know.
The text was updated successfully, but these errors were encountered:
Let me look into it, I can run iw and identify what it does for the first request and attempt to add that feature. As for the second one (wpa_supplicant) I looked into it in the past but the source code is difficult for me to understand - I will look into that as well. I created two separate issues: #29 for WEP testing and #30 for wpa_supplicant
Hi wraith-wireless,
I`m one of the developers wifiphisher and I was wondering if you could implement this in Pyric.
So the feature that we want to implement in Wifiphisher is to check if the captured pre-shared key is correct or not. This operation is possible for WEP using
We don't need to actually connect to the network, we just want to check if the key is correct or not.
Also I'm wondering if you could implement something with wpa_supplicant as well. If you have any questions let me know.
The text was updated successfully, but these errors were encountered: