显示标签为“aircrack-ng”的博文。显示所有博文
显示标签为“aircrack-ng”的博文。显示所有博文

2013年12月23日星期一

raspberrypi 安装aircrack-ng和reaver

1安装reaver
sudo apt-get install -y reaver
sudo mkdir /etc/reaver
2安装aircrack-ng
sudo apt-get install -y libssl-dev libpcap-dev libpcap0.8-dev libsqlite3-dev sql ite3
build-essential iw tshark subversion ttf-wqy-zenhei scim-pinyin
svn co http://svn.aircrack-ng.org/trunk aircrack-ng
cd aircrack-ng/
make(有可能出现错误需要安装libnl)
sudo make install
sudo airodump-ng-oui-update

libnl的安装方法是
apt-get install libnl-3-dev libnl-genl-3-dev libnl-nf-3-dev libnl-route-3-dev

2013年9月4日星期三

raspberry pi automatic installation script aircrack-ng xbmc reaver (自动安装脚本)

     raspberry with SD card, so old there is a problem, every time run many commands, and now commands in a file, make a script, please give me advice, thank you!

This script is the function:

1 Install temperature control script,You can see a detailed approach to this address,http://hdp5252.blogspot.com/2013/08/raspberry.html


2 Install the boot IP address sent to the mailbox of the program.(Need to modify / etc / init.d / mail.py file, writes reception mailboxes and mailbox password)


3 Install xbmc program and extended file downloads 4 home directory


4 Install aircrack-ng and reaver


How to use:

Log raspberry pi run

$wget http://fackgfw.googlecode.com/files/pi.sh
$ chmod +x ./pi.sh
$ ./pi.sh

If you want to see the raspberry pi temperature
$./bcmstat.sh

If you want to open xbmc
$ xbmc

About aircrack-ng and reaver of use, please pay attention to my blog, wait I will write a detailed tutorial.