Skip to content

Script that installs Air Crack, the rtl8812au driver, Kismet and puts the wireless interface in monitor mode on a Raspberry Pi running Buster.

License

Notifications You must be signed in to change notification settings

jezcaudle/pi_install_aircrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install_aircrack

Script that installs Air Crack and the rtl8812au driver on a Raspberry Pi running Buster.

The script installs the required dependecies and then downloads the source code for Air Crack, compiles and installs it.

It then downloads, compiles and installs the driver for the rtl8812au.

Only tested on a Pi Zero W - YMMV - I think some of the settings are for Zero only.

chmod +x install_aircrack
./install_aircrack

install_kismet

Script that installs Kismet

chmod +x install_kismet
./install_kismet

monitor_mode

On my Pi Zero W wlan0 is the built in wireless interface and I use that to comminucate with it, the interface I put into monitor mode is wlan1.

This script brings the interface wlan1 down, pops it into monitor mode and then brings it back up - ready to be used by aircrack or kismet.

You will need to

chmod +x monitor_mode

before you can run it.

./monitor_mode

If your wireless interface is not called wlan1 you will need to rename it in the script.

All of these scripts have been copied from other GitHub pages, StackOverflow etc.

About

Script that installs Air Crack, the rtl8812au driver, Kismet and puts the wireless interface in monitor mode on a Raspberry Pi running Buster.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published