Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore multiple ESSIDs with -E #166

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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>
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.

None yet

1 participant