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

You can retrieve a PSK or a PMK only from a weak client. Therefore you must run hcxdumptool over a long time against your penetration target. We can not distinguish between an ESSID, a damaged ESSID,...
ZerBea User Contributions 648 487,343 04-10-2019, 09:51 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi strike1953. 2 ways: less strict: add MAC_AP to filterlist.txt hcxdumptool --filterlist_ap=filterlist.txt --filtermode=2 ... strict: create bpfc Code: -- $ hcxdumptool -m $ tcpdump -i w...
ZerBea User Contributions 648 487,343 04-07-2020, 08:11 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

-E, -I and -U collecting data from the WLAN traffic and store them as ASCII text files. The idea is to use this lists as wordlists for hashcat. For example, if a user confused something when he types...
ZerBea User Contributions 648 487,343 06-02-2019, 04:59 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Great. It will take a while until you build up your environment / database, but it's worth it. The more clients, the better your lists. Most of the tools feeding https://wpa-sec.stanev.org/ with dat...
ZerBea User Contributions 648 487,343 06-02-2019, 11:58 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Running hcxpcaptool to convert EAPOL (-o) and PMKID (-k or -z) is fine. The content of -E is very interesting, because we can find several passwords (PSK) inside. You should know, that hcxdumptool...
ZerBea User Contributions 648 487,343 06-04-2019, 08:18 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Difference between the two methods: filtermode: all CLIENTs handled (inclusive the ones running MAC randomization) bpfc: limited to CLIENTs connected to the AP. you will receive a warning (hcxpca...
ZerBea User Contributions 648 487,343 04-08-2020, 08:07 AM
    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.
ZerBea User Contributions 648 487,343 05-12-2020, 12:33 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Very well observed. We don't want to flood the terminal with duplicated messages. So every combination AP - ESSID is only displayed once on first occurrence. Some CLIENTs randomize their MACs - that...
ZerBea User Contributions 648 487,343 05-19-2020, 07:54 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxpcaptool doing hexify in the same way like hashcat. If we have non ASCII characters inside the traffic, we do a conversion to HEX-ASCII, too. hashcat understand this and will try this values as PSK...
ZerBea User Contributions 648 487,343 06-04-2019, 06:03 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

You should do both (convert to .2500 and .16800) and run -E and -I list on them. But, yes, it make more sense to run -E and -I against .2500 It also depends on what you want. Let's run through the...
ZerBea User Contributions 648 487,343 06-04-2019, 08:15 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxpsktool is a powerful tool in combination with hashcat. To improve speed on large hash files, it should be wrapped by a script: hash mode 2500: wlanhcx2ssid -i "$HOME/.....path_to your hashfile...
ZerBea User Contributions 648 487,343 06-05-2019, 09:39 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxwltool is also a powerful tool in combination with hashcat. It is designed to run on -E and -I output of hcxpcaptool and can be wrapped by a script, too: In this example we also expect PSKs of l...
ZerBea User Contributions 648 487,343 06-05-2019, 09:53 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

1) capture traffic: new area: hcxdumptool --gpio_button=4 --gpio_statusled=17 -i $WLANDEV -o $ARCHIVNAME.pcapng --poweroff --filterlist=blacklistown --filtermode=1 --give_up_ap_attacks=100000 --give...
ZerBea User Contributions 648 487,343 06-05-2019, 10:21 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

-z old hashcat separator * (also used by JtR) -k new hashcat separator : hashcat accept both,  because it has a build in fallback to the old format. The new one is used in potfile and outfile...
ZerBea User Contributions 648 487,343 06-06-2019, 06:29 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

By this hcxtools commit https://github.com/ZerBea/hcxtools/commit/4eabcc01ed607f8b2a16d4948170ca0da23ddbcb we detect and convert PMKIDs from clients, too. Therefore we use the RSN information field...
ZerBea User Contributions 648 487,343 06-08-2019, 09:57 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Nice to hear that. Unfortunately driver was broken on other kernel versions for a few months: https://bugzilla.kernel.org/show_bug.cgi?id=208579 https://bugzilla.kernel.org/show_bug.cgi?id=208577 ...
ZerBea User Contributions 648 487,343 09-15-2020, 10:02 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Here is an example running hcxdumptool-> hcxtools -> hashcat: 1) run hcxdumptool 2) get info about pcapng file $ hcxpcaptool -o test.hccapx -k test.16800 hcxdumptool_dump.pcapng.gz decompressi...
ZerBea User Contributions 648 487,343 06-08-2019, 12:11 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Do not clean  hcxdumptool pcapng files, otherwise you will loose important information. This is  a complete run on all hash files: hcxdumptool -> hcxtools -> hashcat Session..........: hashcat ...
ZerBea User Contributions 648 487,343 06-08-2019, 12:17 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

No, wrong attempt: -M = IMSIs of clients within your range - usful to set up an IMSI catcher -X = useful to track the client -T = only statistic purpose -g = useful in combination with a GPS dev...
ZerBea User Contributions 648 487,343 06-08-2019, 02:27 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

I saw people using Wlandump instead hcxdumptool.. any difference on the output? wlandump-ng is the predecessor of hcxdumptool. It has less functions and it depend on libpcap. That make it slow. hcxd...
ZerBea User Contributions 648 487,343 06-08-2019, 04:12 PM