DanielKirshner / wifi-interface-tools

Common bash scripts for wifi interfaces and adapters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wifi-interface-tools

Common bash scripts for wifi interfaces and adapters.

Requirements

sudo apt update
sudo apt install net-tools iproute2 -y

Usage

Give permissions:

chmod +x managed.sh monitor.sh

Identify your interface name by running:

ifconfig -a

Enter monitor mode:

sudo ./monitor.sh INTERFACE_NAME

Enter managed mode:

sudo ./managed.sh INTERFACE_NAME

About

Common bash scripts for wifi interfaces and adapters.


Languages

Language:Shell 100.0%