Skip to content

args.py: Select multiple scan channels#145

Open
RaduNico wants to merge 1 commit intoderv82:masterfrom
RaduNico:small_feature
Open

args.py: Select multiple scan channels#145
RaduNico wants to merge 1 commit intoderv82:masterfrom
RaduNico:small_feature

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.

1 participant