You are not logged in.

#1 2013-04-29 01:32:04

Abnormality
Member
Registered: 2013-01-21
Posts: 11

Airmon-ng net tools needed

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 found

As 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

#2 2013-04-29 01:39:11

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: Airmon-ng net tools needed

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

#3 2013-04-29 01:39:11

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: Airmon-ng net tools needed

It's not saying that it requires net tools, it's saying it requires Wireless tools. Do you have wireless_tools installed?

Online

#4 2013-04-29 02:19:53

Abnormality
Member
Registered: 2013-01-21
Posts: 11

Re: Airmon-ng net tools needed

Thank you, I've fixed the problem now with

pacman -S wireless_tools

Last edited by Abnormality (2013-04-29 02:21:13)

Offline

#5 2013-04-29 08:34:39

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: Airmon-ng net tools needed

Abnormality wrote:

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

Board footer

Powered by FluxBB