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

args.py: Select multiple scan channels #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 23, 2018

  1. args.py: Select multiple scan channels

    Remove the integer restriction for selecting a channel.
    Doing so we pass the argument from wifite directly to
    airodump which does support the format 1,3-7,11-13.
    
    Added a regex which checks the channel argument value
    and raises a ValueError exception in case an invalid
    values is sent. Sending this value as in to airodump
    would result in airodump crashing with no explanation.
    
    Signed-off-by: Radu Nicolau <[email protected]>
    RaduNico committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    31fab18 View commit details
    Browse the repository at this point in the history