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

Hi chribonn. Pull request to support Android came from here: https://github.com/JuniorJPDJ and should be answered by JuniorJPDJ.
ZerBea User Contributions 648 487,345 08-16-2018, 02:34 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

update on hcxpcaptool: added support for gzip compressed cap/pcap/pcapng files. new dependency: zlib! $ hcxpcaptool -h hcxpcaptool 4.0.2 (C) 2018 ZeroBeat usage: hcxpcaptool hcxpcaptool [in...
ZerBea User Contributions 648 487,345 01-14-2018, 04: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. Thanks. Updated hcxpcaptool - new option: -o : output hccapx file Less overhead than wlancap2hcx but more crackable handshakes. Only the best handshake (combination of mac_sta,...
ZerBea User Contributions 648 487,345 01-17-2018, 12:45 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Updated hcxpcaptool - new (long) options (now we went into direct sync with hashcat and JtR!): --time-error-corrections  : maximum allowed time gap (default: 10000s) --nonce-error-corrections : m...
ZerBea User Contributions 648 487,345 01-17-2018, 09:46 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Running hcxdumptool on Android isn't trivial and rooting the device and/or using a custom ROM (for example LINEAGE) isn't enough. Read more here: https://github.com/seemoo-lab/nexmon
ZerBea User Contributions 648 487,345 08-17-2018, 10:14 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi hulley. I'm not shure if it's a wondeful work. It's a hard work for the tool to reduce overhead from a hccapx file. And its much, much more than comparing only mac_sta, mac_ap and ESSID or messag...
ZerBea User Contributions 648 487,345 01-18-2018, 09:18 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

And this is a nice test that explains why I gave it up to clean a hccapx: Convert a cap to hccapx using both options -o and -O $ hcxpcaptool -O testO.hccapx -o testo.hccapx 201801161903.cap start...
ZerBea User Contributions 648 487,345 01-18-2018, 10:38 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi hulley. wlanhcxcat is not like hashcat. It is very, very slow. Main purpose is to verify an existing(!) PMK while another cracker is running. A typical application example is: hashcat is running...
ZerBea User Contributions 648 487,345 01-25-2018, 07:37 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxtools are part of Arch Linux distribution. https://www.archlinux.org/packages/?q=hcx the same also applies for hashcat and hashcat-utils https://www.archlinux.org/packages/?q=hashcat and NV...
ZerBea User Contributions 648 487,345 08-18-2018, 10:44 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Well, the dependencies are a real problem and I'll get rid of this. The latest update has only included minor changes (faster detection of driver crash on 4.4 kernel). Please do a git clone again. I...
ZerBea User Contributions 648 487,345 01-19-2018, 08:18 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi faberC. Shall we take the hashline and a wordlist as input to calculate and/or verify the PMK (CPU based only, for quick tests - Well, I promised Atom never to code a GPU cracker - and he promised...
ZerBea User Contributions 648 487,345 08-21-2018, 07:36 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi hulley. No, the only limit is the size of your RAM (hcxpcaptool will tell you if we are running out of RAM). And that is the problem. Handshake detection is time intensive and RAW handshake detec...
ZerBea User Contributions 648 487,345 01-20-2018, 10:43 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Looks like a driver issue. First check if your dongle supports "full" monitor mode here: https://wireless.wiki.kernel.org/en/users/drivers or here: https://wikidevi.com/wiki/Main_Page Check dmesg...
ZerBea User Contributions 648 487,345 01-25-2018, 09:06 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Please try this one: https://github.com/kimocoder/rtl8812au
ZerBea User Contributions 648 487,345 08-28-2018, 03:29 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

It seems that hcxtools/hcxdumptool successfully ported to "Pineapple". Read more here: https://forums.hak5.org/topic/44213-pmkid-attack-on-wifi-pineapples/
ZerBea User Contributions 648 487,345 08-31-2018, 12:25 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Yes, you can do this using wlanhcx2ssid: $ wlanhcx2ssid -h wlanhcx2ssid 4.0.2 (C) 2018 ZeroBeat usage: wlanhcx2ssid options: -i     : input hccapx file -p     : change directory for o...
ZerBea User Contributions 648 487,345 01-30-2018, 02:11 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi sfw10625. ok, let's answer your questions: testlist.txt - this list includes all words (1 .. 32 characters) from the SSID field of the management frames including networknames and passwords (i...
ZerBea User Contributions 648 487,345 01-31-2018, 06:39 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

1. Yes: cat test1.hccapx test2.hccapx ..... testn.hccapx > merged.hccapx No need to remove cracked by hand - just use hashcat -m 2500 in combination with --remove 2. The one you cracked is an una...
ZerBea User Contributions 648 487,345 01-31-2018, 10:00 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Well, you're right too. In this case, wlandump-ng and hcxdumptool will work like an intelligent WiFi jammer! Normally APs and clients use a retry counter (we do the same). Default value is 6 retries,...
ZerBea User Contributions 648 487,345 02-06-2018, 08:29 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

If you use the -F (wlancap2hcx) or the -B (hcxpcaptool) option and add all mac_addr from your neighbourhood you don't "destroy" their traffic. Channel hopping capabilites are limited to the driver an...
ZerBea User Contributions 648 487,345 02-06-2018, 10:25 AM