转 Minidwep-gtk安装手册
发表于:2013-05-19 16:55:33,已有4161次阅读
出处:http://forum.ubuntu.org.cn/viewtopic.php?t=383246
还需要解密的字典,这里我找到了一个很不错的字典包(两个链接好像是同一个包):
http://www.xdowns.com/soft/softdown.asp?softid=88561
http://www.cr173.com/soft/27764.html
minidwep-gtk基于aircrack-ng,因些事先要安装aircrack-ng,同时它支持一个插件reaver。如下是我整理的在ubuntu12.04下安装的步骤:
一:安装Aircrack-ng
安装依赖软件包
sudo apt-get install build-essential libssl-dev iw下载软件包并解压缩
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进入目录后,用gedit编辑器打开 common.mak
gedit common.mak修改下面的行(大概70行):
CFLAGS ?= -g -W -Wall -Werror -O3修改后的结果即删除-Werror:
CFLAGS ?= -g -W -Wall -O3执行安装
make sudo make install
二:安装Reaver
这个网址下载 reaver 源代码 http://code.google.com/p/reaver-wpswget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
解压 :
tar -xzvf reaver-1.4.tar.gz安装必要的软件依赖库和工具,在您编译 reaver 前需要先安装 pcaplib 等工具,后面还需要 aircrack-ng
sudo apt-get install libpcap-dev sqlite3 libsqlite3-dev libpcap0.8-dev编译和安装,配置和编译 Reaver
cd reaver-1.4 cd src ./configure make安装 Reaver
sudo make install
三:安装libssl0.9.8(libcrypto.so.0和libssl.so.0)
sudo apt-get install libssl0.9.8
四:安装minidwep-gtk
在这个网址下载minidwep-gtk-30419-ubuntu1204.deb
http://forum.ubuntu.org.cn/viewtopic.php?f=39&t=372058&start=0
双击安装,或使用如下命令:
sudo dpkg -i minidwep-gtk-30419-ubuntu1204.deb
五:运行minidwep-gtk
sudo minidwep-gtk
六:小结
使用miniwep-gtk时需要耐性与运气,一般破解一个需要花一两天的时间,使用时除了需要获取握手包,还需要解密的字典,这里我找到了一个很不错的字典包(两个链接好像是同一个包):
http://www.xdowns.com/soft/softdown.asp?softid=88561
http://www.cr173.com/soft/27764.html
暂无评论