Skip to content

Conversation

@RaduNico
Copy link

Currently there is no way to specify multiple ESSIDs to ignore as described in issue #148. Instead of a simple string now the ignore_essid variable is a list of strings which we check inside the Airodump.filter_targets method. The -E paramater needs to be specified for each ignored AP.

I've also made the check case sensitive as I believe it allows better control. After all the SSID is case sensitive itself, there is little reason to make the check case insensitive, besides easier typing. I've also made attacking one target based on the ESSID case sensitive, for the same reasons. I can remove these changes need be.

* Allow multiple ESSIDs to be ignored by appending all
the -E/--ignore-essid values to the ignore_essids list

* The check on whether to ignore an ESSID or not is now
case sensitive for better control

Signed-off-by: Radu Nicolau <radunicolau102@gmail.com>
* Finding and attacking an AP based on the ESSID is now
case sensitive, for more precise control

Signed-off-by: Radu Nicolau <radunicolau102@gmail.com>
simonblack added a commit to simonblack/wifite2 that referenced this pull request Dec 14, 2018
mendelgusmao pushed a commit to mendelgusmao/wifite2 that referenced this pull request Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant