Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
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: hashcat 6.0.0
Post: RE: hashcat 6.0.0
Amazing improvements, especially the new WPA fetures. Thanks for coding this great tool.
Cheers
Mike |
|
ZerBea |
hashcat
|
21 |
87,684 |
06-16-2020, 06:03 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
here:
https://github.com/ZerBea/hcxkeys |
|
ZerBea |
General Talk
|
20 |
19,682 |
03-02-2018, 06:33 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
Maybe you're doing something wrong:
$ time wlangenpmkocl -e networkname -i rockyou -A pmklist
using: GeForce GTX 1080 Ti
9612471 plainmasterkeys generated, 4734589 password(s) skipped
real 0m4... |
|
ZerBea |
General Talk
|
20 |
19,682 |
03-03-2018, 07:07 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
Well, that's easy to explain:
Both modes 2501 and 12000 designed are for analysts who work on large hashfiles.
You captured a network with the same ESSID.
Time for calculation of the PMK list ... |
|
ZerBea |
General Talk
|
20 |
19,682 |
03-05-2018, 10:46 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
No problem, you're welcome.
If you are an analyst (coding-, crypto-, weak point analysis), or a penetration tester, or if you use a huge database (wpa-sec) 2501 /12000 is your mode.
If not, there is... |
|
ZerBea |
General Talk
|
20 |
19,682 |
03-05-2018, 11:26 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
The simplest way:
hashcat -m 2501 test.hccapx pmklist
But it doesn't make sense for you, if you are not an analyst! |
|
ZerBea |
General Talk
|
20 |
19,682 |
03-17-2018, 04:00 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
wlangenpmkocl is the choice to precalculate PMKs for hashcat:
$ wlangenpmkocl -h
wlangenpmkocl 4.0.1 (C) 2018 ZeroBeat
usage: wlangenpmkocl
options:
-e : input single essid (networkname:... |
|
ZerBea |
General Talk
|
20 |
19,682 |
03-02-2018, 02:23 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
wlangenpmkocl use only one GPU each task. If you have 2 GPUs, you can calculate 2 different(!) PMK lists at the same time (or two parts of the same list - you need to split your word list into 2 parts... |
|
ZerBea |
General Talk
|
20 |
19,682 |
03-04-2018, 07:30 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
And Again: If you think, 2501 is slow, you're doing something really, really wrong:
Session..........: hashcat
Status...........: Running
Hash.Type........: WPA/WPA2 PMK
Hash.Target......: archi... |
|
ZerBea |
General Talk
|
20 |
19,682 |
03-05-2018, 11:02 AM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
To answer what went wrong, we must take a closer look into the cap file. Please attach the cap file (zip compressed) and, if possible, some information about the tool which did the capturing. |
|
ZerBea |
hashcat
|
18 |
6,022 |
08-27-2019, 04:47 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Ok. Now we must follow the path from the content of the cap file up to the conversion to hccapx format. Therefore we need the cap file. |
|
ZerBea |
hashcat
|
18 |
6,022 |
08-27-2019, 05:15 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Thanks. The cap file is ok and contain a complete handshake M1, M2, M3 and 4xM4 (zeroed SNONCE). cap2hccapx converted it correct.
Additional the M1 contain a valid PMKID and you can run hashcat -m 16... |
|
ZerBea |
hashcat
|
18 |
6,022 |
08-27-2019, 05:31 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Ok, lets see if you're up to it:
Please download example 2500 hash from here:
https://hashcat.net/misc/example_hashes/hashcat.hccapx
Password: hashcat!
copy password to your wordlist and run has... |
|
ZerBea |
hashcat
|
18 |
6,022 |
08-27-2019, 05:50 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Unfortunately my help will end here, because I don't use an AMD GPU. I'm running a RYZEN 1700 in combination with a MSI GTX 1080 TI Aero.
I hope you are able to fix that issue or to get some help fro... |
|
ZerBea |
hashcat
|
18 |
6,022 |
08-27-2019, 06:35 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Good to hear that. Many thanks for the feedback. |
|
ZerBea |
hashcat
|
18 |
6,022 |
08-28-2019, 09:20 AM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Yes. Your driver is broken.
hashcat (v5.1.0-1397-g7f4df9eb) starting...
Session..........: hashcat
Status...........: Cracked
Hash.Name........: WPA-EAPOL-PBKDF2
Hash.Target......: 838153340600... |
|
ZerBea |
hashcat
|
18 |
6,022 |
08-27-2019, 06:13 PM |
|
|
Thread: Epic cracking!
Post: RE: Epic cracking!
Helped me to get a high hitrate:
https://en.wikipedia.org/wiki/Intelligence_cycle
Cheers |
|
ZerBea |
hashcat
|
17 |
13,901 |
08-04-2017, 08:32 AM |
|
|
Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx
hashcat online converter run cap2hccapx from hashcat-utils.
You should know that cap2hccapx will convert more than one hash to the hccapx file. Therefore it takes every good message pair and convert ... |
|
ZerBea |
hashcat
|
15 |
3,949 |
02-01-2020, 09:38 PM |