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

Conversation

RaduNico
Copy link

@RaduNico RaduNico commented Sep 24, 2018

Remove the integer restriction for selecting a channel.
Doing so we pass the argument from wifite directly to airodump which does support the format -c 1,3-7,11-13.

EDIT: Added a regex check for validity because airodump would crash if an invalid channel argument would be sent.

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 <radunicolau102@gmail.com>
simonblack added a commit to simonblack/wifite2 that referenced this pull request Dec 14, 2018
cbrunnkvist pushed a commit to cbrunnkvist/wifite2 that referenced this pull request Jun 4, 2023
…s-67.7.1

build(deps): bump setuptools from 67.6.1 to 67.7.1
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