LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 07-31-2011, 06:26 AM   #1
jacopo9214
LQ Newbie
 
Registered: Jul 2011
Posts: 11

Rep: Reputation: Disabled
problem with aircrack-ng


hello everybody, i'm using a linux virtual machine on my OS windows 7 64bit. when i type in the terminal airmon-ng i've a screen like this:

interface chipset driver


without anything written below. how can i do? please help me
 
Old 07-31-2011, 10:42 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hello,

That's because you need to tell it what to do. Type the following:
Code:
airmon-ng --help
A more common way to start monitor mode is as follows:
Code:
airmon-ng wlan0 start
Hope this helps!

Josh
 
Old 07-31-2011, 12:39 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,008

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
They don't make a virtual wireless do they?
 
Old 07-31-2011, 01:06 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jefro View Post
They don't make a virtual wireless do they?
It depends. If the wireless device is USB you are able to pass it through to the guest OS. The current version of Virtualbox even has experimental support to do that with PCI-devices.
 
Old 07-31-2011, 01:24 PM   #5
jacopo9214
LQ Newbie
 
Registered: Jul 2011
Posts: 11

Original Poster
Rep: Reputation: Disabled
i've written airmon-ng --help and the terminal gives me:

usage: airmon-ng <start|stop|check> <interface> [channel of frequency]


i need to discover something under interface chipset and driver typing airmon-ng... i don't know how to do... i've checked a guide on youtube that says to go on virtual machine - removable devices - disable "network adapter" and enable my wireless adapter... unfortunately in the interface i've only "network adapter" and not my wireless adapter (something like realtek wireles...) so i can't enable it.

if i disable network adapter and i type airmon-ng i've nothing below... help me pleaseeee
 
Old 07-31-2011, 01:33 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
We need more information from you:
1. Which virtualization software do you use in which version?
2. Is your wireless a USB or a PCI device?
 
Old 07-31-2011, 02:55 PM   #7
jacopo9214
LQ Newbie
 
Registered: Jul 2011
Posts: 11

Original Poster
Rep: Reputation: Disabled
for virtualisation i use vmware player and i think that my wireless device is a PCI because i'm using a notebook hp pavilion
 
Old 07-31-2011, 03:17 PM   #8
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Could you post the output of lspci for us?
 
Old 07-31-2011, 03:24 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
VMware Player isn't capable of passing PCI devices through to the guest OS, so you will not get that running. Either get yourself an USB wireless device or install Linux natively on your physical hardware.
 
1 members found this post helpful.
Old 07-31-2011, 04:13 PM   #10
16pide
Member
 
Registered: Jan 2010
Posts: 418

Rep: Reputation: 83
I hope you're not trying to crack my home wifi!
 
Old 07-31-2011, 05:00 PM   #11
jacopo9214
LQ Newbie
 
Registered: Jul 2011
Posts: 11

Original Poster
Rep: Reputation: Disabled
noooooo why you think so??
so i need to install linux in my notebook??
 
Old 07-31-2011, 05:28 PM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jacopo9214 View Post
so i need to install linux in my notebook??
Yes, or at least run it as live-medium, but you have to run it on your physical hardware.
 
Old 07-31-2011, 05:56 PM   #13
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by TobiSGD View Post
Yes, or at least run it as live-medium, but you have to run it on your physical hardware.
To the OP - I would personally go the live cd route, then see how you like it. I completely forgot in my last post that you are running it virtually; Definitely run it natively and post the output of the command I asked before. Most likely, it will work when it is not being ran via virtual box or whatever software that you are using.
 
Old 07-31-2011, 07:03 PM   #14
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Out of curiosity: what's the background of the request?
What do you need aircrack for?


Cheers,
Tink

Last edited by Tinkster; 07-31-2011 at 07:04 PM.
 
Old 07-31-2011, 07:05 PM   #15
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Tinkster View Post
Out of curiosity: what's the background of the request?
What do you need aircrack for?

Cheers,
Tink
Nothing big, he just wants to tap into your wireless internet
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
aircrack problem marene Linux - Software 1 01-24-2011 01:20 PM
ubuntu 8.04 problem - kismet and/or aircrack not working on my hp 6830s neverone Linux - Software 0 01-15-2009 07:03 PM
Problem with Aircrack-ng psykhe Slackware 1 05-19-2008 01:45 PM
How to use Aircrack-ng? SentralOrigin Linux - Wireless Networking 3 07-11-2007 02:17 PM
Aircrack problem with PK_PACKET BassJunkieUK Linux - Newbie 1 05-18-2005 12:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 06:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration