Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 4-Way Handshake vs PMKID
Post: RE: 4-Way Handshake vs PMKID

How do you know, how complex my both PSKs are! and you didn't answer my first question: How did you measure it? $ time hashcat -m 2500 test.hccapx --nonce-error-corrections=0 digit20 hashcat (...
ZerBea hashcat 14 9,432 04-05-2019, 04:25 PM
    Thread: 4-Way Handshake vs PMKID
Post: RE: 4-Way Handshake vs PMKID

How did you measure it? My results: $ time hashcat -m 2500 test.hccapx --nonce-error-corrections=0 digit08 hashcat (v5.1.0-855-g9ced13cc) starting... Session..........: hashcat ...
ZerBea hashcat 14 9,432 04-05-2019, 03:53 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi ciccio17. According to the documentation of the standard, the length of an SSID should be a maximum of 32 characters (32 octets, normally ASCII letters and digits, though the standard itself doesn...
ZerBea User Contributions 648 487,229 03-22-2019, 10:02 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Fixed that issue with commit: https://github.com/ZerBea/hcxtools/commit/5c2c73010e6d1cabc502961fbb43307ebee1373c The function to detect broken ESSIDs didn't work as expected and removed more ESSIDs ...
ZerBea User Contributions 648 487,229 03-20-2019, 09:48 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Please attach an example pcapng so that I'm able to reproduce it. You can use tshark to find the ESSIDs. Example: You captured test.pcapng Now run tshark $ tshark -r test.pcapng -T fields -e w...
ZerBea User Contributions 648 487,229 03-16-2019, 11:56 AM
    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,555 02-27-2019, 02:26 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

allready answered here: https://hashcat.net/forum/thread-8183-post-43956.html#pid43956
ZerBea User Contributions 648 487,229 02-27-2019, 11:43 AM
    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,555 02-27-2019, 11:27 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

small notice about hcxpcaptool option -I: hcxdumptool is able to request identities from a client (for example the International Mobile Subscriber Identity [IMSI] Number from a mobile phone). Running...
ZerBea User Contributions 648 487,229 02-04-2019, 07:58 AM
    Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt

By latest hcxtools commit, https://github.com/ZerBea/hcxtools/commit/a55e58ecbf328fe5f140d892f16c9b72fa4e1401 now, hcxpcaptool will show a warning if no captures are loaded: $ hcxpcaptool -z PMKI...
ZerBea hashcat 6 3,928 02-03-2019, 07:12 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Due to several bug fixes and changes hcxdumptool and hcxtools moved to v5.1.1. Important changes: removed....: wlanhcx2psk replaced by: hcxpsktool removed....: wlanhcx2cap replaced by: hcxhas...
ZerBea User Contributions 648 487,229 02-03-2019, 06:33 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
    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

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: hcxtools "whoismac" command
Post: RE: hcxtools "whoismac" command

whoismac shows VENDOR informations about a given MAC. This can be a single MAC -m : mac (six bytes of mac addr) or : oui (fist three bytes of mac addr) $ whoismac -m 14cc2000...
ZerBea hashcat 2 1,711 02-03-2019, 05:51 PM
    Thread: i cant convert a WPA / WPA2 pcap
Post: RE: i cant convert a WPA / WPA2 pcap

and if you really need to clean up your cap file: tshark is your friend for output format pcap (cap2hccapx understand this): tshark -r raw.cap -R "(wlan.fc.type_subtype == 0x00 || wlan.fc.type_sub...
ZerBea General Talk 3 2,373 01-20-2019, 09:09 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Looks like hcxdumptool, hcxtools (and hcxkeys) are not installed. Do a git clone and satisfy dependencies (see README.md). Then run "make install". Read more here: https://github.com/ZerBea/hcxtool...
ZerBea User Contributions 648 487,229 12-06-2018, 09:04 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

According to hashcat, hcxdumptool and hcxtools moved to v5.1.0 hcxdumptool: several on big endian fixes (reported to run on OpenWRT) improved channel sitching (detect driver capabilities and skip...
ZerBea User Contributions 648 487,229 12-05-2018, 11:42 AM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

Due to several big endian fixes, hcxdumptool and hcxtools moved to v 5.0.1. I received a notice that they are running on OpenWRT. But keep in mind: Both, PMKID attack vector and AP-LESS attack vect...
ZerBea User Contributions 187 1,293,324 11-27-2018, 08:48 AM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

I don't think it's a driver issue and I don't think it's a pineapple issue, because use received a PMKID from the access point! 1) check your environment identify your access point (ESSID and mac)...
ZerBea User Contributions 187 1,293,324 11-18-2018, 08:26 PM