Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
You can do this running hcxpcapngtool without options to save files:
Code:
--
$ hcxpcapngtool test.cap
reading from test.cap...
summary capture file
file name................................: test... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-28-2020, 06:31 PM |
|
|
Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx
msalman Wrote: (01-28-2020, 03:58 PM)
--
the pass is in my first wordlist
11223344
--
The attached hccapx file is a multi hash file. It contain 15 hashes (6 of them are dupes). If one of them is n... |
|
ZerBea |
hashcat
|
15 |
3,929 |
01-28-2020, 04:44 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Adding the option to run a user defined MAC_AP and/or MAC_CLIENT was only a test to demonstrate that it is useless.
Shortly after the start hcxdumptool adapts to the WiFi traffic and uses more and mo... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-28-2020, 04:33 PM |
|
|
Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx
Does it work with the example hash from here if the PSK is in passlist1.txt?
https://hashcat.net/misc/example_hashes/hashcat.hccapx
64 -m 2500 -t 25 --remove -o cracked.txt 1.hccapx pass/passlist1... |
|
ZerBea |
hashcat
|
15 |
3,929 |
01-27-2020, 06:05 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
This is a really good reason to hexify ESSIDs within the new hash line (22000):
https://support.sjcam.com/support/solutions/articles/9000005708--how-do-i-connect-my-camera-with-mobile-wifi-
SSID:... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-26-2020, 01:10 PM |
|
|
Thread: Cannot capture WPA handshake on macOS by any means
Post: RE: Cannot capture WPA handshake on macOS by any m...
This function is extremely limited on proprietary operating systems.
Read more here:
https://wiki.wireshark.org/CaptureSetup/WLAN
Recommendation:
Linux and a WiFi adapter whose driver support mo... |
|
ZerBea |
General Talk
|
1 |
1,133 |
01-25-2020, 09:57 AM |
|
|
Thread: ALFA AWUS036NHR V2 handshake
Post: RE: ALFA AWUS036NHR V2 handshake
hubi2000 Wrote: (01-21-2020, 08:42 PM)
--
what I can do can you help me :(
ZerBea
--
Unfortunately I can't help you. If you're doing a google search, you'll see many comments like this:
Avoid ..., N... |
|
ZerBea |
hashcat
|
3 |
1,473 |
01-21-2020, 09:15 PM |
|
|
Thread: ALFA AWUS036NHR V2 handshake
Post: RE: ALFA AWUS036NHR V2 handshake
The driver supplied with the official kernel neither support monitor mode nor packet injection. |
|
ZerBea |
hashcat
|
3 |
1,473 |
01-21-2020, 05:24 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
BTW:
This is a nice feature request on the new hashline:
https://github.com/hashcat/hashcat/issues/2290
I'm playing around with latest commit (Atom added this feature). Now it's easy to correlate h... |
|
ZerBea |
hashcat
|
10 |
3,142 |
01-19-2020, 10:55 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
Thanks. Now, I understand. Please forgive me - I'm old...
16800 can be used for similar hash types from other sources, too - while 22000 not. 22000 is designed for use on WiFi only. |
|
ZerBea |
hashcat
|
10 |
3,142 |
01-19-2020, 05:44 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
We decided not to use ASCII characters, because:
Wireless network stacks must still be prepared to handle arbitrary values in the SSID field!
Using HEX instead of ASCII makes it easier to use com... |
|
ZerBea |
hashcat
|
10 |
3,142 |
01-19-2020, 02:19 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
There is no need to run hcxtools on the new hashline format. Nearly every bash cmd is working on the new hashline:
e.g. running a simple bash line will give you the ESSID in ASCII format:
cat test... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-19-2020, 01:59 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
Mem5 Wrote: (01-18-2020, 12:51 AM)
--
Using hashcat-5.1.0 beta 1610 :
Code:
--
hashcat.exe -m 22000 hash dic
--
works OK with sample hash WPA*01*9d42bfc4ab79cf3a3a85761efd2a0cf0*e8e61d2bfe07*e2... |
|
ZerBea |
hashcat
|
10 |
3,142 |
01-18-2020, 02:05 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Don't thank me. That are only the basics.
Next part is to understand RSN-IE and WPA-IE. How do they affect the following EAP authentication.
Why isn't it enough to capture a BEACON and M2M3 (discove... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-15-2020, 10:18 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Before you start with Wireshark, take a look at the basics of 802.11
here:
https://en.wikipedia.org/wiki/802.11_Frame_Types
Than dive into the study guide here:
https://mrncciew.com/tag/802-11-ove... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-14-2020, 10:02 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Patience....
example:
issue reported: 2019-10-24 08:50:38
https://bugzilla.kernel.org/show_bug.cgi?id=205305
received patch: 2019-10-28 11:59:09
https://bugzilla.kernel.org/show_bug.cgi?id=205305... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-14-2020, 07:50 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Well, I'm retired, but I am still learning something new, too. |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-14-2020, 07:18 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
@WPA_Catcher nice suggestion, but not the philosophy of Arch Linux:
"Arch Linux adheres to five principles: simplicity, modernity, pragmatism, user centrality and versatility. In general, the princip... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-14-2020, 06:36 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Well, not easy to explain:
https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html
But in simple words, it works like this procedure:
First step is to report an issue (if it is relate... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-14-2020, 06:31 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
@strike1953:
Looks like we can expect another fix for that (kernel) issue (ath9k_htc), soon:
[56147.938929] ath: phy0: Short RX data len, dropping (dlen: 2)
[56260.431703] ath: phy0: Short RX data ... |
|
ZerBea |
User Contributions
|
648 |
486,439 |
01-14-2020, 11:35 AM |