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...
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 |
486,642 |
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...
Well, let's see how it works.
How about hcxkeys. Are you able to compile them? |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-22-2017, 08:03 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Hi.
This is only the first fatal error you got. There will be much more...
You will have to find a replacement for linux iwlib.
The Apple Developer Connection website has a lot of articles which... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-22-2017, 09:36 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
basic tutorial about the features to capture passwords from wlantraffic
1.
Choose a place where you do expect to receive many, many clients.
run wlandump-ng or wlanresponse for a while (one or mo... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-22-2017, 10:07 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
We are not able to crack all hashes because we used the default options of wlancap2hcx:
-i : enable id check (default: disabled)
: default: disabled - you will get more ... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-21-2017, 05:52 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
3.
run hashcat on hash-mode 4800 using the wordlist
$ hashcat -m 4800 --potfile-path=hc4800.pot hashes4800 wordlist
hashcat (v3.6.0-247-g8f2cbb26) starting...
Session..........: hashcat
Status.... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-21-2017, 05:48 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
4.
now run hashcat on hash-mode 5500 using the wordlist
$ hashcat -m 5500 --potfile-path=hc5500.pot hashes5500 wordlist
hashcat (v3.6.0-247-g8f2cbb26) starting...
Session..........: hashcat
Sta... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-21-2017, 05:50 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Well, that's allready implemented in wlandump-ng
wlandump-ng -i -o test.cap -c 1 -t 60 -d 100 -D 10 -m 512 -b -r -s 20
and wlanresponse
wlanresponse -i -o test.cap -b -t 3
and much more... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-23-2017, 11:15 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
added iSCSI CHAP authentication, MD5(CHAP)
and option to save usernames/identities to a file |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-24-2017, 09:58 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
refactored scan engine
now full 5GHz support
for fixed channel operation use high value (-t 86400 for a day)
see wlandump-ng -h
device must support this! |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-24-2017, 08:47 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
example of a typical output: wlancap2hcx *.cap
start reading from example.cap
27278 packets processed (27278 wlan, 0 lan, 0 loopback)
found 24 usefull wpa handshakes
hashcat --nonce-error-correcti... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-25-2017, 03:32 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
example of a typical status: sudo wlandump-ng -i wlp0s26u1u2 -o test.cap -c 1 -t 3 -d 100 -D 10 -m 512 -b -r -s 20
interface.....................................................: wlp0s26u1u2
interna... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-25-2017, 04:29 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
capture:
sudo wlandump-ng -i wlp0s26u1u2 -o test.cap -c 1 -t 3 -d 100 -D 10 -m 512 -b -r -s 20
Options:
-i -> is the name of your wlan device - do not use virtual devices like mon0, mon1, monx
-o ... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-26-2017, 09:40 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
Did an update on hcxtools:
added detection of PPP CHAP Authentication in IPv4 packets (high experimental !)
to implement this function also on IPv6 packets - I need some of this caps (ethernet or wl... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-26-2017, 09:43 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
To test if your captured networks are vulnerable using common wordlists, upload your caps to https://wpa-sec.stanev.org/?nets
step 1:
wlancap2wpasec *.cap (internet connection required)
step 2:
... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-28-2017, 05:28 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
New update https://github.com/ZerBea/hcxtools
added PPP-CHAP Authentication
use wlandump-ng / wlanresponse option lima (-l) to capture IPv4 and IPv6 from WLAN
use wlancap2hcx -n to strip hashes ... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
06-28-2017, 09:42 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
2.
prepare to get passwords for hash-modes 4800 and 5500 and usernames:
$ wlancap2hcx -m hashes4800 -n hashes5500 -u usernames caps/*.*
start reading from caps/brad.eaptest2.cap
5 packets proces... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-21-2017, 05:43 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
New update https://github.com/ZerBea/hcxtools
added support for new hashcat hash-mode 2501 = WPA/WPA2 PMK
hcxtools are now able to capture and save possible plainmasterkeys (PMK) from wlantraffic
... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-04-2017, 08:24 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
New update https://github.com/ZerBea/hcxtools
added new tool wlancow2hcxpmk
convert cowpatty (pre-computed) hashfiles to hashcat pmklist for hash-mode 2501
Just run wlancow2hcxpmk -i cowhashfile ... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-04-2017, 08:15 PM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
basic tutorial for usie of hash-modes 4800 and 5500 (WPA-ENTERPRISE)
preparation:
We need some example caps. Download
https://www.willhackforsushi.com/code/asleap/2.2/asleap-2.2.tgz
and
https://w... |
|
ZerBea |
User Contributions
|
648 |
486,642 |
07-21-2017, 05:39 PM |