summerleech 发表于 2005-4-25 10:53

【原创】关于WEP加密破解的尝试

我住的地方有无线网络,但是加密了,很可惜,不能连接,多方查询资料后了解到WEP加密很脆弱,于是就萌发了破解WEP的念头,(主要是因为想上上网么,呵呵)。
由于大部分的网上资料破解WEP的使用的都是红帽子之类的操作系统,手上没有这样的机器,有关WINDOWNS平台破解WEP加密的真是少之又少。后来经过一番搜索,总于找到了一套方案。由于是E文资料,特整理上来给大家看,希望大家可以一起研究。

os:winxp

步骤一:安装Airopeek判断你的无线网卡是否支持用Airsnort来破解WEP,如果你的网卡能够运行Airopeek,那么你的网卡就能够运行Airsnort来破解WEP。
Airopeek用DEMO测试版的就行了,下载链接如下:
http://ftp.wildpackets.com/pub/demos/apwdemo.exe
如果你的无线网卡支持,恭喜你,你可以进行下一步了,如果不支持,别灰心,可以去http://www.wildpackets.com/support/downloads找到支持的网卡的驱动,(可惜我的不在里面,希望能用的XD继续下去)

步骤二:下载破解的主程序Airsnort 0.2.7e,用RAR可以打开释放。.gz格式的

[ Last edited by summerleech on 2005-5-26 at 11:27 ]

summerleech 发表于 2005-4-25 10:54

步骤3

A supporting package needed by Airsnort. Download and unzip it to your harddrive. I put it here: (c:\Program Files\airsnort-0.2.7e\gtk+-2.4.14).

下载这个Airsnort补丁包,然后放到c:\Program Files\airsnort-0.2.7e\gtk+-2.4.14位置
下载地址:http://www.gimp.org/~tml/gimp/win32/gtk+-2.4.14.zip

[ Last edited by summerleech on 2005-4-25 at 10:59 ]

summerleech 发表于 2005-4-25 11:01

步骤4

还是补丁包,放到c:\Program Files\airsnort-0.2.7e\glib-2.4.7
下载地址:
http://www.gimp.org/~tml/gimp/win32/glib-2.4.7.zip

summerleech 发表于 2005-4-25 11:02

步骤5

补丁包
Pango 1.4.1
A supporting package needed by Airsnort. Download and unzip it to your harddrive. I put it here: (c:\Program Files\airsnort-0.2.7e\pango-1.4.1)
放到c:\Program Files\airsnort-0.2.7e\pango-1.4.1
下载地址:
http://www.gimp.org/~tml/gimp/win32/pango-1.4.1.zip

summerleech 发表于 2005-4-25 11:03

步骤6,

补丁包
ATK 1.8.0
A supporting package needed by Airsnort. Download and unzip it to your harddrive. I put it here: (c:\Program Files\airsnort-0.2.7e\atk-1.8.0).
下载后放到c:\Program Files\airsnort-0.2.7e\atk-1.8.0
下载地址:
http://www.gimp.org/~tml/gimp/win32/atk-1.8.0.zip

summerleech 发表于 2005-4-25 11:08

步骤7,调整无线网卡驱动

由于使用破解软件需要无线网卡对特殊软件的驱动,XD们可去尝试看看有无自己网卡的驱动FORAirsnort 的,http://www.wildpackets.com/support/downloads
有的话,下载下来。
Now to get this driver from Airopeek to work, goto your windows driver system directory (c:\windows\system32\drivers) and create a copy of your current Ethernet card Driver for a backup.

Then rename the new driver you just downloaded from Airopeek as the same name of your current Ethernet card driver. You can find this by going to your hardware Device Manager and looking up the current driver name and location.

Then copy that new file into the driver directory replacing the current driver. Since you've made a backup, if any goes wrong you can restore the copy. Reboot your computer for the new driver to take effect. The reason we have to 'trick' the computer in this way is because Windows for some dumb reason doesn't want you to be able to change what driver your hardware uses at will.

Airopeek should now work if it's going to with your card. Otherwise consider buying a compatible wireless card.
呵呵,英文太多,大概意思就是备份你原来的驱动,然后用下载的驱动替代你无线网卡的驱动。

summerleech 发表于 2005-4-25 11:09

步骤8

实现Airsnort的目录
Add Airsnort's bin directory, along with the bin directories of all its supporting packages to your windows path. You can do that by typing "path" at the command prompt and paste in the path you would like to add, or you can change this under My Computer in your Advanced Tab, Environmental Variables, Path.

Mine looks like this because I put Airsnort and it's associated files under the Program Files directory.

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\airsnort-0.2.7e\bin;C:\Program Files\airsnort-0.2.7e\atk-1.8.0\bin;C:\Program Files\airsnort-0.2.7e\glib-2.4.7\bin;C:\Program Files\airsnort-0.2.7e\gtk+-2.4.14\bin;C:\Program Files\airsnort-0.2.7e\pango-1.4.1\bin

