Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID
Tested, works just fine. Thank you for researching.
Also, not sure if this info useful to anyone, but following hubs are vulnerable to this attack:
BTHub3 (HuaweiTe)
BTHub4 (Arcadyan)
BTHub6 (Sa... |
|
Kangaroot |
User Contributions
|
187 |
1,293,109 |
08-13-2018, 09:51 AM |
|
|
Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID
I believe some people experienced same problem here, but I cannot find the answers.
Tandem of below parameters are not working on my hcxdumptool as designed. hcxdumptool is 4.2.0 version. Clearly c... |
|
Kangaroot |
User Contributions
|
187 |
1,293,109 |
08-14-2018, 10:55 AM |
|
|
Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID
Hi ZerBea, thanks for quick reply, didn't notice a newer version. Works better now.
Although, --enable-status now accepts only one of four options, not all of them as it used to. |
|
Kangaroot |
User Contributions
|
187 |
1,293,109 |
08-15-2018, 10:02 AM |
|
|
Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID
ZerBea, great, thanks for all your help. I'm currently enjoying testing different routers and it seems consumer market is also heavily vulnerable, not just corporate. |
|
Kangaroot |
User Contributions
|
187 |
1,293,109 |
08-15-2018, 11:11 PM |
|
|
Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID
ZerBea, I wouldn't say Ubuntu teaching anyone anything unless user wants to learn, but surely it is the easiest way to start using GNU/Linux. Same with K*A*L*I - easiest way to get into hacking. |
|
Kangaroot |
User Contributions
|
187 |
1,293,109 |
08-16-2018, 03:57 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
genpmk (PMK generator) is still can be found in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux and can be used along with cowpatty to wpa/wpa2, but I doubt cowpatty support GPU usage ... |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-02-2018, 09:30 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
philsmd, apparently I don't have latest version then :( |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-02-2018, 11:12 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: WPA/WPA2 PMK mode (2501)
WPA/WPA2 PMK mode (2501) - is this mode no longer supported by Hashcat? I thought this mode was designed to speed up cracking hashes by pre-calculating PMK for given SSID and a list of pass phrases, s... |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-02-2018, 09:13 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
hashcat --version returns pull/1273/head
2501 is definitely missing, so I assume I have older version.
How do I update it, please? |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-02-2018, 11:17 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
Where can I find wlangenpmkocl? |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-02-2018, 05:26 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
Can anyone help to find more info about this? I have tried to generate genpmk file in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and it took me hours to generate rockyou list with speci... |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-03-2018, 03:57 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
I will definitely try wlangenpmkocl, because genpmk in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) is simply make whole thing useless as it take too much time to generate pmk file. |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-03-2018, 11:43 PM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
hcxkey won't compile, missing CL/cl.h. Fixed it using symbolic link, but then it still won't compile:
gcc -std=gnu99 -O3 -Wall -Wextra -o wlangenpmk wlangenpmk.c -lcrypto
gcc -std=gnu99 -O3 -Wall -We... |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-04-2018, 09:31 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
Just if anyone have same problems like me on Ubuntu when it won't compile for missing cl.h and lOpenCL, both problems can be fixed using symbolic links:
1. sudo ln -s /home/kangaroot/hashcat/deps/Ope... |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-04-2018, 09:52 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
ZerBea Wrote: (03-03-2018, 07:07 PM)
--
Maybe you're doing something wrong:
$ time wlangenpmkocl -e networkname -i rockyou -A pmklist
using: GeForce GTX 1080 Ti
9612471 plainmasterkeys generated... |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-04-2018, 10:00 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
ZerBea, no, I wasn't saying 2501 is slow, but for the purpose I use hashcat, I will have to recreate PMK file with every SSID, which is never the same, and custom dictionaries I build.
I'm sure I w... |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-05-2018, 11:16 AM |
|
|
Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)
Here is some statistics, if you don't mind. I wanted to time both modes (2500 and 2501) and see which one will be faster in the end. Results seems identical.
First, I run normal 2500, which I would... |
|
Kangaroot |
General Talk
|
20 |
19,659 |
03-04-2018, 10:49 PM |
|
|
Thread: WPA/WPA2 pass cracking
Post: WPA/WPA2 pass cracking
Just wanted start a discussion on general suggestions on how to make WPA/WPA2 password cracking less sophisticated. How would you build your research if all you knew is AP's SSID? |
|
Kangaroot |
General Talk
|
9 |
8,609 |
12-12-2017, 11:36 PM |
|
|
Thread: WPA/WPA2 pass cracking
Post: RE: WPA/WPA2 pass cracking
I apologise for not putting this in more sensible way, but I don't really know how to write it any better as it involves so many different things. One of which mentioned as research on the ISP. For ex... |
|
Kangaroot |
General Talk
|
9 |
8,609 |
12-14-2017, 10:00 AM |
|
|
Thread: WPA/WPA2 pass cracking
Post: RE: WPA/WPA2 pass cracking
Knowing ISP for particular AP can dramatically reduce keyspace to iterate through, but what methods you'd use if user changed SSID name to 'abracadabra'. How will you find ISP being used? |
|
Kangaroot |
General Talk
|
9 |
8,609 |
12-14-2017, 10:14 AM |