每当我尝试aircrack-ng在终端中安装时,都会出现以下错误:
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"
Run Code Online (Sandbox Code Playgroud)
我是 Ubuntu 的新手,所以不知道该怎么做。
我遵循了这些说明。我common.mak成功编辑了文件,运行时出现make此错误:
mohd-arafat-hossain@TUD:~/aircrack-ng-1.1$ make
make -C src all
make[1]: Entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src'
make -C osdep
make[2]: Entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep'
Building for Linux
make[3]: Entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep'
make[2]: Leaving directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep'
gcc -g -W -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0 -Iinclude -c -o aircrack-ng.o aircrack-ng.c
In file included from aircrack-ng.c:65:0:
crypto.h:12:26: fatal error: openssl/hmac.h: No such file or directory
compilation terminated.
make[1]: *** [aircrack-ng.o] Error 1
make[1]: Leaving …Run Code Online (Sandbox Code Playgroud) 我是 Ubuntu 12.04 的初学者,并且有aircrack-ng问题。airodump-ng给了我一个fixed channel -1错误。接入点在通道 5 上,但由于该错误,我无法切换到该通道。
我的硬件是:Broadcom BCM431,驱动程序b43。我试过打补丁,但是驱动安装有问题。
如何检查我的无线网卡是否支持监控模式,例如用于aircrack-ng?
我知道有一个命令可以显示诸如 wifi 适配器属性之类的内容,但我不记得了。
在终端中Command not found,我输入:
airmon-ng start wlan0
Run Code Online (Sandbox Code Playgroud)
我可以做什么来访问airmon-ng命令?
命令
airmon-ng start wlan0
Run Code Online (Sandbox Code Playgroud)
作为输出给出
Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time you may want to kill (some of) them!
PID Name
3258 wpa_supplicant
4175 NetworkManager
4180 dhclient
4190 avahi-daemon
4191 avahi-daemon
Process with PID 4180 (dhclient) is running on interface wlan0
Interface Chipset Driver
wlan0 Unknown wl - (phy0]mon0: ERROR while getting interface flags: Onjuist apparaat
(monitor mode emabled on mon0)
Run Code Online (Sandbox Code Playgroud)
然后我输入
ifconfig mon0 down
Run Code Online (Sandbox Code Playgroud)
我收到这个错误: …
我试图安装Wifite从这些说明,但我不能安装cowpatty。
见下文:
root@vitor-hp:~# apt-get install cowpatty
Reading package lists ... ready
Building dependency tree
Reading state information ... ready
E: Could not find package cowpatty
root@vitor-hp:~#
Run Code Online (Sandbox Code Playgroud)
翻译自葡萄牙语
我使用 Ubuntu 13.10 64 位。
我已经按照本教程在 Ubuntu 14.04 上安装 aircrack:https : //www.youtube.com/watch?v= xdvGZlUzfRs & src_vid = OF0UjeoTXoI & feature = iv & annotation_id = annotation_1882595149
我不得不调整一些东西才能让它成功下载,但这是我遇到的问题(以及我找不到解决方案的问题):
这个命令:
sudo airodump-ng mon0
Run Code Online (Sandbox Code Playgroud)
其中我收到错误:
Interface mon0:
ioctl(SIOCGIFINDEX) failed: No such device
Run Code Online (Sandbox Code Playgroud)
命令 iwconfig 显示:
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11abg ESSID:"nameofmynetwork"
Mode:Managed Frequency:5.765 GHz Access Point: 05:B1:51:42:A1:5D
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Run Code Online (Sandbox Code Playgroud)
关于mon0,它是什么?我尝试了一些解决方案,例如杀死进程并更新到最新的aircrack,但仍然收到错误消息。
任何帮助表示赞赏!
我可以获得安装 aircrack-ng-1.2-beta3/aircrackng-1.1 的详细帮助吗?我使用的是 Ubuntu 14.04。
这是我开始时得到的 airodump-ng
root@guido-laptop:/home/guido# airodump-ng wlan0
ioctl(SIOCSIWMODE) failed: Device or resource busy
ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead. Make
sure RFMON is enabled: run 'airmon-ng start wlan0 <#>'
Sysfs injection support was not found either.
Run Code Online (Sandbox Code Playgroud) 我正在使用 14.04。我关注了这篇关于安装 Aircrack 的帖子。当我输入最后一个命令sudo make install时,出现此错误:
/usr/bin/ld: cannot find -lnl-genl-3
Run Code Online (Sandbox Code Playgroud)