首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何精确运行Reaver

如何精确运行Reaver
EN

Ask Ubuntu用户
提问于 2012-05-03 10:02:13
回答 4查看 13.5K关注 0票数 2

我需要运行sudo airmon-ng start wlan0。在11.10中,这很好,但在12.04中却没有:它找不到命令。所以我运行了sudo apt-get install airmon-ng,但这是我得到的结果:

代码语言:javascript
复制
Building dependency tree
Reading state information... Done
Package aircrack-ng is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
iw
E: Package 'aircrack-ng' has no installation candidate

有什么想法吗?

EN

回答 4

Ask Ubuntu用户

回答已采纳

发布于 2012-05-08 07:04:33

如何在Ubuntu 12.04上安装空气裂纹。开放航站楼:

  1. sudo apt-get install build-essential
  2. sudo apt-get install libssl-dev
  3. wget http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz

现在您可以创建新目录了。

  1. mkdir aircrack
  2. cd Downloads
  3. mv aircrack-ng-1.1.tar.gz ~/aircrack
  4. cd ..
  5. cd aircrack
  6. tar -zxvf aircrack-ng-1.1.tar.gz
  7. cd aircrack-ng-1.1
  8. sudo gedit common.mak

在这个文件中找到

  1. CFLAGS ?= -g -W -Wall -Werror -O3

删除-Werror如下所示

  1. CFLAGS ?= -g -W -Wall -O3

保存并关闭

  1. make
  2. sudo make install

这是我的管子链接:http://www.youtube.com/watch?v=apoaHf8tPVk

票数 4
EN

Ask Ubuntu用户

发布于 2013-03-06 16:50:32

另一种方法是从https://www.kernel.org/pub/software/network/iw/抓取最新的iw tarball。

移除iw

sudo apt-获取删除iw

然后从tarball中提取源代码,编译并安装。

票数 1
EN

Ask Ubuntu用户

发布于 2012-05-03 11:13:00

http://www.aircrack-ng.org/

我不知道为什么不是在12.04,但根据能力,它已经被取代或与iw包冲突。

代码语言:javascript
复制
% aptitude show iw
Package: iw                              
New: yes
State: installed
Automatically installed: yes
Version: 3.2-1
Priority: optional
Section: net
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Uncompressed Size: 152 k
Depends: libc6 (>= 2.7), libnl-3-200 (>= 3.2.3), libnl-genl-3-200 (>= 3.2.3)
Recommends: crda
Conflicts: iw
Breaks: aircrack-ng (< 1:1.0~rc2-1), aircrack-ng (< 1:1.0~rc2-1)
Replaces: aircrack-ng (< 1:1.0~rc2-1), aircrack-ng (< 1:1.0~rc2-1)
Description: tool for configuring Linux wireless devices
 This package contains the `iw' tool which allows you to configure and show
 information about wireless networking.
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/130675

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档