Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi JuanBerta.
Fixed and pushed.
Now mixed mode (stdin/stdout/options) is possible:
$ wlangenpmkocl -h
wlangenpmkocl 4.0.1 (C) 2018 ZeroBeat
usage: wlangenpmkocl
options:
-e : inpu... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-05-2018, 04:30 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi hulley.
Do you get pcaperrors?
status should look like this:
$ wlandump-ng -i wlp36s0f3u4u5 -o test.cap -c 1 -t 5 -R -B -s
start capturing on channel 1 using mac_ap 00bb3a8991e5 (stop with c... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-06-2018, 03:57 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxtools moved to v 4.0.2:
- renamed wlandump-rs to hcxdumptool
+get rid of wiringPiDev, libgcrypt and libpcap dependency)
- removed wlancapinfo -> replaced by hcxpcaptool
+get rid of li... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-09-2018, 09:36 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
How did you learn so much about wireless authentication and the associated attacks?
-> 35 years cryptanalysis and traffic analysis. |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-15-2018, 12:52 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi chribonn.
Pull request to support Android came from here:
https://github.com/JuniorJPDJ
and should be answered by JuniorJPDJ. |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-16-2018, 02:34 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
update on hcxpcaptool:
added support for gzip compressed cap/pcap/pcapng files.
new dependency: zlib!
$ hcxpcaptool -h
hcxpcaptool 4.0.2 (C) 2018 ZeroBeat
usage:
hcxpcaptool
hcxpcaptool [in... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-14-2018, 04:04 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Nice to hear that. Thanks.
Updated hcxpcaptool - new option:
-o : output hccapx file
Less overhead than wlancap2hcx but more crackable handshakes.
Only the best handshake (combination of mac_sta,... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-17-2018, 12:45 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Updated hcxpcaptool - new (long) options (now we went into direct sync with hashcat and JtR!):
--time-error-corrections : maximum allowed time gap (default: 10000s)
--nonce-error-corrections : m... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-17-2018, 09:46 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Running hcxdumptool on Android isn't trivial and rooting the device and/or using a custom ROM (for example LINEAGE) isn't enough.
Read more here:
https://github.com/seemoo-lab/nexmon |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-17-2018, 10:14 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi hulley.
I'm not shure if it's a wondeful work. It's a hard work for the tool to reduce overhead from a hccapx file.
And its much, much more than comparing only mac_sta, mac_ap and ESSID or messag... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-18-2018, 09:18 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
And this is a nice test that explains why I gave it up to clean a hccapx:
Convert a cap to hccapx using both options -o and -O
$ hcxpcaptool -O testO.hccapx -o testo.hccapx 201801161903.cap
start... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-18-2018, 10:38 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi hulley.
wlanhcxcat is not like hashcat. It is very, very slow. Main purpose is to verify an existing(!) PMK while another cracker is running.
A typical application example is:
hashcat is running... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-25-2018, 07:37 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxtools are part of Arch Linux distribution.
https://www.archlinux.org/packages/?q=hcx
the same also applies for hashcat and hashcat-utils
https://www.archlinux.org/packages/?q=hashcat
and NV... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-18-2018, 10:44 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Well, the dependencies are a real problem and I'll get rid of this.
The latest update has only included minor changes (faster detection of driver crash on 4.4 kernel).
Please do a git clone again. I... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-19-2018, 08:18 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi faberC.
Shall we take the hashline and a wordlist as input to calculate and/or verify the PMK (CPU based only, for quick tests - Well, I promised Atom never to code a GPU cracker - and he promised... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-21-2018, 07:36 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi hulley.
No, the only limit is the size of your RAM (hcxpcaptool will tell you if we are running out of RAM). And that is the problem.
Handshake detection is time intensive and RAW handshake detec... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-20-2018, 10:43 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Looks like a driver issue.
First check if your dongle supports "full" monitor mode here:
https://wireless.wiki.kernel.org/en/users/drivers
or here:
https://wikidevi.com/wiki/Main_Page
Check dmesg... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-25-2018, 09:06 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Please try this one:
https://github.com/kimocoder/rtl8812au |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-28-2018, 03:29 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
It seems that hcxtools/hcxdumptool successfully ported to "Pineapple".
Read more here:
https://forums.hak5.org/topic/44213-pmkid-attack-on-wifi-pineapples/ |
|
ZerBea |
User Contributions
|
648 |
487,343 |
08-31-2018, 12:25 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Yes, you can do this using wlanhcx2ssid:
$ wlanhcx2ssid -h
wlanhcx2ssid 4.0.2 (C) 2018 ZeroBeat
usage: wlanhcx2ssid
options:
-i : input hccapx file
-p : change directory for o... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-30-2018, 02:11 PM |