Skip to content

faulkner/ninja-wifi-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published