-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add obtain BSSID #336
Comments
The purpose of hcxpcapngtool is to convert all available data from a pcapng file to a hash file or to word lists (used by hashcat or JtR). Additional filter options will make this tool slow (especially when running in the background of web services (https://wpa-sec.stanev.org or https://hashcat.net/cap2hashcat). All tools (hcxdumptool, hcxlabtool and hcxtools) were made to accomplish exactly one task. I recommend to write a simple bash script that combine hcxpcapngtool and hcxhashtool:
name the scriot e.g. getbssid to filter by BSSID run https://linuxhandbook.com/bash/ |
Your git repository is broken Get a fresh clone of hcxtools and try again. |
Thanks although it returns some information, I guess compiling it should not affect normal work |
It has only an affect on the version information.
hcxtools version 6.3.4 The other warnings are related to the windows emulator. You can ignore them.
|
Seems need improve detection logic(Detect corresponding SSID) |
The handshakes are not converted by default options, because the BEACON does not contain information about the CIPHER SUITE and the AUTHENTICATION management. RSN-IE and WPA-IE is missing
Please note that the BEACON frame is more than 37 years after the EAPOL messages and it announce an unencrypted network! This can not be converted by default.
This has been confirmed by hcxpcapngtool:
I guess this is a merged dump file and the BEACON does not belong to the EAPOL frames! If you would like to convert this crap (against all warnings of hcxpcapngtool) it is mandatory to add "--ignore-ie"
If a NETWORK is encrypted, one of these or both INFORMATION ELEMNTS (IE) is mandatory.
example of a WPA-IE:
|
Thanks .. |
You're welcome. I have to thank. This dump file shows in an impressive way that hcxpcapngtool is working as expected. |
Yeah,hcxtool very good |
this broken dump files helps to improve/test hcxpcapngtool. |
BSS Id: TpLinkTechno_cd:40:41 (8c:a6:df:cd:40:41)
Please add obtain BSSID
hcxpcapngtool -BSSID
8c:a6:df:cd:40:41
The text was updated successfully, but these errors were encountered: