LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   problem with aircrack-ng (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/problem-with-aircrack-ng-894749/)

jacopo9214 07-31-2011 06:26 AM

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

corp769 07-31-2011 10:42 AM

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

jefro 07-31-2011 12:39 PM

They don't make a virtual wireless do they?

TobiSGD 07-31-2011 01:06 PM

Quote:

Originally Posted by jefro (Post 4430018)
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.

jacopo9214 07-31-2011 01:24 PM

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

TobiSGD 07-31-2011 01:33 PM

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?

jacopo9214 07-31-2011 02:55 PM

for virtualisation i use vmware player and i think that my wireless device is a PCI because i'm using a notebook hp pavilion

corp769 07-31-2011 03:17 PM

Could you post the output of lspci for us?

TobiSGD 07-31-2011 03:24 PM

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.

16pide 07-31-2011 04:13 PM

I hope you're not trying to crack my home wifi! ;)

jacopo9214 07-31-2011 05:00 PM

noooooo why you think so??
so i need to install linux in my notebook??

TobiSGD 07-31-2011 05:28 PM

Quote:

Originally Posted by jacopo9214 (Post 4430165)
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.

corp769 07-31-2011 05:56 PM

Quote:

Originally Posted by TobiSGD (Post 4430176)
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.

Tinkster 07-31-2011 07:03 PM

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


Cheers,
Tink

corp769 07-31-2011 07:05 PM

Quote:

Originally Posted by Tinkster (Post 4430218)
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 ;)


All times are GMT -5. The time now is 09:08 AM.