Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
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,081 |
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,081 |
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,081 |
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,081 |
10-31-2017, 06:46 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
There are multiple possibilities, depending on what you wan't to do:
simple example that creates outputlists for direct use with hashcat -m 2501:
Create 2 combilists.
open terminal and run wlange... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-01-2017, 09:51 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
It is possible.
create you combilist.
split the list into 2 parts of the same size
run in terminal1
wlangenpmkocl -I part1 -a plainmasterkeylist1 -P 0 -D 0
run in terminal2
wlangenpmkocl -I par... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-01-2017, 04:57 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi.
1)
wlanhcx2ssid -e
argument actually spits out the hex ESSID, is it supposed to? If so, would it be possible for you to put
an option to ASCII stringify this?
It is possible, but I don'... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-11-2017, 09:56 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Accesspoint-less attack not longer working against latest ANDROID devices.
The authentication sequence was changed. Now there are some additional frames
inside the authentication procedure.
This pr... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-11-2017, 10:03 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
HI strasharo
Is it possible to supply the authentication hash used to view your submissions on the site when submitting hashes via wlancap2wpasec?
No, wpa-sec doesn't support this.
But you can ... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-13-2017, 09:22 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi mob_new.
Please, tell me under what settings or conditions we can get the PMK in the dump?
Only in that case if a WPA-ENTERPRISE client is missconfigured.
The pmk is part of the last part of a... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-13-2017, 09:25 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi mob_new
I thought that plainmasterkey I can get with wpa2-psk. Now I know that this is only for wpa-enterprise.
No, that is only one half of the knowledge.
Both, WPA and WPA2 using plainmas... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-14-2017, 01:02 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Not all WiFi adapters and drivers are able to do packet injection.
This is an overview of some tested and working WiFi adapters
(they run "out of the box" on common LINUX kernels >= 4.9):
USB ID ... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-19-2017, 12:05 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi.
There is no way to do this in the settings of wlandump-ng. But I pushed an update:
Now wlandump-ng doesn't terminate. Instead it increase internal errorcount and fall back to channel 1.
Keep ... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-20-2017, 10:01 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
added a new git repository: https://github.com/ZerBea/hcxtoolsbleeding
This is a playground and testarea for new/upcomming versions of hcxtools - use with care!
wlandump-ng (3. generation)
- drop... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-21-2017, 01:53 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Thanks. It's important to get some feedback.
The changes are very extensive. It's a complete re-design of wlandump-ng. I dropped libpcap and go closer to the hardware. The authentication engine was ... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-21-2017, 09:39 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi slyexe.
That are good news. Take also a look at the complete regdb. There are some countries which allows high power by default.
And keep in mind that most of the issues regarding packet injectio... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-23-2017, 09:26 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Some good "driver" news:
Neheb told me that there is a fix for the iwlwifi driver issue in upcomming kernel 4.15
Right now, this driver is broken!
More infos here:
https://git.kernel.org/pub/scm/l... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-23-2017, 09:30 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxtools update: https://github.com/ZerBea/hcxtools
added detection of CISCO TACACS+ Authentication (on LoopBack, Ethernet and WLAN):
$ wlancap2hcx TACACS1Cisco123.pcapng
start reading from TAC... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-28-2017, 03:07 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi.
Yes it is:
-F : input file containing entries for Berkeley Packet Filter (BPF)
All entries in this filterlist are not attacked.
Plese read this how to use the white list:
https://hash... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-28-2017, 04:43 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
added full support for hashcat hashmode -m 16100 (TACAS+)
now detection and conversion of CISCO TACACS+ Authentication (on LoopBack, Ethernet and WLAN)
get the example cap from here: https://blog.sy... |
|
ZerBea |
User Contributions
|
648 |
487,081 |
11-28-2017, 04:45 PM |