Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Does the new method work out of the box with Cali?
Post: RE: Does the new method work out of the box with C...
It depend on the WiFi adapter and the driver. If the driver support monitor mode and full packet injection, it will work out of the box, running Linux systems.
Preferred distribution is Arch Linux,... |
|
ZerBea |
hashcat
|
6 |
2,157 |
08-15-2019, 01:28 PM |
|
|
Thread: Does the new method work out of the box with Cali?
Post: RE: Does the new method work out of the box with C...
Of course, Wireshark is able to capture packets in monitor mode:
https://wiki.wireshark.org/CaptureSetup/WLAN
but it will put them into monitor mode, running libpcap:
https://wiki.wireshark.org/Cap... |
|
ZerBea |
hashcat
|
6 |
2,157 |
08-15-2019, 02:05 PM |
|
|
Thread: Does the new method work out of the box with Cali?
Post: RE: Does the new method work out of the box with C...
@ Ar76
No, libpcap is open source. You can get every information here:
https://github.com/the-tcpdump-group/libpcap
Additionally you need a driver. This driver must support monitor mode and full ... |
|
ZerBea |
hashcat
|
6 |
2,157 |
08-15-2019, 10:52 PM |
|
|
Thread: Determine if PKMID is dynamic?
Post: RE: Determine if PKMID is dynamic?
To determine if PKMID is dynamic (EAP Authentication Key Management [AKM] defined) just check the RSN-IE field in beacon, (re)associationrequest or EAPOL M2 or the Key Descriptor Version field in EAPO... |
|
ZerBea |
General Talk
|
5 |
2,378 |
08-15-2019, 10:08 AM |
|
|
Thread: CUDA Installation not detected
Post: RE: CUDA Installation not detected
I can confirm this issue also on Linux, running latest driver 430.40 in combination with a MSI 1050 TI AERO:
5.2.7-arch1-1-ARCH
cuda 10.1.168
nvidia 430.40-2
nvidia-settings 430.40-3
nvidia-utils... |
|
ZerBea |
Beta Tester
|
7 |
12,889 |
08-10-2019, 01:51 PM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
I do not want capture this thread, but I have a question:
Do you have some informations about (free)RADIUS, specifically about the packet structure of the Attribute Value Pairs in the Access-Request ... |
|
ZerBea |
hashcat
|
21 |
17,277 |
02-11-2018, 02:05 AM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
We are talking about different things.
You can crack a RADIUS password with hashmode -m 4800 (CHAP). But that's only one single variant.
For example: sometimes the password is stored as BASE64(SHA1(... |
|
ZerBea |
hashcat
|
21 |
17,277 |
02-12-2018, 09:34 AM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
Also a good idea is to read the RFC docs , even if they are not easy to understand. They are our basic docs if we add new functions to our tools:
https://tools.ietf.org/html/rfcXXXX
where XXXX is t... |
|
ZerBea |
hashcat
|
21 |
17,277 |
02-13-2018, 03:49 PM |
|
|
Thread: correct dictionary but he doesn't think
Post: RE: correct dictionary but he doesn't think
...does anyone have an idea of what can be ?
Maybe the conversion from cap to hccapx failed. For a comprehensive answer, we need the cap file. |
|
ZerBea |
hashcat
|
4 |
1,815 |
09-16-2019, 04:06 PM |
|
|
Thread: convert a WPA / WPA2 pcap
Post: RE: convert a WPA / WPA2 pcap
the file name looks like you use a stupid script to capture and prepare wifi traffic!
please read this:
https://hashcat.net/forum/thread-6666-post-35540.html#pid35540 |
|
ZerBea |
General Talk
|
9 |
15,382 |
10-11-2017, 07:41 AM |
|
|
Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0
@ C-Sky91
Please attach capfile. I would like to take a look inside. |
|
ZerBea |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
5,289 |
05-02-2019, 05:09 PM |
|
|
Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0
@ C-Sky91
Thanks for the cap file. Unfortunately the attached cap file is cleaned deadly. It doesn't contain an ESSID.
Only 4 packets inside:
packet 1: EAPOL M1 - replaycount 1
packet 2: EAPOL M4 ... |
|
ZerBea |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
5,289 |
05-02-2019, 07:16 PM |
|
|
Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0
The EAPOL messages inside your pcap file are from 2 different EAPOL sequences.
packet 1 and packet 2 from the first EAPOL sequence (with a packet loss of a M2 and a M3)
packet 3 and packet 4 from th... |
|
ZerBea |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
5,289 |
05-02-2019, 11:39 PM |
|
|
Thread: cap to hccapx problem [Zero value timestamps detected]
Post: RE: cap to hccapx problem [Zero value timestamps d...
That isn't a cap2hccapx issue.
The timestamps are zeroed in your cap file. Additional you're missing some important frames (authentication, association, undirected proberequest frames).
Code:
--
... |
|
ZerBea |
hashcat
|
3 |
1,532 |
02-11-2020, 02:15 PM |
|
|
Thread: cap to hccapx problem [Zero value timestamps detected]
Post: RE: cap to hccapx problem [Zero value timestamps d...
The PMKID attack is described here:
https://hashcat.net/forum/thread-7717.html
hashmode 22000 is available by git head of hashcat, here:
https://github.com/hashcat/hashcat
How can i get hashes... |
|
ZerBea |
hashcat
|
3 |
1,532 |
02-11-2020, 11:13 PM |
|
|
Thread: Cap file convert to hccapx HELP
Post: RE: Cap file convert to hccapx HELP
Ok, thanks.
Please note that the hccapx format is now DEPRECATED
-> I know: hccapx is a dinosaur (R.i.P)
https://github.com/hashcat/hashcat/issues/1816 |
|
ZerBea |
hashcat
|
4 |
1,543 |
02-12-2020, 06:20 PM |
|
|
Thread: Cap file convert to hccapx HELP
Post: RE: Cap file convert to hccapx HELP
@Uraniumhazee
Here you told us, that you're using wifislax:
https://hashcat.net/forum/thread-8959-post-47563.html#pid47563
This is the forum of wifislax:
https://foro.seguridadwireless.net/
Maybe... |
|
ZerBea |
hashcat
|
4 |
1,543 |
02-12-2020, 07:09 PM |
|
|
Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt
If you didn't captured a valid PMKID, your file PMKID.txt (-z) remains empty. The same applies for your file hcxdump.hccapx (-o) if you didn't captured a valid handshake. |
|
ZerBea |
hashcat
|
6 |
3,928 |
02-03-2019, 05:54 PM |
|
|
Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt
Please post the output of:
$ hcxpcaptool -V hcxdump.pcapng
output (from hcxdumptool and hcxpcaptool) should look like this one here:
https://hashcat.net/forum/thread-6661-post-42993.html#pid42993 |
|
ZerBea |
hashcat
|
6 |
3,928 |
02-03-2019, 06:08 PM |
|
|
Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt
No problem - but your post reminds me to update hcxtools thread. |
|
ZerBea |
hashcat
|
6 |
3,928 |
02-03-2019, 06:28 PM |