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

Commits on Oct 23, 2018

  1. tools/airodump.py: Ignore multiple ESSIDs with -E

    * 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>
    RaduNico committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    b31e8c9 View commit details
    Browse the repository at this point in the history
  2. Targeted attack make -e ESSID case sensitive

    * 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>
    RaduNico committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    cb0afd2 View commit details
    Browse the repository at this point in the history