Injectorist is a simple bash script to check Packet Injection capabilities in all connected wireless cards
- aircrack-ng::: Install it by executing following command as root in terminal
apt install aircrack-ng
- awk ::: Install it by running following comand as root in terminal
apt install gawk
Note : gawk is already installed on most linux distributions
Supported distros--> All Debian based, Ubuntu, Fedora, Kali, Arch, OpenSUSE.
-
Download the master zip and extract all files to any location.
-
Open terminal and navigate to extracted folder
cd /location/of/extraction
- Gain root access
su Enter root password:____
- Make the script InjectionCheck executable by-
chmod +x InjectionCheck
- Run the script
./InjectionCheck
- Now, Injectorist will scan all wireless cards connected for packet injection.
Adding features such as
~ Checking Monitor Mode support
~ Enabling Monitor Mode
~ Many more...