Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: PMKID question
Post: RE: PMKID question
Only superficially - I'm still wrestling with Diffie-Hellman. |
|
ZerBea |
hashcat
|
4 |
1,698 |
09-26-2019, 10:55 AM |
|
|
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: Hashcat 6.1.1 Upgrade Broke My Install
Post: RE: Hashcat 6.1.1 Upgrade Broke My Install
remove
$HOME/.nv
$HOME/.hashcat
and try again.
BTW:
Your CUDA API (CUDA 9.1) is very, very old - we are on CUDA 11 and NVIDIA 450.57
Code:
--
$ hashcat -I
hashcat (v6.1.1-20-gdc9a2468) s... |
|
ZerBea |
hashcat
|
4 |
919 |
08-10-2020, 08:40 AM |
|
|
Thread: Hashcat 6.1.1 Upgrade Broke My Install
Post: RE: Hashcat 6.1.1 Upgrade Broke My Install
Glad to hear that.
Most of the problems (nearly all) are related to old distribution versions (inclusive old drivers), broken package system or misconfiguration (inexperienced Linux users). Luckily t... |
|
ZerBea |
hashcat
|
4 |
919 |
08-15-2020, 05:01 PM |
|
|
Thread: PMKID question
Post: RE: PMKID question
We can take the PMKID from this frames (PBKDF2 hashcat hashmode 16800):
EAPOL M1 from access point (in this case we need one additional frame to get the ESSID: ASSOCIATIONREQUEST, REASSOCIATIONREQUES... |
|
ZerBea |
hashcat
|
4 |
1,698 |
09-25-2019, 07:50 AM |
|
|
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: please help me i am a newbie
Post: RE: please help me i am a newbie
One of the major advantages of the new hash format (-m 22000) is, that it is not binary (hccapx) and every bash tool will work in it.
To get the ESSID in ASCII you can use hcxtools (whoismac):
Code... |
|
ZerBea |
hashcat
|
4 |
875 |
07-22-2020, 11:41 AM |
|
|
Thread: please help me i am a newbie
Post: RE: please help me i am a newbie
According to the help menu, you have to use either
--filtermode=2 in combination with --filterlist_ap=yourtargetmaclist
or create a Berkeley Packet Filter (attack MAC)
Code:
--
--filterlist_ap=... |
|
ZerBea |
hashcat
|
4 |
875 |
07-20-2020, 09:17 AM |
|
|
Thread: Worldlist Clean up
Post: RE: Worldlist Clean up
awk is your friend:
awk 'BEGIN { FS = ":" } ; { print $NF }' potfile
or
cat potfile | awk 'BEGIN { FS = ":" } ; { print $NF }'
should do this job depending on the delimiter (":", " ", ....)
... |
|
ZerBea |
General Talk
|
5 |
4,336 |
09-05-2017, 12:14 PM |
|
|
Thread: Any help With hcxdumptool and hashcat
Post: RE: Any help With hcxdumptool and hashcat
hcxdumptool set monitor mode, but it doesn't kill all services, which takes access to the device (that is your job). Therefore we use ioctl commands. So if you have a device called wlan0 and the drive... |
|
ZerBea |
hashcat
|
5 |
3,554 |
02-27-2019, 02:26 PM |
|
|
Thread: WPA3 Dragonblood Vulnerabilities Disclosure
Post: RE: WPA3 Dragonblood Vulnerabilities Disclosure
Yes, very good and interesting analysis of some WPA3 flaws. Unfortunately the side channel attack requires at least unprivileged access to the victim (dragonblood.pdf: 7.2 Attack Scenario). In other w... |
|
ZerBea |
General Talk
|
5 |
3,491 |
04-17-2019, 08:53 PM |
|
|
Thread: WPA3 Dragonblood Vulnerabilities Disclosure
Post: RE: WPA3 Dragonblood Vulnerabilities Disclosure
Yes, wpa_supplicant and hostapd are amazing open source tools. I really love them both and they are an integral part of my test environment to improve hcxdumptool. |
|
ZerBea |
General Talk
|
5 |
3,491 |
04-20-2019, 10:11 AM |
|
|
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,376 |
08-15-2019, 10:08 AM |
|
|
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,389 |
09-22-2019, 07:13 PM |
|
|
Thread: Archer dual band t4u v1 monitor mode
Post: RE: Archer dual band t4u v1 monitor mode
If the access point is hardened, search for weak clients.
Here is an example, of a weak client:
https://github.com/ZerBea/hcxtools/issues/112#issuecomment-532537154 |
|
ZerBea |
Hardware
|
5 |
3,389 |
09-23-2019, 11:40 PM |
|
|
Thread: Any help With hcxdumptool and hashcat
Post: RE: Any help With hcxdumptool and hashcat
Did you read the helpmenu of hcxdumptool and hcxpcaptool?
I asked this, because you are running hcxpcaptool options on hcxdumptool!
$ hcxdumptool -i wlan0mon -o pmkid.pcapng --enable_status=1
Do ... |
|
ZerBea |
hashcat
|
5 |
3,554 |
02-27-2019, 11:27 AM |
|
|
Thread: Anyone with a amd/radeon GPU rig running on linux?
Post: RE: Anyone with a amd/radeon GPU rig running on li...
Please add this to list of cons: Ancient/limited kernel versions and very limited distributions
https://github.com/RadeonOpenCompute/ROCm#supported-operating-systems
kernel 4.15, kernel 4.18 and ker... |
|
ZerBea |
hashcat
|
5 |
1,001 |
07-11-2020, 10:14 AM |
|
|
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,389 |
09-21-2019, 10:56 AM |
|
|
Thread: WPA3 Dragonblood Vulnerabilities Disclosure
Post: RE: WPA3 Dragonblood Vulnerabilities Disclosure
How does hcxdumptool work with WPA3?
It only detect the AUTHENTICATION.
Do you reuse tools from Dragloblood?
No, this tools are useless, because they require at least unprivileged access to the v... |
|
ZerBea |
General Talk
|
5 |
3,491 |
05-15-2020, 10:34 PM |
|
|
Thread: WPA2 crackstation
Post: RE: WPA2 crackstation
I'm running this:
amd ryzen 1700
msi x370 krait
msi gtx 1080 ti aero oc
16 gb g.skill ripjaws v ddr4-3200
Samsung SSD PM961 NVMe 128GB M.2 (arch system)
500 gb samsung evo 850 (data)
bequiet ... |
|
ZerBea |
Hardware
|
6 |
8,592 |
08-01-2017, 01:16 PM |