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...
And if you decide to follow hcxtools recommendations:
you should use hashcat --nonce-error-corrections=64 (or greater) on wlancap2hcx.hccapx
$ hashcat -m 2500 --nonce-error-corrections=64 --logfil... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
09-27-2017, 05:42 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
update hcxtools (better plainmasterkey handling): https://github.com/ZerBea/hcxtools
added new option -O to wlancap2hcx:
-O : output hccapx file without ESSIDs (WPA/WPA2/WPA2 AES-128-CMAC: use ha... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-02-2017, 01:33 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
If you like to test this new feature do the following steps:
1) Download example cap from wireshark examples (https://wiki.wireshark.org/SampleCaptures)
File: wpa-eap-tls.pcap.gz
https://wiki.wi... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-02-2017, 04:47 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
advanced wpa cracking: Entering the "royal class"
needed tools:
combinator3 (hashcat-utils)
wlancap2hcx (hcxtools)
wlangenpmk or wlangenpmkocl (hcxkeys)
hashcat (hashcat)
1) download demo ca... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-03-2017, 04:02 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
shortly before final release of hcxtools 4.0.0 I decided to add a new tool: wlanhcx2psk
wlanhcx2psk calculates weak password candidates for hashcat based on opensource intelligence data found in the ... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-06-2017, 11:54 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
small update wlanhcx2psk
added option (-W) to test if a wpskey is used as psk
added options (-D -d) to test if a date (eu or us) is used as psk
$ wlanhcx2psk -h
wlanhcx2psk 4.0.0-rc2 (C) 2017 Ze... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-07-2017, 08:53 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
some background informations about wlanhcx2psk:
wlanhcx2psk is a dynamic tool (so look for latest hcxtools updates on git). It doesn't calculate a matching candidate
(if you need matching candidat... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-11-2017, 09:01 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi MrShannon.
Thank's. Nice that you like this little wifi-toys.
All functions you asked for (and much more) are allready implemented:
1. case:
"I would like to prevent wlanresponse and wlandump... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-18-2017, 10:06 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi winxp5421.
No, automatically it is not possible (an automatic often fails). The only way to prevent this behavior is "manual intervention". By using the corresponding switches for your operatio... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-18-2017, 11:25 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hi winxp (did you received my mail?)
Well, it's hard to understand the aim, because hcxtools are completely different in both function and design, compared to other tools (I need this functions and... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-19-2017, 07:47 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
winxp5421 Wrote: (10-19-2017, 03:51 PM)
--
Zerbea, No I have not received any mail from you. I just got done searching my mailbox. I sent you an email via Hashcat.net's Email function to see if this ... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-19-2017, 04:35 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxtools and hcxkeys v 4.0.0 released
-------------------------------------------
https://github.com/ZerBea/hcxtools
https://github.com/ZerBea/hcxkeys
many bug- and stability fixes
initial OSX ... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-20-2017, 08:32 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
The BPF works on wlandump-ng, wlanresponse and wlancap2hcx and is extreme fast. The maximum instruction limit per program is restricted to 4096 BPF instructions. That should be enough for stationary o... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-20-2017, 07:43 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi MrShannon.
Nice idea. Pushed an update to git:
added new option -P for use with hard coded GPIO switch
-P : terminate program and poweroff raspberry pi by GPIO switch
default: termin... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
11-21-2017, 09:08 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
windmaple: There are some major problems in your configuration:
1. do not use aircrack-ng tools or scripts in combination with hcxtools.
airmon-ng creates a virtual interface (monx) and leav... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-25-2017, 08:04 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hi windmaple
"I think I'm getting close to making it work but right now it seems it doesn't hop to diff channels (it pretty much is stuck on channel 4, which I specified w/ '-c 4'). My understanding ... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-25-2017, 10:00 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
according to many user requests:
merged wlanresponse and wlandump-ng
refactored wlandump-ng and removed wlanresponse
wlandump-ng
----------------
- waterfall status
- improved deauthentication... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-28-2017, 11:36 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
small improvement on wlandump-ng and wlancap2hcx:
Added detection of "Fast BSS transition (fast roaming)" authentication and write frames to cap file.
More and more vendors will add "802.11r-2008", ... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-29-2017, 10:18 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Thats very simple:
Option -I requires a text file containing ESSID:passwort.
for example:
networkname1:password1
networkname2:password2 |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-31-2017, 10:09 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Just run wlangenpmkocl in another terminal and use parameters of second device:
-P : input platform, default 0 (first platform)
-D : input device, default 0 (first device)
using -l option sho... |
|
ZerBea |
User Contributions
|
648 |
487,306 |
10-31-2017, 06:46 PM |