A tool written in shell that uses repeated nmap scans to detect disconnections from networks
can be used for mac address spoofing in order to take the place of a authenticated device once they disconnect.
- clone the repository,
git clone git@github.com:the8bitbyte/discon-spy.git
- ensure you have nmap installed,
sudo pacman -S nmap
- make discon.sh executable,
chmod +x discon.sh
- run it,
sudo ./discon.sh
the -i flag can be used to specify the interface, exampe: sudo ./discon.sh -i wlan0
if not provided the script will assume and select the first active interface (ignoring loopback)