summerleech 发表于 2005-4-25 11:12

步骤9 下载支持的.DLL文件

由于软件需要特殊的2个DLL文件,WINXP可能没有,要下载下来放到Airsnort的bin目录里面
iconv.dll 和 intl.dll
我打包一起放上来

summerleech 发表于 2005-4-25 11:13

第二个DLL部分包

第二个DLL部分包

summerleech 发表于 2005-4-25 11:16

步骤10

到这里为之,如果一切顺利的话,你可以再WINXP下得到这个画面,
那么,应该不会让你失望了,
由于我的无线网卡不支持,我没有能够成功,希望有条件的大侠可以去试试。
也可以参考AIRSNORT的主页,
http://airsnort.shmoo.com/

[ Last edited by summerleech on 2005-4-25 at 11:31 ]

ehua 发表于 2005-4-25 11:18

还有呢?要多长时间才能解?

summerleech 发表于 2005-4-25 11:26

Originally posted by ehua at 2005-4-25 11:18 AM:
还有呢?要多长时间才能解?
Linux平台下airsnort几分钟就可破解WEP 128位的加密,
xp下应该也不慢。呵呵,

ehua 发表于 2005-4-25 12:49

看来中国的wpa标准还是要推广的,否则几分钟,wep就解了,呵呵

scu 发表于 2005-4-25 12:52

强啊
,厉害

meteora20 发表于 2005-4-25 13:05

加分,加分。。好东西啊~!

nello 发表于 2005-4-25 17:35

^_^,看看有没有兄弟可以成功吧,^_^
我这里没有条件试,如果有兄弟成功的话,加分应该没问题.

LTL 发表于 2005-4-25 17:43

好啊免费的午餐有了呵呵

ybfish 发表于 2005-4-25 17:48

哈哈好人啊,佩服你啊!


对于第8个步骤不懂,能否详细介绍下?我就卡在这一步了。。。。。。。

matthard 发表于 2005-4-25 19:38

不知有没有XD成功了呢...

我这边也没有人有AP..更不要说加密的了..

ybfish 发表于 2005-4-25 22:35

我有AP,可是到了第8步就步知道如何办了?呵呵 ,高手快出来教教大家啊!

ahiu 发表于 2005-4-26 00:18

搬张凳子等测试

twb 发表于 2005-4-26 00:58

强贴留个印,等结果。

realpepe 发表于 2005-4-26 01:04

不是吧~X31集成的支不支持啊?

summerleech 发表于 2005-4-26 08:52

Originally posted by ybfish at 2005-4-25 10:35 PM:
我有AP,可是到了第8步就步知道如何办了?呵呵 ,高手快出来教教大家啊!
增加airsnort的BIN目录,连同它的所有支持BIN目录一起放到你的windows目录下,也可以在我的电脑-属性-高级-环境变量里更改这个目录。
其实就是在你的x:\Program Files\下增加一个目录叫airsnort-0.2.7e,然后把有关的补丁包也加入在这个目录下,就如同那个英文说明一样,其中X是你的系统盘符。
但在做这个之前要把所有的补丁包和网卡的驱动程序搞定啊,把那2个DLL文件放到环境变量所示的目录和你的airsnort目录下,
我是卡在在网卡驱动上,网卡不支持,呵呵,希望有DX能把这个做下去,国外好多人都成功了的,E文好的也可以参看airsnort的主页。
祝成功!

ThinkPad R32 发表于 2005-4-26 09:10

嗯,学习一下。

diomandcold 发表于 2005-4-26 09:27

其它倒是好,就是哪个软件安装太麻烦了,有没有一步到位的东东

pk987 发表于 2005-4-26 09:35

好贴顶一下

ybfish 发表于 2005-4-26 13:05

郁闷!提示没有找到libgobject-2.0-0.dll

summerleech 发表于 2005-4-26 13:33

这个是和操作系统有关啊
你可以把你的Airopeek目录下的Peek5.sys   peek.dll拷贝到C:\Program Files\airsnort-0.2.7e\bin
如果还有.DLL不存在的话,可以去google搜索下,

ybfish 发表于 2005-4-26 13:53

我介绍下我的测试环境:
笔记本是x22 ,win2003 标准版操作系统,无线网卡是Realtek-8180芯片组的,装了airopeek v2.0.2,驱动和.dll文件全部下载并按照要求放到了同一个目录下面,提示没有找到的libgobject-2.0-0.dll 文件实际上也存在的。。。。 晚上我换台机器试试看!
我除了airopeek 软件其他的和介绍完全一致! 我现在的airopeek 是正式版的而不是测试版!

有试验成功的兄弟吗? 交流下! 我的QQ号是:149524365

[ Last edited by ybfish on 2005-4-26 at 13:55 ]
页: [1] 2 3 4 5
查看完整版本: 【原创】关于WEP加密破解的尝试