Search Results
|
Post
[desc]
|
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...
TP-LINK Archer T2UH
ID 148f:761a Ralink Technology, Corp. MT7610U ("Archer T2U" 2.4G+5G WLAN Adapter)
$ hcxdumptool -I
wlan interfaces:
503eaaa08f6f wlp3s0f0u10u2 (mt76x0u)
$ hcxdumptool -i w... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-08-2019, 09:11 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
If you take a look at this photo:
https://github.com/ZerBea/hcxdumptool/wiki/Penetration-testing-system-1
You'll see a "push button" and a LED.
Both are used to control the RPI.
The push button ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-09-2019, 09:43 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
ASUS AC51:
ID 0b05:17d1 ASUSTek Computer, Inc. AC51 802.11a/b/g/n/ac Wireless Adapter [Mediatek MT7610U]
$ hcxdumptool -I
wlan interfaces:
0c9d92b486ca wlp0s20f0u1 (mt76x0u)
$ hcxdumptool -i ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-09-2019, 07:45 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Edimax EW-7811UAC
ID 7392:a812 Edimax Technology Co., Ltd
$ hcxdumptool -I
wlan interfaces:
74da380645e7 wlp0s20f0u1 (rtl88xxau)
$ hcxdumptool -i wlp0s20f0u1 -C
initialization...
available ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-09-2019, 07:49 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
No, hcxdumptool running own monitor mode.
Just stop all tasks which take access to the device and than run hcxdumptool. If you forgot one task, hcxdumptool will tell you that.
airmon-ng running iw. ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-09-2019, 10:36 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Is the interface detected by hcxdumptool?
$ hcxdumptool -I
What is the output of:
$ hcxdumptool -i -C
and
$ iw dev
To set monitor mode manually:
$ ip link set down
$ iw dev set type mon... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-10-2019, 09:47 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Ok, does this work?
hcxdumptool -i wlan0 -o test.pcapng --enable_status=15 --ignore_warning
Something within your installation is misconfigured or it blocks the device.
Normally it looks like t... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-12-2019, 01:15 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Ok, Raspbian is a good choice! Easy to install and easy to use. Fine that it works, at least.
Now we know what prevent full access to the interface:
wpa_supplicant is running... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-12-2019, 05:44 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
That can be done by systemctl:
systemctl start
systemctl stop
systemctl status
systemctl enable
systemctl disable
Some examples:
Get information about all running services:
$ systemctl | ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-12-2019, 07:22 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Great. You did it! Next step is to create a database (collect data from -E -I and hashes) and I'm sure, your hit rate will increase:
The environment is not magic. It is a simple loop. Start at step... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-12-2019, 09:43 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
To answer your question - that will help you:
https://raspberrypi.stackexchange.com/questions/85599/how-to-start-stop-wpa-supplicant-on-default-raspbian
BTW:
"Newbie distros" came pre-configured... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-15-2019, 09:39 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
For a rspberry pi capturing system:
$ pacman -Syu
$ pacman -S make gcc watchdog openssl rsync fake-hwclock zlib crda
$ pacman -Rs netctl wpa_supplicant
Thats all.
first cmd will update packa... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-15-2019, 12:16 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
From git:
make install
or from Arch default package list
$ pacman -S hcxtools hcxdumptool
search for hcxtools and/or hcxdumptool here:
https://archlinuxarm.org/packages |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-15-2019, 12:21 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Thanks.
You're right, the wordlists are in the dicts section:
https://wpa-sec.stanev.org/?dicts
Another good (real and not so big) wordlist is here:
https://3wifi.stascorp.com/3wifi-dic-2019-0... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-21-2019, 11:43 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
prefix-out is designed to keep the command line small, if you decided to choose all options.
Instead of running
$ hcxpcaptool -E list1 -I list2 -U list3 -o test.hccapx -k test.16800 ..... *.pcapng
... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-27-2019, 09:44 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
GPS output is not included in --prefix-out because it depend on hcxdumptool.
In other words:
You must run hcxdumptool with connected GPS receiver and option --use_gpsd
--use_gpsd ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
06-27-2019, 04:11 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
It looks like there are some driver issues:
https://github.com/aircrack-ng/rtl8812au/issues/387
https://github.com/aircrack-ng/rtl8812au/issues/380
https://github.com/aircrack-ng/rtl8812au/is... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
07-01-2019, 12:08 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Is the TP-Link T2UH working without conflicts?
Unfortunately not:
https://github.com/openwrt/mt76/issues/216#issuecomment-500999516
but it is on its way to be fixed and it is an official kernel dri... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
07-02-2019, 08:52 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hashcat changed potfile format and out file format on 2500 and 16800. Both hashmodes now using the same potfile format and the same outfile format. For example:
hashcat -m 16800 --remove --potfile-pat... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
07-09-2019, 09:08 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
And another, good reason for HEX-ESSID is:
123456789abcdef0123456789abcdef01:112233445566:aabbccddeeff:5072696d656e6574
vs.
123456789abcdef0123456789abcdef01:112233445566:aabbccddeeff:Primenet
if ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
07-09-2019, 05:23 PM |