sensepost / hostapd-mana

SensePost's modified hostapd for wifi attacks.
https://w1f1.net/
Other
550 stars 128 forks source link

Feature request: mana_ssid_filter_file (Blacklist mode) #23

Open adde88 opened 6 years ago

adde88 commented 6 years ago

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 :)

singe commented 6 years ago

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 notifications@github.com 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.

adde88 commented 6 years ago

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.