Anyway, I am getting into hcxdumptool now.
From the many many posts I've read so far, I'm trying to target a few specific APs, no targeting on clients because of MAC randomization, using status 15 (maybe I should go up to 31 ?)
I intend to run this for 24h+, and then see what I captured.
Also I tested full injection with hcxdumptool first, and force manual mode on my monitor card using this :
https://github.com/ZerBea/hcxtools/issue...-399211804
And do know if what I'm doing is too "agressive" ?
You mentioned somewhere that it was recommended to use --disable options...
I would like to make sure my capture is going in the right direction, before going any further.
I could also try :
That would target only AP attacks based on the PMKID attack, right ?
From the many many posts I've read so far, I'm trying to target a few specific APs, no targeting on clients because of MAC randomization, using status 15 (maybe I should go up to 31 ?)
I intend to run this for 24h+, and then see what I captured.
Code:
sudo hcxdumptool -i wlanX --enable_status=15 --filterlist_ap=MAC1 --filtermode=2 -o testdump.pcapng
Also I tested full injection with hcxdumptool first, and force manual mode on my monitor card using this :
https://github.com/ZerBea/hcxtools/issue...-399211804
And do know if what I'm doing is too "agressive" ?
You mentioned somewhere that it was recommended to use --disable options...
I would like to make sure my capture is going in the right direction, before going any further.
I could also try :
Code:
sudo hcxdumptool -i wlanX --enable_status=15 --filterlist_ap=MAC1 --filtermode=2 -o testdump.pcapng --disable_deauthentication --disable_client_attacks
That would target only AP attacks based on the PMKID attack, right ?