Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
That's nice.
Maybe we can find more weak pass. |
|
ZerBea |
User Contributions
|
648 |
487,343 |
12-09-2017, 10:05 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
weak point analyse (2)
Take a look into hashcat.pot.2500 and search for networks
using simliar default passwords.
Try to figure out how the algo is calculated.
pwhash will help you on hash cal... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-18-2017, 01:15 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxtools filter options
------------------------
To satisfy hashcat, hcxtools have many build-in filteroptions:
1.
The Berkeley Packet Filter (BPF) is a very fast kernel filter.
It allows many ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-28-2017, 09:10 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
update on hcxtools (https://github.com/ZerBea/hcxtools):
added detection of WDS (Wireless Distribution System) and Mesh networking
many stability and security fixes
$ wlancap2hcx -o test.hccapx 2... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
09-11-2017, 08:52 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxtools and "cleaned caps"
First of all: It's a good idea to take a look into a wlandump-ng / wlanresponse cap to learn about 802.11x and the authentication process.
But it's not a good idea to... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
09-14-2017, 05:58 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi DKblue.
Again thanks and all my best season greetings |
|
ZerBea |
User Contributions
|
648 |
487,343 |
12-20-2017, 09:18 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxtools and cap2hccapx (two good friends)
If you are interested in wpa / wpa2 only, you can savely use cap2hccapx (https://github.com/hashcat/hashcat-utils) or the online converter (https://hashcat.... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
09-15-2017, 08:11 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
manually calculate hashcat's "--nonce-error-corrections" using hcxtools
If you use wlancap2hcx, you'll get a proposal for the --nonce-error-corrections value of hashcat.
It looks like this:
hashc... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
09-17-2017, 11:18 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi DKblue
Happy New Year.
Nice to read, that you are able to put your device into monitor mode. |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-04-2018, 08:45 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi hulley.
Right now, the driver situation is a big disaster. Many of the drivers are buggy, "not present" (rtl8812au) or doesn't support monitor mode (r8188eu). And there is no improvement foreseeab... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-07-2018, 05:36 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
calculate hashcat's "--nonce-error-corrections" using hcxtools
In some special cases hashcat isn't able to do nonce-error-corrections.
If you use wlanhcxinfo option -a -A to get the required i... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
09-20-2017, 05:40 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
And if you decide to follow hcxtools recommendations:
you should use hashcat --nonce-error-corrections=64 (or greater) on wlancap2hcx.hccapx
$ hashcat -m 2500 --nonce-error-corrections=64 --logfil... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
09-27-2017, 05:42 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
update hcxtools (better plainmasterkey handling): https://github.com/ZerBea/hcxtools
added new option -O to wlancap2hcx:
-O : output hccapx file without ESSIDs (WPA/WPA2/WPA2 AES-128-CMAC: use ha... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
10-02-2017, 01:33 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Thanks for reporting this issue.
Should now be fixed with latest update. Please test. |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-09-2018, 10:26 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi ee10.
That's fine.
Is zlib part of the SDK? I want to integrate support for gzip compressed pcap/pcapng files using zlib. |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-10-2018, 11:08 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Typical K*A*L*I problem since a long time (ALFA AWUS036NEH, ALFA AWUS036NH)
Forum there is full of posts like this:
https://forums.k*a*l*i.org/archive/index.php/t-26545.html
"Hi have the same probl... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-26-2018, 05:03 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
If you like to test this new feature do the following steps:
1) Download example cap from wireshark examples (https://wiki.wireshark.org/SampleCaptures)
File: wpa-eap-tls.pcap.gz
https://wiki.wi... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
10-02-2017, 04:47 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
advanced wpa cracking: Entering the "royal class"
needed tools:
combinator3 (hashcat-utils)
wlancap2hcx (hcxtools)
wlangenpmk or wlangenpmkocl (hcxkeys)
hashcat (hashcat)
1) download demo ca... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
10-03-2017, 04:02 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
small update wlanhcx2psk
added option (-W) to test if a wpskey is used as psk
added options (-D -d) to test if a date (eu or us) is used as psk
$ wlanhcx2psk -h
wlanhcx2psk 4.0.0-rc2 (C) 2017 Ze... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
10-07-2017, 08:53 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Nice that it works again. |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-26-2018, 07:18 PM |