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 sfw10625.
ok, let's answer your questions:
testlist.txt - this list includes all words (1 .. 32 characters) from the SSID field of the management frames
including networknames and passwords (i... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-31-2018, 06:39 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
1. Yes: cat test1.hccapx test2.hccapx ..... testn.hccapx > merged.hccapx
No need to remove cracked by hand - just use hashcat -m 2500 in combination with --remove
2. The one you cracked is an una... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
01-31-2018, 10:00 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Well, you're right too. In this case, wlandump-ng and hcxdumptool will work like an intelligent WiFi jammer!
Normally APs and clients use a retry counter (we do the same). Default value is 6 retries,... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-06-2018, 08:29 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
If you use the -F (wlancap2hcx) or the -B (hcxpcaptool) option and add all mac_addr from your neighbourhood you don't "destroy" their traffic.
Channel hopping capabilites are limited to the driver an... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-06-2018, 10:25 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi JuniorJPDJ.
Nice to see hcxtools on ANDROID. Implementing this additional blacklisting/state for wlandump-ng isn't so easy.
Best way is to use the -F option (add the client or the AP to the BPF).... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-05-2018, 11:26 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxdumptool retrieve the GPS data from GPSD in json format. So every device mentioned here as working, should work:
https://www.catb.org/gpsd/hardware.html
For my tests I run an "AktivePilot JENTRO B... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
10-02-2018, 08:13 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
All above requests are implemented in hcxdumptool:
user defined scanlist:
-C : comma separated scanlist (1,3,5,7...)
not supported channels are skipped
(BTW: wlandump-ng shows you the last ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-06-2018, 12:23 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
I have been asked to explain this 2 commadlines and the behavior of the tool
hcxdumptool -i -o dumpfile.pcap -B blacklistown1 -c 1 -t 5 -D
-B inside are the mac_ap we do not want to deauthenticat... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-06-2018, 06:29 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Looks like hcxdumptool, hcxtools (and hcxkeys) are not installed.
Do a git clone and satisfy dependencies (see README.md). Then run "make install".
Read more here:
https://github.com/ZerBea/hcxtool... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
12-06-2018, 09:04 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi hulley.
The main difference between wlandump-ng an hcxdumptool is libpcap.
wlandump-ng use libpcap and hcxdumptool use raw sockets. Using raw sockets is extreme hardware near.
We open three raw ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-11-2018, 01:46 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi hulley.
Now you can see hcxtools in action, twice:
1)
wpa-sec moved to hashcat >= 4.0.1 and hcxtools >= 4.0.1
The python client (help_crack.py) is updated to version (0.9.0 / 10 Feb 2018)
BT... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-11-2018, 06:18 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi diegodieguex.
I sent you a mail. Maybe something in your installation is broken. I did a quick run on your caps:
There are many, many clear passwords in the captured files (but only some of them ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-22-2018, 12:50 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Some words about the "Wireless regulatory database for CRDA":
If your device doesn't work, like you expected (not all channels / high not power available), take a look into the wireless regulatory da... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-22-2018, 09:56 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi diegodieguex.
I splitted the repository:
https://github.com/ZerBea/hcxtools (see changelog)
https://github.com/ZerBea/hcxkeys (the OpenCL stuff)
https://github.com/ZerBea/hcxdumptool (see chang... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-26-2018, 11:59 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Due to several bug fixes and changes hcxdumptool and hcxtools moved to v5.1.1.
Important changes:
removed....: wlanhcx2psk
replaced by: hcxpsktool
removed....: wlanhcx2cap
replaced by: hcxhas... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-03-2019, 06:33 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
allready answered here: https://hashcat.net/forum/thread-8183-post-43956.html#pid43956 |
|
ZerBea |
User Contributions
|
648 |
487,343 |
02-27-2019, 11:43 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
hcxdumptool moved to version 4.1.5
With lots of help from RealEnder, chron0 and rofl0r the tool is complete refactored:
- improved scan engine
- improved authentication engine (incl. Radio Measur... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
03-02-2018, 01:44 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Please attach an example pcapng so that I'm able to reproduce it. You can use tshark to find the ESSIDs.
Example:
You captured test.pcapng
Now run tshark
$ tshark -r test.pcapng -T fields -e w... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
03-16-2019, 11:56 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Fixed that issue with commit:
https://github.com/ZerBea/hcxtools/commit/5c2c73010e6d1cabc502961fbb43307ebee1373c
The function to detect broken ESSIDs didn't work as expected and removed more ESSIDs ... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
03-20-2019, 09:48 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
One of the major problems is to find a good wordlist and to filter out the garbage from that wordlist.
For that purpose you can try hashcat in combination with the new python client from
https://w... |
|
ZerBea |
User Contributions
|
648 |
487,343 |
03-07-2018, 11:29 PM |