Skip to content

short bash script to generate some monitor interfaces from an existing wlan interface

License

Notifications You must be signed in to change notification settings

bavxhack/wlanMonGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A short script to create a number of monitor interfaces from an existing wlan-interface

features:

  • choose number of monitor-interfaces
  • select wlan-interface name

requirements:

Kali Linux with root privileges
the aireplay-ng to deauth the existing AP

downloading:

starting:

Autodeauth all WIFI-Hotspots with the same ESSID in the Area

  • Automatic Deauth the selected WIFI-Interface. The Script opens a new Window which collects all WIFI-NEtworks with the given ESSID. To stop the searching prozess press CTR+C in the window with the airmon-ng. This could be more than one BSSID. All found BSSIDs will be Deauthed in a circular Way.
  • kali Linux -> python3 autoDeauth.py "{ESSID}" {WLAN-interface}

Create a new monitoring Interface

  • Kali Linux -> "bash monIface.sh

Possible Szenario

Find your target-WIFI-AP autodeauth the target.

open your own MITM-AP so your BSSID is not in the autodeauth-list so, all clients connect to your AP and will be disconnected if they connect to the target BSSIDs

disclaimer:

I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.

About

short bash script to generate some monitor interfaces from an existing wlan interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published