Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
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
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: 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: skipping file: (null) (invalid eapol size)
Post: RE: skipping file: (null) (invalid eapol size)
hcxdumptool and hcxtools are working fine on UBUNTU 18.04 (as used here):
https://www.nomotion.net/blog/cracking-wifi-without-clients-pmkid-method/
and they will be official part in next UBUNTU vers... |
|
ZerBea |
hashcat
|
9 |
3,037 |
08-27-2019, 07:31 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: skipping file: (null) (invalid eapol size)
Post: RE: skipping file: (null) (invalid eapol size)
On the first run, you need some steps to identify a suitable interface, to check driver and to check that packet injection is working. Also you must identify processes that interferes with hcxdumptool... |
|
ZerBea |
hashcat
|
9 |
3,037 |
08-31-2019, 07:48 AM |
|
|
Thread: skipping file: (null) (invalid eapol size)
Post: RE: skipping file: (null) (invalid eapol size)
That are good news. Thanks for the feedback.
Now start to capture (over a long time) and collect hcxpcaptool -E -I -U lists and -o -k hashfiles. At regular intervals run your hashes against this lis... |
|
ZerBea |
hashcat
|
9 |
3,037 |
08-31-2019, 11:14 PM |
|
|
Thread: Linux + AMD + hashcat
Post: RE: Linux + AMD + hashcat
The enormous misunderstanding of AMD is that they really think LINUX is UBUNTU, or CentOS or RHEL:
The ROCm 2.0.x platform supports the following operating systems:
Ubuntu 16.04.x and 18.04.x (V... |
|
ZerBea |
hashcat
|
3 |
2,984 |
09-05-2019, 04:08 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: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
$ git clone https://github.com/aircrack-ng/rtl8812au
$ cd rtl8812au
$ make
$ sudo insmod 88XXau.ko
The plug in the adapter and run hcxdumptool.
This is not persistent. If you need it persistent... |
|
ZerBea |
User Contributions
|
648 |
487,246 |
09-18-2019, 12:06 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
We have 2 issues that can cause your trouble:
You choose the wrong version (only 5.2.20 is working - $ git branch will show you this):
https://github.com/aircrack-ng/rtl8812au/issues/376#issue-455... |
|
ZerBea |
User Contributions
|
648 |
487,246 |
09-18-2019, 08:10 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
By latest commit, I added several new attack modes to hcxdumptool:
--disable_internal_beacons : do not transmit beacons using received ESSIDs
... |
|
ZerBea |
User Contributions
|
648 |
487,246 |
09-18-2019, 02:04 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Looks like the interface wasn't set complete to monitor mode and / or packet injection isn't working like expected.
You can test packet injection running:
$ hcxpcaptool -i wlan1 --do_rcascan
-do_rc... |
|
ZerBea |
User Contributions
|
648 |
487,246 |
09-18-2019, 10:41 PM |
|
|
Thread: Empty PMKID file generated by hcxpcaptool
Post: RE: Empty PMKID file generated by hcxpcaptool
No, you're not offtopic.
It is a well known bettercap issue, that should be fixed, now:
https://github.com/bettercap/bettercap/issues/592
Short explanation:
bettercap didn't store ESSID informat... |
|
ZerBea |
User Contributions
|
3 |
3,104 |
09-19-2019, 08:15 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Maybe dmesg will give us an answer. Here is an example for an EDIMAX EW-7711UAN (mt7601u)
ID 7392:7710 Edimax Technology Co., Ltd Edimax Wi-Fi
[ 2592.678152] mt7601u 1-1:1.0: ASIC revision: 760100... |
|
ZerBea |
User Contributions
|
648 |
487,246 |
09-19-2019, 08:30 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Now I plugged in the same device into an USB 3.0 port and was hit by the kernel xhci issue in a very hard way:
[ 4651.606170] mt7601u 1-1:1.0: rx urb failed: -71
[ 4651.606203] mt7601u 1-1:1.0: rx u... |
|
ZerBea |
User Contributions
|
648 |
487,246 |
09-19-2019, 09:02 AM |
|
|
Thread: Empty PMKID file generated by hcxpcaptool
Post: RE: Empty PMKID file generated by hcxpcaptool
Ok, that is a good reason. And running hcxdumptool through a VM isn't a good idea:
https://github.com/aircrack-ng/rtl8812au/issues/376#issuecomment-529123578 |
|
ZerBea |
User Contributions
|
3 |
3,104 |
09-19-2019, 11:50 PM |
|
|
Thread: Archer dual band t4u v1 monitor mode
Post: RE: Archer dual band t4u v1 monitor mode
According to wikidevi it is not possible, running Linux "out of the box":
https://wikidevi.com/wiki/TP-LINK_Archer_T4U
You must compile a driver that support monitor mode and packet injection. For... |
|
ZerBea |
Hardware
|
5 |
3,393 |
09-21-2019, 10:56 AM |
|
|
Thread: Fritzbox and PMKID is possible?
Post: RE: Fritzbox and PMKID is possible?
The Fritzbox isn't vulnerable. You will not receive a PMKID. |
|
ZerBea |
Hardware
|
1 |
1,242 |
09-22-2019, 07:12 PM |
|
|
Thread: Archer dual band t4u v1 monitor mode
Post: RE: Archer dual band t4u v1 monitor mode
The Fritzbox isn't vulnerable. You will not receive a PMKID. |
|
ZerBea |
Hardware
|
5 |
3,393 |
09-22-2019, 07:13 PM |