Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: WPA2 Half-Handshake
Post: RE: WPA2 Half-Handshake
ThiagoAlvarenga Wrote: (08-02-2017, 04:48 AM)
--
This is my first post, if I'm posting from the wrong place, to the administrators, move to the correct location and accept my apologies.
My native ... |
|
ZerBea |
hashcat
|
8 |
11,175 |
08-02-2017, 07:10 AM |
|
|
Thread: WPA2 Half-Handshake
Post: RE: WPA2 Half-Handshake
braxxox Wrote: (08-02-2017, 03:22 AM)
--
The -b option (beaconing on the last 10 probes) will seduce clients which do not send probes, yet, to probe us and then to connect us.
I'm having a bit ... |
|
ZerBea |
hashcat
|
8 |
11,175 |
08-02-2017, 06:54 AM |
|
|
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,772 |
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,772 |
12-20-2017, 06:26 PM |
|
|
Thread: Perfomance drops / not a heat problem
Post: RE: Perfomance drops / not a heat problem
That depends on 2 factors:
1. value of nonce-error-corrections
2. number of networks using the same ESSID
and is a normal behavior!
examples:
using nonce-error-corrections 0 on a hccapx fil... |
|
ZerBea |
hashcat
|
2 |
2,803 |
10-01-2017, 02:18 PM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
Also a good idea is to read the RFC docs , even if they are not easy to understand. They are our basic docs if we add new functions to our tools:
https://tools.ietf.org/html/rfcXXXX
where XXXX is t... |
|
ZerBea |
hashcat
|
21 |
17,245 |
02-13-2018, 03:49 PM |
|
|
Thread: hashcat v4.1.0
Post: RE: hashcat v4.1.0
Awesome. Great job. Thanks for your big efforts.
Now let us look optimistically into the future: FreeRADIUS, VPN and TLS (and some EAP variants) are on top of the list.
Cheers |
|
ZerBea |
hashcat
|
13 |
32,459 |
02-22-2018, 10:11 AM |
|
|
Thread: Hashcat router admin
Post: RE: Hashcat router admin
Look for Hydra (https://sectools.org/tool/hydra/, https://www.thc.org/thc-hydra/)! |
|
ZerBea |
hashcat
|
4 |
3,088 |
05-21-2018, 12:35 AM |
|
|
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,772 |
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,772 |
12-18-2017, 09:02 AM |
|
|
Thread: hcxdumptool status
Post: RE: hcxdumptool status
$ hcxdumptool -h
--enable_status= : enable status messages
bitmask:
1: EAPOL
... |
|
ZerBea |
hashcat
|
2 |
4,728 |
08-09-2018, 09:30 PM |
|
|
Thread: WPA/WPA2 batch processing
Post: RE: WPA/WPA2 batch processing
Working on hashfile.16800 is easy to handle (much easier than working on hccapx files), as it is a txt file.
That means, every bash command is working on that file.
For example: get all ESSIDs with ... |
|
ZerBea |
hashcat
|
8 |
5,341 |
09-27-2018, 10:58 AM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
I do not want capture this thread, but I have a question:
Do you have some informations about (free)RADIUS, specifically about the packet structure of the Attribute Value Pairs in the Access-Request ... |
|
ZerBea |
hashcat
|
21 |
17,245 |
02-11-2018, 02:05 AM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
We are talking about different things.
You can crack a RADIUS password with hashmode -m 4800 (CHAP). But that's only one single variant.
For example: sometimes the password is stored as BASE64(SHA1(... |
|
ZerBea |
hashcat
|
21 |
17,245 |
02-12-2018, 09:34 AM |
|
|
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,704 |
02-03-2019, 05:51 PM |
|
|
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,918 |
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,918 |
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,918 |
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,918 |
02-03-2019, 07:12 PM |
|
|
Thread: Any help With hcxdumptool and hashcat
Post: RE: Any help With hcxdumptool and hashcat
hcxdumptool set monitor mode, but it doesn't kill all services, which takes access to the device (that is your job). Therefore we use ioctl commands. So if you have a device called wlan0 and the drive... |
|
ZerBea |
hashcat
|
5 |
3,546 |
02-27-2019, 02:26 PM |