hashcat Forum
Crack WPA2 (.hc22000 file) with list not completing - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Crack WPA2 (.hc22000 file) with list not completing (/thread-10496.html)

Pages: 1 2


Crack WPA2 (.hc22000 file) with list not completing - Joe_Baker - 12-02-2021

I have a WPA2 hash file .hc22000 (so mode 22000) but when I try to find the password located in a small list of 5 words it just keeps running but doesn't complete it. I let the command run for an hour before closing it, it kept loading on "Initializing backend runtime for device #1. Please be patient...". I'm using the command:
"hashcat -a 0 -m 22000 hashfile.hc22000 wordlist.txt". Does someone have experience with these .hc22000 files or maybe something wrong with my command?

The hash looks like following:
"WPA*02*<bunch of letters and numbers with a * from time to time>*02"

Text file looks like following:
"
RandomWord
anotherRandomWord
password
notMyPassword
another
"

The command is running when I'm in the folder of hashcat (hashcat-6.2.5) and the files used are located in this folder as well. I get no error codes except  "nvmlDeviceGetFanSpeed(): Not Supported" but this shouldn't be an issue from what I've read.

I'm using a i7-9750h and RTX2060 so you would expect that it wouldn't take that long to get a hash from a 5 word long list (let alone a huge list like rockyou).

P.S. I'm new to hashcat so it's possible I'm missing some obvious steps.


RE: Crack WPA2 (.hc22000 file) with list not completing - v71221 - 12-08-2021

Try to play with -D option.
At first, to show info about detected backend devices, run
Code:
hashcat.exe -I

Then choose your device.
In my case
-D 1  means use CPU, works!
-D 2  means use GPU, doesn't work, Device #2: Not enough allocatable device memory for this attack.

For simplicity, you can enter the hash and password directly into the command line.
Code:
hashcat.exe  -D 1  -a 3  -m 22000  "WPA*01*4d4fe7aac3a2cecab195321ceb99a7d0*fc690c158264*f4747f87f9f4*686173686361742d6573736964***"  "hashcat!"

It takes about 16 minutes in my case and it works. Status: Cracked
This is an example hash you can find here:
https://hashcat.net/wiki/doku.php?id=example_hashes
or just
Code:
hashcat.exe  -m 22000  --example-hashes

By the way, I'm also new to hashcat.
I'm using Windows and a 10-year-old laptop with an Intel Celeron CPU and an Intel GPU.
I was not able to use hashcat on Linux. Every time I got an "illegal hardware instruction" error.

Now the fun part.
pmkid-hash (format .hc22000) from real dump (captured by hcxdumptool) is not cracked. Status: Exhausted
eapol-hash (format .hc22000) from the same real dump is cracked. Status: Cracked

So far I have not been able to crack pmkid.
I tried wordlist attack, brute-force attack, different dumpfiles, however result is the same. Status: Exhausted
I can crack eapol-hash, but something wrong with pmkid-hash. May be the main reason is my weak hardware.
Please answer what status you saw when you ran the commands below on your hardware. Cracked or Exhausted ?


Code:
hashcat.exe  -D 1  -a 3  -m 22000  "WPA*01*f8dc238fb156874627b5ff251b8ab53c*020000000001*020000000020*61703031***"  "12345678"

hashcat.exe  -D 1  -a 3  -m 22000  "WPA*02*6ec572e97e2ede5a6099bf964fa880fd*020000000001*020000000020*61703031*013ebd2420f2dedcfb7ad5cf967c902c5f40031574352a492e809b58b0e74e4a*0103007502010a00000000000000000000f97e365fcdcfcf2ccb91fa35c25c345eaf34b638c15926eb43a1cc78876d7c86000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001630140100000fac040100000fac040100000fac023c00*02"  "12345678"


Explanation of the hc22000 hash line you can find here
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2

Please read this post as an example of troubleshooting of dictionary attack.
https://hashcat.net/forum/thread-8602.html


RE: Crack WPA2 (.hc22000 file) with list not completing - ZerBea - 12-08-2021

Now the fun part.
pmkid-hash (format .hc22000) from real dump (captured by hcxdumptool) is not cracked. Status: Exhausted
eapol-hash (format .hc22000) from the same real dump is cracked. Status: Cracked

