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

Feature Request - Supply BSSID to skip AP scanning phase #9

Open
bennydiamond opened this issue Mar 27, 2024 · 1 comment
Open

Feature Request - Supply BSSID to skip AP scanning phase #9

bennydiamond opened this issue Mar 27, 2024 · 1 comment

Comments

@bennydiamond
Copy link

Pretty much as the title suggest.

Add the ability to bypass the scanning phase when supplying an AP BSSID to start attack immediately.

@flashnuke
Copy link
Owner

I just released a new version, to include the feature you requested, in this PR: #10

A few notes though -
In addition to knowing which BSSIDs are currently broadcasting, channel-scanning is also needed to determine on which channel each BSSID is operating, and set the network interface to operate on that channel

I did add two new features though, that should significantly shorten the scanning duration:

  • -b to pass bssid name - once the target bssid is found, scanning stops
  • -c to pass a custom channel list, instead of scanning all of them

if you know which channel the target bssid is running on, you can even pass both as arguments.

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

No branches or pull requests

2 participants