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

Some websites convert control characters. In that case a posted hash become useless.
ZerBea User Contributions 648 487,343 07-09-2019, 08:10 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Both scripts are very simple. They are part of the environment to clean up the database in a fast way. Therefore I use the PMKs from the potfile as rainbowtable: cut -c -64 hashcat.archiv.pmk >> $HOM...
ZerBea User Contributions 648 487,343 07-09-2019, 11:40 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

BTW: All command line options (in the scripts) are advanced(!) options to perform deep analyses or test/improve hashcat code. As a non-coder or a non-analyst, I recommend to run hashcat with default ...
ZerBea User Contributions 648 487,343 07-10-2019, 04:03 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,343 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,343 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,343 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,343 09-18-2019, 10:41 PM
    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,343 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,343 09-19-2019, 09:02 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

No, there is no easy way to retrieve the WPS pin and nearly all up to date router models are hardened against pixie dust. You can try hydra if you have access to the network: https://github.com/van...
ZerBea User Contributions 648 487,343 10-19-2019, 08:16 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Normally we wait up to 2 minutes to get a GPX fix. If we didn't get it, we deactivate GPS. EDIT: I pushed another update. Now we leave the GPS fix loop if we didn't receive a GPRMC sentence within...
ZerBea User Contributions 648 487,343 10-31-2019, 11:22 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Please try hcxdumptool v6.0.0 in combination with latest git head hcxpcapngtool. hcxdumptool GPS options: --use_gps_device=          : use GPS device                             ...
ZerBea User Contributions 648 487,343 12-27-2019, 08:13 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

I decided to add "raw" NMEA support, because I noticed that, if you use GPSD and GPSD hangs, hcxdumptool will hang too. On the other side, NMEA sentences can be converted to every format, by GPSBabe...
ZerBea User Contributions 648 487,343 12-27-2019, 11:04 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Nice to hear that. Please try the new hasline, too (latest git head on all tools -option 22000): hcxdumptool -> hcxpcangtool -o new.22000 -> hashcat -m 22000 new.22000 wordlist It works like a cha...
ZerBea User Contributions 648 487,343 12-28-2019, 01:14 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

It is not mandatory for hashcat and hcxtools/hcxdumptool. Explained here: https://wpa-sec.stanev.org/
ZerBea User Contributions 648 487,343 01-04-2020, 03:39 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Old hashcat is very, very limited regarding WPA. Additional we can have several issues within the conversion process (e.g. handshake is outside default nonce-error-correction of hcxpcaptool). You can...
ZerBea User Contributions 648 487,343 01-06-2020, 10:11 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxhashtool has now a build in test for PSK and/or PMK. To verify that you captured and converted the correct handshake do the following: $ hcxpcapngtool -o test.22000 your_capfile_here.pcapng $ hcx...
ZerBea User Contributions 648 487,343 01-06-2020, 10:18 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Tested your example and it is working like a charm. The hccap file is ok! This is the chain: Step 1 convert hccap to hccapx (I'm not able to run ancient versions of programs, here) $ wlanhc2hcx...
ZerBea User Contributions 648 487,343 01-07-2020, 11:10 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

I suggest you to use latest hcxpcapngtool. It doesn't make nonce-error-corrections and provide only basic functions for conversion to old formats. Pay attention: The cap file is synthetic and doesn...
ZerBea User Contributions 648 487,343 01-07-2020, 11:40 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Well, K*A*L*I isn't a distribution, which is easy to use. Why do I tell this first? Because of this error message: "could not create dumpfile Dump/wifidump_2020_01_08.pcapng" You simply haven't wr...
ZerBea User Contributions 648 487,343 01-08-2020, 10:01 AM