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 [asc] Posted
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

No, there will be no "all in one tool". The workflow is: hcxdumptool -> hcxpcapngtool -> hcxhashtool -> (optional hcxpsktool) -> hashcat Detection of handshakes and PMKIDs is really complex and I ...
ZerBea User Contributions 648 487,343 01-08-2020, 09:52 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

In that case, just pipe it: https://en.wikipedia.org/wiki/Pipeline_(Unix) $ hashcat --stdout -r rule wordlist passwor1 passwor2 passwor3 passwor4 wordlist: passwor rule $1 $2 $3 $4 ...
ZerBea User Contributions 648 487,343 01-12-2020, 06:02 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

That isn't a dmesg log while hcxdumptool is running. Your log is showing NetworkManager access to the device. As you can see from my dmesg log: Jan 13 16:48:10.888795 tux1 kernel: kernel BUG at mm...
ZerBea User Contributions 648 487,343 01-13-2020, 05:59 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hashmode is independent from hcxdumptool. You can use hcxpcangtool on that pcapng files to convert them. I'm still hunting for that kernel bug, like other coders, too: https://bugzilla.kernel.org/bu...
ZerBea User Contributions 648 487,343 01-13-2020, 06:08 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxdumptool update: added GPSD support (stored as comment in pcapng file) --use_gpsd : use GPSD to retrieve position add latitude, lon...
ZerBea User Contributions 648 487,343 09-27-2018, 09:39 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

As of today, only mt76 and rt2800usb driver families are working without issues.
ZerBea User Contributions 648 487,343 01-13-2020, 06:31 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Oh, I think that's a misunderstanding. I'm not talking about wardriving. I'm talking about "normal" laboratory conditions, running different WiFi adapters, router types, antennas and electronic measur...
ZerBea User Contributions 648 487,343 01-13-2020, 09:20 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

With the latest update of hcxtools, hcxpcaptool is able to detect a GPS track from hcxpdumptool and convert this track to GPX format (for example accepted by Viking and GPSBabel): $ hcxpcaptool -h -...
ZerBea User Contributions 648 487,343 09-29-2018, 06:27 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Well, not easy to explain: https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html But in simple words, it works like this procedure: First step is to report an issue (if it is relate...
ZerBea User Contributions 648 487,343 01-14-2020, 06:31 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Well, I'm retired, but I am still learning something new, too.
ZerBea User Contributions 648 487,343 01-14-2020, 07:18 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Patience.... example: issue reported: 2019-10-24 08:50:38 https://bugzilla.kernel.org/show_bug.cgi?id=205305 received patch: 2019-10-28 11:59:09 https://bugzilla.kernel.org/show_bug.cgi?id=205305...
ZerBea User Contributions 648 487,343 01-14-2020, 07:50 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Don't thank me. That are only the basics. Next part is to understand RSN-IE and WPA-IE. How do they affect the following EAP authentication. Why isn't it enough to capture a BEACON and M2M3 (discove...
ZerBea User Contributions 648 487,343 01-15-2020, 10:18 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

There is no need to run hcxtools on the new hashline format. Nearly every bash cmd is working on the new hashline: e.g. running a simple bash line will give you the ESSID in ASCII format: cat test...
ZerBea User Contributions 648 487,343 01-19-2020, 01:59 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Done by latest commit: https://github.com/ZerBea/hcxtools/commit/a5070f53b82260186ca524949d34cc08fbde51ee $ hcxhastool -h --hccap-single : output to ancient hccap single files (MAC ...
ZerBea User Contributions 648 487,343 01-29-2020, 06:12 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

"As far as I know all hashes in the new .22000 format are 100% crackable, is that right?" ->No! That depend on the quality of your device (bit error on plcp layer) and the tool to dump the traffic! ...
ZerBea User Contributions 648 487,343 01-29-2020, 06:56 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi strike1953. This is another amazing feature of the new hashline: you can use simple bash commands to work on it. e.g. the awk way: Code: -- $ cat test.16800 | awk 'BEGIN { FS = ":" } ; { pr...
ZerBea User Contributions 648 487,343 02-06-2020, 01:44 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Ok, my fault. Didn't noticed that you mean the potfile. That depend on your hascat version. The new potfile format is the result of PBKDF2: Code: -- PMK*ESSID(in HEX)*PSK -- So you have to reca...
ZerBea User Contributions 648 487,343 02-06-2020, 02:56 PM
    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,343 02-04-2019, 07:58 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Correct: 22000 is 16800 + 2500 So we have to pay the price (PBKDF2) only once. Additional we're leaving binary hccapx format. apt-get update && upgrade sounds Debian based. I don't know anything a...
ZerBea User Contributions 648 487,343 02-06-2020, 09:55 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

tshark can do this really good: $ tshark -r test.pcapng.cap -T fields -e wps.device_name -e wps.serial_number or (inclusive transmitter address and ESSID): $ tshark -r test.pcapng.cap -T fields -e ...
ZerBea User Contributions 648 487,343 02-11-2020, 08:01 AM