wifi-deauth icon indicating copy to clipboard operation
wifi-deauth copied to clipboard

Feature Request - Supply BSSID to skip AP scanning phase

Open bennydiamond opened this issue 10 months ago • 1 comments

Pretty much as the title suggest.

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

bennydiamond avatar Mar 27 '24 14:03 bennydiamond

I just released a new version, to include the feature you requested, in this PR: https://github.com/flashnuke/wifi-deauth/pull/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.

flashnuke avatar Mar 28 '24 09:03 flashnuke