有人玩过 aircrack-ng 吗,初次尝试遇到一个问题,求解答?


最近在尝试 aircrack-ng 进行 WAP 破解, 最后进行 Deauth 的时候会出现下面错误:


 Couldn't determine current channel for mon0, you should either force the operation with --ignore-negative-one or apply a kernel patch

Deauth命令


 aireplay-ng -0 1 -a AP MAC -c Client MAC mon0

另外进行 WEP 密钥破解的时候最有一步需要 ArpRequest 注入的时候也会出现上述问题。

是因为我的电脑无线网卡不支持注入吗,还是我在操作上有问题,求有经验者解答。

操作步骤 参考博客

另:尝试只是一时好奇,纯粹为了学习。

无线网络 网络安全 无线安全

一辈子撸管 10 years, 9 months ago

你仔细看他给出 的提示消息啊:Couldn't determine current channel for mon0, you should either force the operation with --ignore-negative-one or apply a kernel patch

在命令上加上参数 aireplay-ng -0 1 -a AP MAC -c Client MAC mon0 --ignore-negative-one
即可。

oyasumi answered 10 years, 9 months ago

Your Answer