Replies: 8 comments 1 reply
|
As you noticed that, hcxdumptool is able to attack an AP running FT-PSK and to capture the entire handshake, because PSKs are easy to recover. As long as hashcat or (JtR) haven't implemented this hash mode, hcxpcapngtool will not convert this hashes. hcxdumptool show a successful attack on a CLIENT on the bottom of the spit screen (column 2): On option --rds=1 successful attacks are sorted to the top. BTW: |
|
No, that is not possible. It is mandatory that the new hash line contain MD-ID, R0KH-ID and R1KH-ID, because this values are part of the formula. I have edited my comment on hashcat forum and added a suggestions of the new hash lines: BTW: |
|
Right. About the M1M2Rogue of Hcxdumptool. Do i have to give any extra parameter command to make Hcxdumptool give priority/focus on M1M2Rogue attack than doing the handshake attack?? |
|
Due to possible MAC randomization of the CLIENTs, we can't set target filter options. $ sudo hcxdumptool -i INTERFACE -c AP_CHANNEL --bpf=protect_own.bpf --attemptapmax=100000 |
|
I have seen about bpf filters in other discussions. But i may have got it wrong (the parameters). What is addr1,2 and 3 really mean basically? What would be the best bpf filter params in my case for m2rogue attack? I'm attacking 3 different bssid of the same router hardware. Right now I'm using three" wlan addr3 bssid" of those bssids seperated by "or". Is that enough? |
|
A good explanation is here: |
|
First of all, there is no way to filter a CLIENT that is running MAC RANDOMIZATION. The MAC header (containing the address fields) isn't easy to understand, because the addresses depend on the frame typ. Let's say you want to protect your ACCESS POINT, just add "not wlan addr 3 xx:xx:xx:xx:xx:xx" to you BPF. |
|
If you want to attack three different APs: That makes sure that all frames addressed to the APs (addr1), all frames coming from the APs (addr2) and all frames in which the APs are mentioned (addr3) are captured. That sounds complicate, but once you understand it, you'll get benefit of an extreme fast filtering directly inside kernel space. |
Uh oh!
There was an error while loading. Please reload this page.
The AP I'm trying has 802.11r enabled. (Fast BSS something). First of all I'm amazed to say its only Hcxdumptool that manages to capture something. All other dumptools only managed to capture half handshake (which was found to be useless later) or sometimes nothing at all. (Bettercap and airodump)
But Hcxdumptool always capture handshake that contains FT using PSK. It doesn't capture handshake containing just normal PSK. Hashcat doesn't support FT PSK as of now. I'm asking how can such an AP be attacked for successful results?
All reactions