hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Hi taxil.
That is a typical issue of that distribution and the included drivers.
For example:
https://null-byte.wonderhowto.com/forum/...e-0178595/
Device is not set 100% into monitor mode.
The script is optimized for arch LINUX. On other distros you must identify all services which takes access to the interface
and stop them.
First check dmseg output for errors.
Then check device for monitor mode:
sudo iw dev <device> info
A typical status looks like this:
wlp39s0f3u4u1u3 f8:1a:67:07:7d:0e
activating monitor mode on wlp39s0f3u4u1u3
Interface wlp39s0f3u4u1u3
ifindex 3
wdev 0x1
addr f8:1a:67:07:7d:0e
type monitor
wiphy 0
channel 1 (2412 MHz), width: 20 MHz (no HT), center1: 2412 MHz
txpower 20.00 dBm

- interface is set to monitor mode
- we can control tx pwr
- we can control channel set


BTW:
some of the tools are running in background of wpa-sec (https://wpa-sec.stanev.org)

take a look at the stats (as of today):
Last 24h processed handshakes: 26389
Last 24h performance: 293.12K/s
Last 24h submissions: 410
Last 24h founds: 1262
Reply


Messages In This Thread
wlandump-ng vs hcxdumptool - by hulley - 02-10-2018, 10:26 PM
RE: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats - by ZerBea - 04-19-2018, 04:22 PM