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 [desc] Replies Views Posted
    Thread: hcxdumptool install problem
Post: RE: hcxdumptool install problem

$ hcxdumptool --help will show you the correct syntax add target AP_MC to filterlist.txt (format 112233445566) replace --filterlist with --filterlist_ap replace --enable_status with --enable_status...
ZerBea hashcat 3 1,509 04-06-2020, 05:50 PM
    Thread: hcxdumptool install problem
Post: RE: hcxdumptool install problem

Do not(!) run airmon-ng! The script (1540 lines to do such a simple thing as setting monitor mode) is designed to be used by aircrack-ng suite and not by hcxdumptool. It will create a virtual monitor ...
ZerBea hashcat 3 1,509 04-07-2020, 08:47 AM
    Thread: please help me i am a newbie
Post: RE: please help me i am a newbie

According to the help menu, you have to use either --filtermode=2 in combination with --filterlist_ap=yourtargetmaclist or create a Berkeley Packet Filter (attack MAC) Code: -- --filterlist_ap=...
ZerBea hashcat 4 876 07-20-2020, 09:17 AM
    Thread: please help me i am a newbie
Post: RE: please help me i am a newbie

One of the major advantages of the new hash format (-m 22000) is, that it is not binary (hccapx) and every bash tool will work in it. To get the ESSID in ASCII you can use hcxtools (whoismac): Code...
ZerBea hashcat 4 876 07-22-2020, 11:41 AM
    Thread: No handshakes when trying to convert to hccapx
Post: RE: No handshakes when trying to convert to hccapx

Upload the cap here: https://wpa-sec.stanev.org/?nets
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 10 14,097 05-18-2018, 05:56 PM
    Thread: No handshakes when trying to convert to hccapx
Post: RE: No handshakes when trying to convert to hccapx

...or simple use hcxtools for capturing and conversion, as they provide nonce-error-corrections and more... BTW: hcxtools running in background of wpa-sec and they did the conversion!
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 10 14,097 05-19-2018, 09:15 AM
    Thread: No handshakes when trying to convert to hccapx
Post: RE: No handshakes when trying to convert to hccapx

Hi kexec. That is a typical aircrack capture. You captured 125954 packets (3.949.735 Bytes) for only one unauthorized handshake (tons of useless frames inside). $ hcxpcaptool -o test.hccapx -E wordl...
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 10 14,097 05-22-2018, 09:45 AM
    Thread: No handshakes when trying to convert to hccapx
Post: RE: No handshakes when trying to convert to hccapx

Hi kexec. I see that you successfully converted it to hccapx using hcxpcaptool, so it is a bug in hashcat's cap2hccapx? hcxpcaptool is completely different to other tools, so it will convert your...
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 10 14,097 05-23-2018, 08:14 PM
    Thread: No handshakes when trying to convert to hccapx
Post: RE: No handshakes when trying to convert to hccapx

So the problem is that if cap contains a lot of garbage packets, cap2hccapx cant convert it? How to determine which packets are not needed and I can delete them from .cap file? You can do a cleaning ...
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 10 14,097 05-23-2018, 10:27 PM
    Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0

@ C-Sky91 Please attach capfile. I would like to take a look inside.
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 5,289 05-02-2019, 05:09 PM
    Thread: hcxpcaptool does not detect beacon packet
Post: RE: hcxpcaptool does not detect beacon packet

Please post your hashcat command line. You must use the matching hash mode on hcxpcapngtool and hashcat . This command lines are valid: WPA-PBKDF2-PMKID+EAPOL: $ hcxpcapngtool -o test.22000 *....
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 2,671 02-18-2020, 01:03 PM
    Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0

@ C-Sky91 Thanks for the cap file. Unfortunately the attached cap file is cleaned deadly. It doesn't contain an ESSID. Only 4 packets inside: packet 1: EAPOL M1 - replaycount 1 packet 2: EAPOL M4 ...
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 5,289 05-02-2019, 07:16 PM
    Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0

The EAPOL messages inside your pcap file are from 2 different EAPOL sequences. packet 1 and packet 2 from the first EAPOL sequence (with a packet loss of a M2 and a M3) packet 3 and packet 4 from th...
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 5,289 05-02-2019, 11:39 PM
    Thread: hcxpcaptool does not detect beacon packet
Post: RE: hcxpcaptool does not detect beacon packet

The timestamps are completely useless: $ tshark -r hs_plus_beacon.pcapng -T fields -e frame.number -e frame.time 1 Feb 14, 2020 11:43:57.000000000 CET 2 Feb 14, 2020 11:43:57.000000000 CET 3 Feb 1...
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 2,671 02-14-2020, 06:44 PM
    Thread: hcxpcaptool does not detect beacon packet
Post: RE: hcxpcaptool does not detect beacon packet

It is not a good idea to remove origin timestamps! It is not a good idea to use tools that remove timestamps! It is not a good idea to use tools that replace the original timestamp by their own time...
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 2,671 02-15-2020, 09:39 AM
    Thread: hcxpcaptool does not detect beacon packet
Post: RE: hcxpcaptool does not detect beacon packet

hcxpcaptool is deprecated. Please use hcxpcapngtool from latest git head hcxtools. hcxpcangtool doesn't require  a timestamp. But, if we have no timestamp, a zeroed timestamp or not the origin times...
ZerBea hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 2,671 02-17-2020, 07:03 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: hcxtools - solution for capturing wlan traffic and...

Small set of tools to capture and convert packets from wlan devices designed for the use with latest hashcat: wlandump-ng (Small, fast and powerfull deauthentication/authentication/response tool) ...
ZerBea User Contributions 648 487,167 06-23-2017, 04:24 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Well, that's allready implemented in wlandump-ng wlandump-ng -i -o test.cap -c 1 -t 60 -d 100 -D 10 -m 512 -b -r -s 20 and wlanresponse wlanresponse -i -o test.cap -b -t 3 and much more...
ZerBea User Contributions 648 487,167 06-23-2017, 11:15 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

added iSCSI CHAP authentication, MD5(CHAP) and option to save usernames/identities to a file
ZerBea User Contributions 648 487,167 06-24-2017, 09:58 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

refactored scan engine now full 5GHz support for fixed channel operation use high value (-t 86400 for a day) see wlandump-ng -h device must support this!
ZerBea User Contributions 648 487,167 06-24-2017, 08:47 PM