Questions tagged [wpa]

Wi-Fi Protected Access - security protocol and security certification program to secure wireless computer networks.

Wi-Fi Protected Access - security protocol and security certification program to secure wireless computer networks.

135 questions
0
votes
0 answers

How do I assign a Canvas Width that is half of the Window Width in xaml?

I have: ... This does not work How…
ttom
  • 985
  • 3
  • 12
  • 21
0
votes
0 answers

How to change the DeviceCapability of P2P-DEVICE-FOUND event in WPA?

Operating on wpa_cli, I call "p2p_find" and get the event of the following: P2P-DEVICE-FOUND XXXXXX dev_capab=0x25 XXXXXX. Now I want to change the dev_capab of that device. How can I do on that device to get my purpose? Here is the definition about…
Vaming
  • 1
0
votes
1 answer

Unable to Connect to Wifi via Application

I have given data from my runtime ssid = "Some SSID"; password = "myPassword"; and I want to use them to connect to a WIFI. My Code so far: try { WifiConfiguration conf = new WifiConfiguration(); conf.SSID = "\"" + networkSSID +…
0
votes
1 answer

How to crack a WPA2 Password using HashCat?

I need to bruteforce a .hccapx file which includes a WPA2 handshake, because a dictionary attack didn't work. How can I do that with HashCat? I don't know about the length etc. Thanks!
Tom
  • 11
  • 1
  • 1
  • 1
0
votes
1 answer

Will Microsoft support WAP3-Open and WPA3-Enterprise in upcoming releases?

From MSDN documentation(here), I found that currently, Windows 10 is supporting only WPA3-SAE authentication. Can we expect support for WAP3-Open and WPA3-Enterprise in future Windows 10 releases? Thanks Sathish
0
votes
0 answers

Question about intercepting packets in the WPA2 Network

As I understood If I'm connected to WIFI-network encrypted with WPA2 then I can see other people's traffic if I will set my NIC to promiscuous mode, the question is, why is it possible? shouldn't network packets be encrypted for individual host with…
0
votes
1 answer

Four way handshake in 802.11

I know that the main goal of four way handshake in 802.11 is to Derive the PTK from the PMK Verify the cipher suite communicated in the beacon and associate request frame Communicate the group keys from AP to the station I have referred this site…
Sachin Yadav
  • 748
  • 9
  • 28
0
votes
1 answer

How to use Scapy to determine WPA Encryption?

I am working on a project to detect wireless encryption in Beacon and ProbeResponse packets with Scapy. I used a solution of another question on stackoverflow How to use Scapy to determine Wireless Encryption Type? This is my current script: p =…
JK9999
  • 3
  • 4
0
votes
0 answers

Script does not work the same way in terminal than launched in a service

I have a script to test and make connection via Wifi. It works pretty fine for WEP and WPA2 AP when launched directly in the terminal. But when the script is launched via a service I get a "deauthenticating by local choice" almost instantly when…
ben-bibi
  • 11
  • 4
0
votes
1 answer

How to resolve an "Invalid EAP settings - NEHotstConfiguration error" when programmatically connecting to a WPA2 WiFi network

I know that, to connect to a WiFi network manually, I can do these steps: From Settings in iPhone device  Used these three parameters: SSID, Username, password After that it asks to trust the certificate and, after trusting the certificate, the…
user1482953
  • 181
  • 2
  • 2
  • 9
0
votes
1 answer

What happen if obtaining IP address gets failed after wpa_applicant associated?

As I know, to connecting an access point, wpa_applicant have some states: wpa_applicant AUTHENTICATING wpa_applicant ASSOCIATING wpa_applicant ASSOCIATED After which we obtain an IP address. What happens if obtaining IP address fails after…
0
votes
1 answer

-sh /usr/local/sbin/wpa_supplicant no such file or directory

I have built the TI wilink utilities which then I have integrated in my rootfs. This done using petalinux 2016.4 and have created a install template app in yocto build to copy all the tools and libraries in the rootfs. When I bring up the BOOT.bin…
Jessie
  • 3
  • 3
0
votes
2 answers

How to see what encryption type a WLAN uses in Wireshark

I'm currently reading and practising with this WiFu book from Offensive Security But i want to see what encryption type my network uses.. It may be because I'm blind but any other than that.. It should be anywhere in the IEEE 802.11 Headers or…
Anciety
  • 85
  • 2
  • 10
0
votes
1 answer

Wireshark isn't decrypting 802.11 traffic

I have read and followed Wireshark's guide, and successfully decrypted the example file, but when it comes to my file it doesn't work. I have made sure that both the SSID and the password are correctly spelled in the settings. The entire EAPOL…
Pedro F.
  • 21
  • 5
0
votes
0 answers

Handshake frames manipulation

I intend to create a fake AP in order to send the frames received from the client to the real AP and, of course, the frames received from the real AP to the client... all passing through the fake AP. I will use hostapd to create the fake AP and…
1 2 3
8 9