Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: WPA2 crackstation
Post: RE: WPA2 crackstation
$ hashcat -m 2500 --benchmark
hashcat (v3.6.0-305-g1b835c8f) starting in benchmark mode...
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 10... |
|
ZerBea |
Hardware
|
6 |
8,592 |
08-04-2017, 08:37 AM |
|
|
Thread: [ask] cap to hccapx
Post: RE: [ask] cap to hccapx
Hi ghsi10.
Nice idea (a python/java port).
But if you do that, please do not write this message_pairs into your converted hccapx:
MESSAGE_PAIR_M32E3 (3)
MESSAGE_PAIR_M32E3 (131)
MESSAGE_PAIR_M34E... |
|
ZerBea |
User Contributions
|
6 |
6,451 |
12-07-2017, 10:26 AM |
|
|
Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt
If you didn't captured a valid PMKID, your file PMKID.txt (-z) remains empty. The same applies for your file hcxdump.hccapx (-o) if you didn't captured a valid handshake. |
|
ZerBea |
hashcat
|
6 |
3,928 |
02-03-2019, 05:54 PM |
|
|
Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt
Please post the output of:
$ hcxpcaptool -V hcxdump.pcapng
output (from hcxdumptool and hcxpcaptool) should look like this one here:
https://hashcat.net/forum/thread-6661-post-42993.html#pid42993 |
|
ZerBea |
hashcat
|
6 |
3,928 |
02-03-2019, 06:08 PM |
|
|
Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt
No problem - but your post reminds me to update hcxtools thread. |
|
ZerBea |
hashcat
|
6 |
3,928 |
02-03-2019, 06:28 PM |
|
|
Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt
By latest hcxtools commit,
https://github.com/ZerBea/hcxtools/commit/a55e58ecbf328fe5f140d892f16c9b72fa4e1401
now, hcxpcaptool will show a warning if no captures are loaded:
$ hcxpcaptool -z PMKI... |
|
ZerBea |
hashcat
|
6 |
3,928 |
02-03-2019, 07:12 PM |
|
|
Thread: How to view SSID of cracked PMKID (16800) PCAP?
Post: RE: How to view SSID of cracked PMKID (16800) PCAP...
And some of this characters will destroy your terminal. This is especially the case if escape sequences are in use! So it is definitely a good idea to hexify them
Examples:
https://wpa-sec.stanev.... |
|
ZerBea |
hashcat
|
6 |
2,252 |
04-01-2020, 03:38 PM |
|
|
Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation
You can read more about this format (2200x, outfile format and potfile format) and the tools working on it here:
https://hashcat.net/forum/thread-6661-post-47931.html#pid47931 |
|
ZerBea |
hashcat
|
6 |
412 |
09-15-2020, 01:27 PM |
|
|
Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation
As mentioned in this thread:
https://hashcat.net/forum/thread-6661-post-47931.html#pid47931
22000 format is no longer binary. All bash tools (cat, sort, awk, cut, ....) are working on it, on the pot... |
|
ZerBea |
hashcat
|
6 |
412 |
09-15-2020, 06:43 PM |
|
|
Thread: Does the new method work out of the box with Cali?
Post: RE: Does the new method work out of the box with C...
It depend on the WiFi adapter and the driver. If the driver support monitor mode and full packet injection, it will work out of the box, running Linux systems.
Preferred distribution is Arch Linux,... |
|
ZerBea |
hashcat
|
6 |
2,154 |
08-15-2019, 01:28 PM |
|
|
Thread: Does the new method work out of the box with Cali?
Post: RE: Does the new method work out of the box with C...
Of course, Wireshark is able to capture packets in monitor mode:
https://wiki.wireshark.org/CaptureSetup/WLAN
but it will put them into monitor mode, running libpcap:
https://wiki.wireshark.org/Cap... |
|
ZerBea |
hashcat
|
6 |
2,154 |
08-15-2019, 02:05 PM |
|
|
Thread: Does the new method work out of the box with Cali?
Post: RE: Does the new method work out of the box with C...
@ Ar76
No, libpcap is open source. You can get every information here:
https://github.com/the-tcpdump-group/libpcap
Additionally you need a driver. This driver must support monitor mode and full ... |
|
ZerBea |
hashcat
|
6 |
2,154 |
08-15-2019, 10:52 PM |
|
|
Thread: How to view SSID of cracked PMKID (16800) PCAP?
Post: RE: How to view SSID of cracked PMKID (16800) PCAP...
Are you running an older version of hashcat?
$ hashcat -V
v5.1.0-1569-g74c1bf81+
potfile: PMK * ESSID : PSK
Code:
--
5b13d4babb3714ccc62c9f71864bc984efd6a55f237c7a87fc2151e1ca658a9d*ed4871624... |
|
ZerBea |
hashcat
|
6 |
2,252 |
01-12-2020, 12:07 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: help with android wpa store
Post: RE: help with android wpa store
Hi ware55.
use hashcat hashmode -m 12000
and read basic information (how-to) here:
https://hashcat.net/forum/thread-6661-post-35846.html#pid35846
In case of an ANDROID hotspot default password... |
|
ZerBea |
hashcat
|
7 |
6,779 |
12-17-2017, 11:28 AM |
|
|
Thread: help with android wpa store
Post: RE: help with android wpa store
Hi ware55.
As this depends on your cell phone and your Android Version, it's a question to ask in this forum:
https://forum.xda-developers.com |
|
ZerBea |
hashcat
|
7 |
6,779 |
12-20-2017, 06:26 PM |
|
|
Thread: help with android wpa store
Post: RE: help with android wpa store
Thanks for the additional informations. Now I understand what you mean.
Well, I assume
- you use a SAMSUNG ANDROID device (?)
- you have secure storage activated (?)
- your device is rooted (?)
... |
|
ZerBea |
hashcat
|
7 |
6,779 |
12-17-2017, 05:15 PM |
|
|
Thread: help with android wpa store
Post: RE: help with android wpa store
Hi ware55.
"what can i do?"
Get the Masterkey of your phone and decrypt it.
Use bash openssl and this (decrypted) key to decrypt your WiFi passwords.
But it isn't an easy way and differs in th... |
|
ZerBea |
hashcat
|
7 |
6,779 |
12-18-2017, 09:02 AM |