Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.25 KB

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.