Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 742 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 742 Bytes

ninja-wifi-scanner

NinjaBlocks wifi scanning module.

install airodump

apt-get install build-essential libssl-dev
wget http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz
tar -zxvf aircrack-ng-1.1.tar.gz
cd aircrack-ng-1.1
sed -i 's/CFLAGS          ?= -g -W -Wall -Werror -O3/CFLAGS          ?= -g -W -Wall -O3/' common.mak
make
sudo make install

Tested with a AWUS036H. You will may need to apt-get install iw first.

running airodump

Currently you need to do this little song and dance manually.

sudo airmon-ng start wlan0
sudo airodump-ng mon0 -w dump --output-format=csv