Search Results
|
Post
[asc]
|
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...
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,167 |
09-15-2020, 10:02 PM |
|
|
Thread: hcxtools "whoismac" command
Post: RE: hcxtools "whoismac" command
whoismac shows VENDOR informations about a given MAC. This can be a single MAC
-m : mac (six bytes of mac addr) or
: oui (fist three bytes of mac addr)
$ whoismac -m 14cc2000... |
|
ZerBea |
hashcat
|
2 |
1,711 |
02-03-2019, 05:51 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: 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: hcxpcaptool - output possible WPA/WPA2 plainmasterkey list
Post: RE: hcxpcaptool - output possible WPA/WPA2 plainma...
If you have a PMK and an ESSID, you can try to retrieve the PSK using hashmode 12000.
Read more here:
https://hashcat.net/forum/thread-6661-post-35843.html#pid35843 |
|
ZerBea |
General Talk
|
1 |
4,245 |
08-07-2018, 01:20 AM |
|
|
Thread: hcxdumptool status
Post: RE: hcxdumptool status
$ hcxdumptool -h
--enable_status= : enable status messages
bitmask:
1: EAPOL
... |
|
ZerBea |
hashcat
|
2 |
4,731 |
08-09-2018, 09:30 PM |
|
|
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: hcdumptool + airodump-ng auto script
Post: RE: hcdumptool + airodump-ng auto script
Why do you change the mac_address, every 60 seconds? There is no need to do this.
hcxdumptool use it's own random generated mac_address_space and will ignore your changes. You only waste CPU time.
... |
|
ZerBea |
User Contributions
|
1 |
3,757 |
09-07-2018, 02:40 PM |
|
|
Thread: hccapx Problem
Post: RE: hccapx Problem
cap2hccapx is working fine.
As far as I know, handshaker is a script that starts
several different tools to capture a handshake.
The result is a cleaned cap, containing only a beacon (or proberespo... |
|
ZerBea |
hashcat
|
7 |
10,026 |
06-24-2017, 07:20 AM |
|
|
Thread: hccapx Problem
Post: RE: hccapx Problem
You can use hcxtools to capture.
You can use wlancap2hcx to convert.
wlancap2hcx will give you a warning that the cap was cleaned, but will convert it (but expect not a good result). |
|
ZerBea |
hashcat
|
7 |
10,026 |
06-24-2017, 08:44 PM |
|
|
Thread: hccapx Problem
Post: RE: hccapx Problem
No problem:
wlancap2hcx -x -e wordlist -o test.hccapx *.cap
Options:
-x -> match exact mac_ap and mac_sta
-e -> extract also found passwords and networknames from wlan traffic (will be appended)
... |
|
ZerBea |
hashcat
|
7 |
10,026 |
06-26-2017, 09:21 PM |
|
|
Thread: hccapx file with more handshakes - exhausted
Post: RE: hccapx file with more handshakes - exhausted
There is work in progress on wifite2:
https://github.com/kimocoder/wifite2/issues/1
as well as on aircrack-ng:
https://github.com/aircrack-ng/aircrack-ng/issues/2079
https://github.com/aircrack-... |
|
ZerBea |
hashcat
|
3 |
1,584 |
11-05-2019, 09:08 AM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
To answer what went wrong, we must take a closer look into the cap file. Please attach the cap file (zip compressed) and, if possible, some information about the tool which did the capturing. |
|
ZerBea |
hashcat
|
18 |
6,021 |
08-27-2019, 04:47 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Ok. Now we must follow the path from the content of the cap file up to the conversion to hccapx format. Therefore we need the cap file. |
|
ZerBea |
hashcat
|
18 |
6,021 |
08-27-2019, 05:15 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Thanks. The cap file is ok and contain a complete handshake M1, M2, M3 and 4xM4 (zeroed SNONCE). cap2hccapx converted it correct.
Additional the M1 contain a valid PMKID and you can run hashcat -m 16... |
|
ZerBea |
hashcat
|
18 |
6,021 |
08-27-2019, 05:31 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Ok, lets see if you're up to it:
Please download example 2500 hash from here:
https://hashcat.net/misc/example_hashes/hashcat.hccapx
Password: hashcat!
copy password to your wordlist and run has... |
|
ZerBea |
hashcat
|
18 |
6,021 |
08-27-2019, 05:50 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Yes. Your driver is broken.
hashcat (v5.1.0-1397-g7f4df9eb) starting...
Session..........: hashcat
Status...........: Cracked
Hash.Name........: WPA-EAPOL-PBKDF2
Hash.Target......: 838153340600... |
|
ZerBea |
hashcat
|
18 |
6,021 |
08-27-2019, 06:13 PM |