hostapd-mana icon indicating copy to clipboard operation
hostapd-mana copied to clipboard

Feature request: mana_ssid_filter_file (Blacklist mode)

Open adde88 opened this issue 7 years ago • 2 comments

If we enable mana_ssid_filter_file hostapd-mana will only repsond to probe-requests for SSID's specified in our file, operating in a "whitelist-mode".

It would be awesome to also have the reverse option, like a "blacklist-mode", for this SSID-filter. So that mana will respond to all probe-requests, except from the one(s) in the blacklist-file.

I'll be taking a deeper look into the source to see if this change is something i can manage to pull off, and then create a PR if wanted. If not, consider this a feature request :)

  • Andreas Nilsen / @adde88

adde88 avatar Jul 29 '18 17:07 adde88

Yeah I’ve been meaning to get to this. Just have some other critical path stuff for Defcon. Check src/ap/beacon.c for where the decision to prove or not is made. Gripping for “MANA” will help zoom in.

On 29 Jul 2018, at 19:10, Andreas Nilsen [email protected] wrote:

If we enable mana_ssid_filter_file hostapd-mana will only repsond to probe-requests for SSID's specified in our file, operating in a "whitelist-mode".

It would be awesome to also have the reverse option, like a "blacklist-mode", for this SSID-filter. So that mana will respond to all probe-requests, except from the one(s) in the blacklist-file.

I'll be taking a deeper look into the source to see if this change is something i can manage to pull off, and then create a PR if wanted. If not, consider this a feature request :)

Andreas Nilsen / @adde88 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

singe avatar Jul 29 '18 17:07 singe

Thanks for the advice! :) I'll be looking into tonight then. Have plenty of time on my hand forward now, so i'd be happy to contribute with something like this.

adde88 avatar Jul 29 '18 17:07 adde88