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

Thanks for the feedback. hcxtools should work on raspberry A, A+, B, B+, 2B and 3 (3: except build in wifi). The compiler options depending on the version: for arch: $ gcc --version gcc (GCC) 7.1....
ZerBea User Contributions 648 486,651 08-08-2017, 02:55 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Quick answer: Yes, that's correct. Long statement: You need only to capture the M2 from a client. wlandump-ng and wlanresponse will calculate the M1. wlandump-ng will show us this (using the -s ...
ZerBea User Contributions 648 486,651 08-11-2017, 03:34 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

It's just a wlan parser for hashcat - hashcat is the amazing tool.
ZerBea User Contributions 648 486,651 08-12-2017, 09:50 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

added detection of zeroed plainmasterkeys to hcxtools: $ wlancap2hcx  -o test.hccapx *.cap start reading from wlan.cap 8659109 packets processed (8659109 wlan, 0 lan, 0 loopback) total 201527 u...
ZerBea User Contributions 648 486,651 08-14-2017, 12:15 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

How to increase hashcat's cracking speed on wpa/wpa2 by using wlandump forced handshakes only: 1. use wlandump-ng or wlanresponse to capture wlan traffic 2. increase cracking speed:   use wlan...
ZerBea User Contributions 648 486,651 08-16-2017, 10:23 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

How to convert hccapx back to cap: cap2hccapx and wlancap2hcx don't convert the following message pairs: MESSAGE_PAIR_M32E3 3 MESSAGE_PAIR_M32E3 131 MESSAGE_PAIR_M34E3 4 MESSAGE_PAIR_M34E3 132 ...
ZerBea User Contributions 648 486,651 08-17-2017, 08:11 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

How to build up an environment for advanced wpa cracking: Don't waste your time by testing useless wordlists, downloaded from the internet. Create your own environment, using real hashes and passw...
ZerBea User Contributions 648 486,651 08-18-2017, 08:15 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

advanced wpa cracking - weak point analyse (1) After a while it's time to do a weak point analyse. Take a look into hashcat.pot.2500 and search for networks using simliar default passwords. Yo...
ZerBea User Contributions 648 486,651 08-18-2017, 12:59 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

weak point analyse (2) Take a look into hashcat.pot.2500 and search for networks using simliar default passwords. Try to figure out how the algo is calculated. pwhash will help you on hash cal...
ZerBea User Contributions 648 486,651 08-18-2017, 01:15 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxtools filter options ------------------------ To satisfy hashcat, hcxtools have many build-in filteroptions: 1. The Berkeley Packet Filter (BPF) is a very fast kernel filter. It allows many ...
ZerBea User Contributions 648 486,651 08-28-2017, 09:10 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

some information about the versioning of hcxtools: hcxtools are based on a rolling development git branch. This branch is pretty closely synced to hashcat git branch. That means: latest hcxtools ...
ZerBea User Contributions 648 486,651 09-02-2017, 11:25 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,334 09-05-2017, 12:14 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

update on hcxtools (https://github.com/ZerBea/hcxtools): added detection of WDS (Wireless Distribution System) and Mesh networking many stability and security fixes $ wlancap2hcx -o test.hccapx 2...
ZerBea User Contributions 648 486,651 09-11-2017, 08:52 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxtools and "cleaned caps" First of all: It's a good idea to take a look into a wlandump-ng / wlanresponse cap to learn about 802.11x and the authentication process. But it's not a good idea to...
ZerBea User Contributions 648 486,651 09-14-2017, 05:58 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxtools and cap2hccapx (two good friends) If you are interested in wpa / wpa2 only, you can savely use cap2hccapx (https://github.com/hashcat/hashcat-utils) or the online converter (https://hashcat....
ZerBea User Contributions 648 486,651 09-15-2017, 08:11 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

manually calculate hashcat's "--nonce-error-corrections" using hcxtools If you use wlancap2hcx, you'll get a proposal for the --nonce-error-corrections value of hashcat. It looks like this: hashc...
ZerBea User Contributions 648 486,651 09-17-2017, 11:18 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

some words about hcxtools (https://github.com/ZerBea/hcxtools) and hcxkeys (https://github.com/ZerBea/hcxkeys): Main purpose of both toolsets is to conduct an analysis and compile statistics on WiFi,...
ZerBea User Contributions 648 486,651 09-19-2017, 09:29 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

calculate hashcat's "--nonce-error-corrections" using hcxtools In some special cases hashcat isn't able to do nonce-error-corrections. If you use wlanhcxinfo option -a -A to get  the required i...
ZerBea User Contributions 648 486,651 09-20-2017, 05:40 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

update hcxtools (4.0.0-rc1): https://github.com/ZerBea/hcxtools Added new tool wlanjohn2hcx to convert john wpapsk hashfiles to hccapx. $ wlanjohn2hcx -h wlanjohn2hcx 4.0.0-rc1 (C) 2017 ZeroBeat ...
ZerBea User Contributions 648 486,651 09-25-2017, 07:50 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

wlanhcx2cap update: set M1 replaycount = (M4 replaycount-1) if M4 EAPOL is used attention: somtimes wireshark can't handle wlanhcx2cap files if group keys are used that means handshake in cap file ...
ZerBea User Contributions 648 486,651 09-26-2017, 08:10 AM