Indeed funny, but related to 802.11 attack mode and conversion mode:
PMKID retrieved from ACCESS POINT.
EAPOL MESSAGE PAIR retrieved from CLIENT M2.
It the CLIENT is authorized, the PSK should be the same on both. If not, you'll get two different PSKs. The same will happen if the PSK is changed during capturing time.
(BTW: both MACs look very synthetic - which let me assume that you're running a test environment)
By default hcxdumptool/hcxlabtool attack both (AP and CLIENT) and hcxpcapngtool convert everything.
All tools are analysis tools and it is mandatory that you know what you are doing (choosing the attack vector, converting the hash, selecting the desired hash to feed hashcat). Otherwise the result will be completely unexpected.


RE: Crack WPA2 (.hc22000 file) with list not completing - v71221 - 12-08-2021

@ZerBea
Thank you for your prompt reply. Yes, I am a newcomer, diligently studying hcxdumptool/hcxtools and using a test environment. Three notebooks with wifi-adapters, 1st with Linux and hcxdumptool/hcxtools, 2nd with Windows as wifi access point, and 3rd with Windows as client. For clarity and readability I changed MACs on AP and CLIENT.

AP is created by these commands on Windows 7

Code:
netsh wlan set hostednetwork mode=allow ssid=ap01 key=12345678 keyUsage=temporary
netsh wlan start hostednetwork

I ran this command to capture AP-CLIENT session.

Code:
$ sudo hcxdumptool  -i wlan0  -o dump.pcapng  --silent  --enable_status=127  -c 1

I used silent "passive" mode because client hung if I ran hcxdumptool in "active" mode.
Could you kindly provide me with "proper" syntax of hcxdumptool options if I'm targeting PMKID only.

By the way, I noticed that
hcxhash2cap with option "--pmkid=" gives an error "reading hash line 1 failed".
hcxhash2cap with option "--pmkid-eapol=" works fine.
Input file in both cases is the same one-line-file pmkid.22000


Code:
$ hcxhash2cap --pmkid=pmkid.22000 -c test.cap
reading hash line 1 failed: WPA*01*f8dc238fb156874627b5ff251b8ab53c*020000000001*020000000020*61703031***

$ hcxhash2cap --pmkid-eapol=pmkid.22000 -c test2.cap
PMKIDs/EAPOL messages written to capfile(s): 1 (0 skipped)



RE: Crack WPA2 (.hc22000 file) with list not completing - ZerBea - 12-08-2021

--pmkid option is for old 16800 hash lines. It will give an ERROR on hc22000 files.
By latest commit:
https://github.com/ZerBea/hcxtools/commit/9e118e11672cd8c3933d2fb194372f342a6f71ad
I added an additional information to --help:

Delivery Wala 2024 Hindi Fukrey Short Films 240 Fix Review

The phrase " delivery wala 2024 hindi fukrey short films 240 fix primarily refers to a specific adult-themed episode titled Delivery Wala

from a 2024 web series or collection often associated with the name

(not to be confused with the mainstream Bollywood film franchise). Delivery Wala " (2024 Short Film/Episode) Release Date: The episode aired on November 26, 2024 Plot Summary:

The story follows a delivery driver in a bustling city who leads a routine, solitary life. His routine is disrupted during an unexpected delivery where he meets a captivating customer, leading to a whirlwind romance characterized by flirtatious banter and passionate encounters. Zoya Rathore: Leads the cast as the "captivating customer". Vikas Sachdeva Classification: It is categorized as an Hindi romance short film/episode. Technical Context ("240 fix"):

This likely refers to a specific low-resolution video quality (

) or a "fix" for a viewing issue on third-party streaming platforms where such content is often shared. Other Related 2024 "Delivery" Titles

If you were looking for more mainstream or dramatic content, several other films with similar titles were released in 2024: Delivery Boy (2024)

A Marathi/Hindi comedy-drama starring Prathamesh Parab about two friends helping a doctor run a surrogacy clinic in a village. Delivery (2024 Short)

An award-winning British short film by Ben Lankester about the grueling night shift of a midwife. The Delivery Man (2024)

A Hindi short film directed and written by Ashish Srivastav. direct link to watch this or more information on the cast members The Delivery Man (Short 2024) - IMDb

* Ashish Srivastav. * Writer. Ashish Srivastav. * Producer. Ashish Srivastav. * Stars. Syed Ali Akbar. Sonu Bharti. Deepak Gupta. Delivery Wala (Video 2024) delivery wala 2024 hindi fukrey short films 240 fix

To help you clearly:

  • "Delivery Wala" – could be a short film title or a character (e.g., a food/parcel delivery person).
  • "Fukrey" – refers to the popular Bollywood comedy film franchise (Fukrey, Fukrey Returns, Fukrey 3). There is no official 2024 short film titled Fukrey from Excel Entertainment. However, fan-made or inspired short films exist on YouTube.
  • "240 fix" – possibly means a runtime of 240 seconds (4 minutes) or a budget/dialogue reference (e.g., “₹240 fix” as a slang for a quick earning).
  • "Hindi short films 2024" – many independent short films are released on YouTube channels like Pocket Films, The Viral Fever (TVF), Gully Boy Shorts, etc.

What you likely mean:
You’re searching for a 2024 Hindi short film titled Delivery Wala (or similar), inspired by the Fukrey universe, with a runtime or concept linked to “240 fix.”

Next step suggestion:
If you want to find or confirm this film:

  • Search YouTube with: "Delivery Wala" short film 2024 Hindi
  • Search: Fukrey inspired short film 240 fix
  • Check if it’s part of a series like Fukrey Returns: Fan Short

If you need help writing a paper or analysis on that short film, please provide:

  • Actual title
  • Director/Channel name
  • Link to the film

I can then help summarize, critique, or analyze it for your paper.

(not to be confused with the Bollywood film franchise of the same name). Series Overview: Fukrey (2024)

This series is an anthology-style adult drama that follows various characters in urban settings. The episode " Delivery Wala " focuses on the life of a delivery driver. The episode features Zoya Rathore (known for Madmast Barkhaa Vikas Sachdeva , and Rafae.

A delivery driver living a solitary routine in a bustling city has his life changed after an unexpected delivery leads him to a captivating customer. What starts as casual banter develops into a whirlwind romance and intense encounters. It is a short-form video/TV episode released in 2024. Related Titles Often Confused

Because of the similar titles, you might also be looking for: Delivery Boy (2024): A Marathi-language comedy-drama directed by Mohsin Khan

Two small-time real estate agents, Bhau and Chochya, help a doctor set up a surrogacy clinic in a small town. Hindi Dub: This film was dubbed in Hindi as Mamta Child Factory for digital release. Delivery Girl (2023) The phrase " delivery wala 2024 hindi fukrey

A short film that explores patriarchal roots and higher education through the lens of a female delivery worker. The Delivery Man (Short 2024)

A thriller about a delivery man who enters a house and discovers a dark secret involving a drug peddler. Technical Note: "240 Fix" The "240" in your query likely refers to

, a low video resolution. This typically indicates a request for highly compressed files or "fixes" for streaming issues on older devices or low-bandwidth connections. official streaming platforms for this specific series or more details on a different episode Fukrey (TV Series 2024– ) - Full cast & crew - IMDb

Title: "Delivery Wala 2024: फुकरे शॉर्ट फिल्म्स के लिए नई ऊंचाइयों को छूने का समय!"

Introduction: नमस्कार दोस्तों! यदि आप फुकरे शॉर्ट फिल्म्स के फैन हैं, तो आपको Delivery Wala 2024 के बारे में जानने में रुचि होगी। इस पोस्ट में, हम आपको Delivery Wala 2024 के बारे में बताएंगे और यह भी चर्चा करेंगे कि यह फुकरे शॉर्ट फिल्म्स के लिए कितना महत्वपूर्ण है।

क्या है Delivery Wala 2024? Delivery Wala 2024 एक ऐसी सेवा है जो आपको अपने क्षेत्र में उपलब्ध शॉर्ट फिल्म्स को आसानी से ढूंढने और देखने की अनुमति देती है। यह सेवा विशेष रूप से फुकरे शॉर्ट फिल्म्स के लिए डिज़ाइन की गई है, जो भारत में बहुत लोकप्रिय हैं।

फुकरे शॉर्ट फिल्म्स की 인기 फुकरे शॉर्ट फिल्म्स ने पिछले कुछ वर्षों में बहुत लोकप्रियता हासिल की है। इन फिल्मों की कहानियां, संवाद, और अभिनय सभी को पसंद आते हैं। फुकरे शॉर्ट फिल्म्स की लोकप्रियता के कारण, कई निर्माता और निर्देशक अब इन फिल्मों को बनाने के लिए प्रेरित हो रहे हैं।

Delivery Wala 2024 की विशेषताएं Delivery Wala 2024 में कई विशेषताएं हैं जो इसे फुकरे शॉर्ट फिल्म्स के लिए एक उपयोगी सेवा बनाती हैं:

  • विशाल संग्रह: Delivery Wala 2024 पर आपको फुकरे शॉर्ट फिल्म्स का विशाल संग्रह मिलेगा, जिसमें पुरानी और नई फिल्में शामिल हैं।
  • आसानी से ढूंढना: आप फिल्मों को आसानी से ढूंढ सकते हैं और उन्हें देख सकते हैं।
  • नई फिल्में: Delivery Wala 2024 पर आपको नई फुकरे शॉर्ट फिल्म्स भी मिलेंगी, जो आपको पहले नहीं मिली होंगी।

निष्कर्ष: Delivery Wala 2024 फुकरे शॉर्ट फिल्म्स के लिए एक उपयोगी सेवा है, जो आपको इन फिल्मों को आसानी से ढूंढने और देखने की अनुमति देती है। यदि आप फुकरे शॉर्ट फिल्म्स के फैन हैं, तो आपको Delivery Wala 2024 का उपयोग करना चाहिए।

आवश्यक जानकारी: "Delivery Wala" – could be a short film

  • Delivery Wala 2024 की आधिकारिक वेबसाइट: [वेबसाइट का पता]
  • Delivery Wala 2024 के लिए साइन अप करें: [साइन अप लिंक]
  • Delivery Wala 2024 के बारे में अधिक जानकारी: [जानकारी पृष्ठ]

उम्मीद है, आपको यह जानकारी उपयोगी लगी होगी। यदि आपके पास कोई प्रश्न है, तो कृपया हमें टिप्पणी में पूछें।

It sounds like you're looking for a feature story or a concept pitch based on a mashup of keywords:

  • Delivery wala (delivery person)
  • 2024
  • Hindi
  • Fukrey (slang for “carefree/mischievous” or possibly the Fukrey film franchise vibe)
  • Short films
  • 240 fix (likely 240 seconds = 4 minutes, or a budget/constraint)

Here’s a feature idea that ties them together:


Why the "240p" Version is Trending

You might wonder why so many users are specifically searching for the 240 fix or 240p version of this short film.

  1. Data Saving: For many users in India, streaming or downloading high-definition video consumes too much mobile data. The 240p resolution offers a "fix" for this, allowing users to watch the content using minimal data.
  2. Old Device Compatibility: Many users still use older smartphones or devices that struggle with HD playback. A 240p or 360p file ensures smooth playback without buffering or lag.
  3. Quick Downloads: For a short film, many fans just want a quick download to watch on the commute. The smaller file size of a 240p rip makes it the most convenient option for a quick laugh.

The Algorithm Strategy

YouTube and Instagram algorithms love specificity. A title like "Comedy Short Film" has millions of competitors. But "Delivery Wala 240 Fix" has low competition and high intent. Viewers searching for "how to earn 240 rupees fast" or "Fukrey style video" land directly on this content.

The Concept

In 2024, a YouTube / MX Player / MiniTV series of 4-minute short films launches, each episode titled Delivery Wala. The protagonist — a quick-talking, resourceful delivery executive — navigates the city’s last-mile chaos. Each episode is a self-contained comedy-thriller, with the “240 fix” rule: exactly 240 seconds, no credits longer than 10 seconds.

Inspired by the Fukrey films’ tone (underdogs, witty banter, improbable situations), these shorts turn mundane orders into absurd adventures — delivering a birthday cake to a gang war, a medicine packet that’s actually a flash drive with incriminating files, or a secret love letter mistaken as a bomb threat.

Why Official Sources Matter

While it is tempting to search for quick "fixes" or free downloads of the latest movies, accessing content through unauthorized channels poses risks:

  1. Security Risks: Sites offering free downloads often host malware, pop-ups, and phishing links that can compromise your device and personal data.
  2. Quality Experience: Low-resolution prints (like 240p) rob the viewer of the cinematic experience. Comedy relies heavily on visual cues, expressions, and background details that are lost in poor quality transfers.
  3. Supporting the Artists: Creating a film requires the hard work of thousands of people. Watching movies through official streaming platforms ensures that actors, directors, and crew members are compensated for their work, allowing them to produce more content in the future.

📖 Plot in a Nutshell (No Spoilers!)

Rohit, a clueless yet overly‑confident delivery boy, lands his biggest order yet: a mystery box for a secret client. The catch? The address is a shadi venue (wedding) in the middle of a chaotic Delhi lane where every neighbor has a story.

  • First 30 seconds: Rohit’s bike squeals through traffic, juggling a biryani and a pillow – a classic “what could possibly go wrong?” set‑up.
  • Next 60 seconds: He bumps into Bunty (the street‑wise chai‑wala) and Neha (the sassy TikTok influencer) who both claim the box is theirs. Their banter feels like a Fukrey‑style showdown – fast, snappy, and full of one‑liners.
  • Middle 90 seconds: The mystery unravels as the box turns out to be a “DIY wedding kit” – complete with a broken speaker, a half‑baked cake, and a love‑letter. Rohit must deliver more than just a parcel; he has to save the wedding from turning into a disaster.
  • Final 60 seconds: With a burst of street‑savvy ingenuity, Rohit, Bunty, and Neha turn the mishap into a viral wedding performance that leaves the entire lane cheering. The short ends with a classic Fukrey freeze‑frame: Rohit holding the now‑famous “Delivery Wala” cap, winking at the camera.

All of this in exactly 4 minutes! The pacing is razor‑sharp, the jokes land on time, and the heart‑warming finish feels just right for a “quick‑fix” binge.


1. Delivery Wala (The Delivery Guy)

In 2024, the "Delivery Wala" (delivery person) has replaced the "tapori" or "college chhokra" as the archetypal common man hero of Hindi web content. Why? Because delivery drivers are the ultimate observers of urban chaos. They enter apartments, offices, and VIP lounges. They see rich people's secrets and poor people's struggles.

In this specific micro-genre, the "Delivery Wala" is not just a courier. He is usually a:

  • Broke but clever young man (often from Delhi NCR or Mumbai suburbs).
  • Someone who owes money (hence the "240 Fix").
  • A character straight out of the Fukrey cinematic universe.

If you use --silent, hcxdumptool will become a simple dump tool like tshark, Wireshark, tcpdump. PMKIDs are not requested and a possible packet loss has to be expected.
To request PMKIDs only:
$ sudo hcxdumptool -i INTERFACE -o dump.pcapng --disable_client_attacks --disable_deauthentication --enable_status=95

For sure, some attack modes are extreme aggressive (as hell). They prevent that a CLIENT is able to connect to a NETWORK or they will let a CLIENT crash completely.

BTW:
I'm interested in a dump file from netsh hostednetwork. Can you please add a pcapng file from:
netsh wlan set hostednetwork mode=allow ssid=ap01 key=12345678 keyUsage=temporary

Usually the PMKID and the MIC should be calculated using the same PMK. It looks like this is not the case on netsh, which could be a bug inside of this tool.

From what I read here:
https://stackoverflow.com/questions/23168152/use-netsh-wlan-set-hostednetwork-to-create-a-wifi-hotspot-and-the-authenti
only this types are supported by netsh:
Radio types supported : 802.11n 802.11g 802.11b
By default, PMKID caching is not activated.


RE: Crack WPA2 (.hc22000 file) with list not completing - ZerBea - 12-08-2021

Great. The dump files are very appreciated.
I'll take a look at them.
Thanks.


RE: Crack WPA2 (.hc22000 file) with list not completing - ZerBea - 12-08-2021

I have finished the analysis.
The PMKID calculated by netsh is wrong!
Looks like Windows has a problem with PMKIDs (not only on WPA2 Enterprise) since Windows 7:
https://social.technet.microsoft.com/Forums/windows/en-US/c200b4c0-91af-42e9-863b-2b77451a5613/windows-7-not-sending-the-correct-pmkid

Calculated PMKID by netsh (in WPA KEY DATA field packet 29 file 1, packet 27 file 2):
f8dc238fb156874627b5ff251b8ab53c

Calculated PMKID by function:
ca5396d611cf330aebefd48ebbfb0e63
Code:
PMKID = HMAC-SHA1-128(PMK, "PMK Name" | MAC_AP | MAC_STA)

Corrected hash line to reproduce that hashcat will not fail:
Code:
WPA*01*ca5396d611cf330aebefd48ebbfb0e63*020000000001*020000000020*61703031***

To answer your questions:
1. It doesn't matter if you capture PMKIDROGUE or PMKID. Both are suitable for PMKID-attacks.
correct
PMKIDROGUE = PMKID requested by hcxdumptool
PMKID = PMKID captured after CLIENT request

2. In my case, pmkid-hash was not cracked (Status: Exhausted), probably due to a bug.
correct, because netsh calculated a wrong PMKID!!!


Now I have to find a way to detect this garbage.


RE: Crack WPA2 (.hc22000 file) with list not completing - v71221 - 12-09-2021

@ZerBea
I think we should start another thread called "PMKID Attack, Best Practices, Miscellaneous".
In the meantime, could you advise something to the author of the current thread (Joe_Baker) based on your experience?

For educational purposes, it is desirable to calculate PMK and PMKID manually.
I found this link http://jorisvr.nl/wpapsk.html
Could you please share your method. Perhaps you have written your own utility.
Such a utility along with the source code would be a great help for newbies like me.


RE: Crack WPA2 (.hc22000 file) with list not completing - ZerBea - 12-09-2021

"In the meantime, could you advise something to the author of the current thread (Joe_Baker) based on your experience?"
To gain the necessary basic knowledge, hashcat FAQ are very helpful:
https://hashcat.net/wiki/doku.php?id=fre...s#overview
I couldn't explain it better than what is described in this general guide.
BTW:
It makes it very difficult to give an advice, because of missing information about the OS, version of NVIDA driver and version of CUDA SDK.

There is no need to open a new thread, because nearly everything is already explained.
Since Atom persuaded me to publish hcxtools (nearly the same time when hashcat went open source) I started a thread:
https://hashcat.net/forum/thread-6661.html
It describe how to use hcxtools and how to build a WiFi analysis environment.

Another thread followed after we (again thanks to Atom and RealEnder) discovered the PMKID attack:
https://hashcat.net/forum/thread-7717.html

A WPA1/2 basic tutorial is here:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2

Inside this threads are several links to get more background information about the functions "behind the scenes".

My advice is to read this basics and to play around with the examples mentioned above and here:
https://hashcat.net/wiki/doku.php?id=example_hashes

My second advice is to learn and understand Linux step by step:
https://wiki.archlinux.org/title/Installation_guide
BTW:
A successful installation of K A L I by graphical installer is far away from learning and understanding Linux.

That include openssl crypto:
https://www.openssl.org/docs/man3.0/man7/crypto.html
because it provide all functions to calculate and verify PMKs and PMKIDs.

"Perhaps you have written your own utility."
To find out how a PMK is calculated, please take a look at the source code of wlangenpmk (CPU based):
https://github.com/ZerBea/hcxkeys
Code:
$ wlangenpmk -e ap01 -p 12345678

essid (networkname)....: ap01
password...............: 12345678
plainmasterkey (SHA1)..: 5577866bc5e9778a3ca3d8730e97f258e2a9ae2afd95bbd63c4f383275c8ba93

or wlangenpmkocl (OpenCL based):
Code:
$ wlangenpmkocl -e ap01 -p 12345678
using: NVIDIA GeForce GTX 1080 Ti

essid (networkname)....: ap01
password...............: 12345678
plainmasterkey (SHA1)..: 5577866bc5e9778a3ca3d8730e97f258e2a9ae2afd95bbd63c4f383275c8ba93

There are similar functions (CPU based) in hcxpcapngtool, hcxhashtool and hcxpmkidtool as well as in hcxdumptool.


RE: Crack WPA2 (.hc22000 file) with list not completing - v71221 - 12-11-2021

@ZerBea
Great! Thanks!
In the meantime, I discovered that the freshly installed Windows 11 Enterprise no longer sends PMKID (in contrast to Windows 7 Enterprise). At least by default. Please see the attachment. If you need dumps, please let me know.

Could you please explain what "2412/1" means in the log of hcxdumptool (v6.2.5).
For example, line like this

Code:
22:09:57 2412/1  0015999e54c4 000bf4ad5332 TEST_AP [ROGUE PROBERESPONSE]

What's the point of specifying [ROGUE PROBERESPONSE] in the log if hcxdumptool works with the --silent option
From my newcomer point of view, it makes more sense to specify [PROBEREQUEST] instead.