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
2
votes
1 answer

Extracting the PMK from a WiFi client under EAP-PEAP authentication, for analysis on Wireshark

I'm starting a research project related to WiFi, which requires me to analyze the exchange of frames in between a WiFi client and AP during connection setup. Experimental setup: I have a laptop M, capturing WiFi traffic with Wireshark on monitor…
fortune_pickle
  • 141
  • 2
  • 8
2
votes
0 answers

How to use CCM to compute WPA MIC in Python

I am trying to create a 4-way handshake cracking script in python(Like coWPatty or Aircrack) for the past week or so. I have a working PBKDF2 function for computing the PMK(Pairwise Master Key) and a working PRF512 function for computing the…
DayzZombie
  • 57
  • 5
2
votes
1 answer

Can you subscribe to netlink events from the wpa_supplicant in linux?

Given the wpa_supplicant in Linux uses nl80211, can I subscribe to one of it's multicast groups and listen for association, di-association, authentication and de-authentication events?
Toshiro
  • 345
  • 2
  • 5
  • 14
2
votes
1 answer

What is a regular expression for a WPA-bssid

is this format ? wpa-bssid 00:1a:2b:3c:4d:5e or wpa-bssid 00:12:26:36:48:58 can I use this regex? ^([0-9A-F]{2}[:-]){5}([0-9A-F]{2})$ any help woulb be appreciated
The Man
  • 407
  • 1
  • 7
  • 19
2
votes
1 answer

Process to test and add new wireless network configuration through wpa_cli

I am trying to implement a code which is using wpa_cli & iw to configure/add/remove/test new network entry to my wpa conf. To add a new network my process is : wpa_cli list_network my new entry already exist ? yes -> remove it wpa_cli…
ArthurLambert
  • 749
  • 1
  • 7
  • 30
2
votes
1 answer

Get the current wifi security used on Android

I'm developping an app which may send sensitive data and I want to be sure that i don't send them on a public or weak protected network. That's why I'd like to get the current security used on wifi network on Android. I found this post but I'm not…
lemon
  • 25
  • 4
2
votes
0 answers

How to set Target Application in Windows Performance Recorder for measuring Heap Usage

All the tutorials for using Heap Usage provider in Windows Performance Recorder require you to set Target Application in the WPR GUI. Unfortunately in the most recent version of WPR there is no combo box that allows you to to this. Does anyone know…
Zbyl
  • 2,130
  • 1
  • 17
  • 26
2
votes
1 answer

Android: extracting wifi capabilities with contains

I'm trying to know the type security of the scanned networks, and i'm getting result like this : [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][ESS] [WPA2-PSK-CCMP][WPS][ESS] And i used this code : // Constants used for different security…
Amina
  • 723
  • 8
  • 20
2
votes
1 answer

Configuring FreeRadius with LDAP for WPA2 Enterprise

I need help configuring freeradius with WPA2 Enterprise via LDAP. LDAP normally works for other services, however, it does not work for WPA2E. We have also managed WPA2E to work with hard coded username/password fine. So we know all the components…
Emre
  • 125
  • 1
  • 2
  • 3
2
votes
2 answers

How to view data from wifi capture?

I am running wireshark on my home network to learn some things. My network is wpa and I know the key, is it possible to reconstruct the ethernet packets? I know that after you connect to wpa there is a negotiation of a new key, I assume this is ssl…
1
vote
1 answer

Implement WPA2-Enterprise on Arduino WiFi shield

I've just bought an Arduino WiFi shield called "RedFly", which support WPA-TKIP but my school wifi is WPA2-Enterprise + PEAP (MSCHAPv2). Is there a way, and how to implement myself the support of this WIFI security please?
Max13
  • 919
  • 2
  • 9
  • 27
1
vote
0 answers

I need to export complete stack in text file using wpaexporter (Windows Performance Toolkit), but just able to see the root elements

How to export complete stack in text file using wpaexporter (Windows Performance Toolkit),I am just able to see the root elements only.
1
vote
1 answer

Whats the minimum and maximum length of WPA3 Personal password?

Trying to find out what the criteria of a WPA3 Personal wifi password should be. Is it consistent with WPA2 PSK (8-63 ASCII characters)? Checked the wifi spec and didn't see anything that mentioned minimum and maximum length
tandurq
  • 11
  • 2
1
vote
1 answer

how to get device id from flutter web

I need to get Device_id for my flutter web application, I mean when I open the application on the browser on mobile I need to get the device id. I have tried all sorts of libs but all they give is browser data. How can I solve this?
1
vote
1 answer

How do I hide the url bar in the WPA app generated for Android?

I created a PWA android app from https://www.pwabuilder.com/ The problem is that there is no option to hide the URL bar. how do i hide url bar in app generated for andoid? I just want the site to be displayed. The link below has a screenshot of the…
1 2
3
8 9