You are not logged in.
I'm getting that airmon-ng needs net tools to run. This is my prodecure:
[root@arch ~]# wget http://mirror.us.leaseweb.net/archlinux/community/os/i686/aircrack-ng-1.1-8-i686.pkg.tar.xz
[root@arch ~]# pacman -U aircrack-ng-1.1-8-i686.pkg.tar.xz
: Proceed with installation? [Y/n] Y
(2/2) checking keys in keyring [###############################################] 100%
(1/2) checking package integrity [###############################################] 100%
(1/2) loading package files [###############################################] 100%
(2/2) checking for file conflicts [###############################################] 100%
(2/2) checking available disk space [###############################################] 100%
(1/2) installing iw [###############################################] 100%
(2/2) installing aircrack-ng [###############################################] 100%
[root@arch ~]# wget http://mirror.us.leaseweb.net/archlinux/core/os/i686/net-tools-1.60.20120804git-2-i686.pkg.tar.xz
[root@arch ~]# pacman -U net-tools-1.60.20120804git-2-i686.pkg.tar.xz
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [###############################################] 100%
(1/1) checking package integrity [###############################################] 100%
(1/1) loading package files [###############################################] 100%
(1/1) checking for file conflicts [###############################################] 100%
(1/1) checking available disk space [###############################################] 100%
(1/1) reinstalling net-tools [###############################################] 100%
[root@arch ~]# aircrack-ng
Aircrack-ng 1.1 - (C) 2006, 2007, 2008, 2009 Thomas d'Otreppe
Original work: Christophe Devine
http://www.aircrack-ng.org
usage: aircrack-ng [options] <.cap / .ivs file(s)>
[root@arch ~]# airmon-ng
Wireless tools not foundAs you can see here airmon-ng isn't working because it's saying it requires net tools but I have net tools already installed. Any ideas how to solve this?
Offline
1. Why on earth are you doing this as root? 2. Why on earth are you manually downloading the files and using `pacman -U`? 3. Why not just install ``wireless_tools``?
All the best,
-HG
Offline
It's not saying that it requires net tools, it's saying it requires Wireless tools. Do you have wireless_tools installed?
Offline
Thank you, I've fixed the problem now with
pacman -S wireless_tools
Last edited by Abnormality (2013-04-29 02:21:13)
Offline
Thank you, I've fixed the problem now with
pacman -S wireless_tools
I'm glad you got it worked out. Please add [Solved] to the beginning of your thread title.
All the best,
-HG
Seriously though, why on earth were you manually downloading those packages?
Offline