Results 1 to 5 of 5

Thread: Airodump wierd behaviour

  1. #1
    Join Date
    Apr 2008
    Beans
    56
    Distro
    Ubuntu Development Release

    Airodump wierd behaviour

    Hey,
    Lately got a new RaLink device for net monitoring. Worked for a few times and still workd perfectly well besides one wierd behaviour: when i set it to capture mode for a single network using airodump-ng it gets loads of beacons but almost no data. Is the reason a simple error or that the network is not broadcasting enought data?
    Thanks,
    Gab

    (packet injection not helping...)

  2. #2
    Join Date
    Sep 2009
    Location
    127.0.0.1
    Beans
    159

    Re: Airodump wierd behaviour

    A couple of things to check:

    Did you switch the interface to monitoring with airmon-ng first?
    Are you using mon0 as your airodump-ng interface?
    What airodump-ng options are you using, are you filtering on BSSID or limiting the channel selection?

    Hope that helps.

  3. #3
    Join Date
    Apr 2008
    Beans
    56
    Distro
    Ubuntu Development Release

    Re: Airodump wierd behaviour

    Did you switch the interface to monitoring with airmon-ng first?
    Yes. After shutting down the card and resetting the ip conf, switched it back on to the monitoring mode and got a confirmation from terminal.

    Are you using mon0 as your airodump-ng interface?
    I'm using ra0 as the monitoring interface since the card is detachable (USB).

    What airodump-ng options are you using, are you filtering on BSSID or limiting the channel selection?
    Code:
    airodump-ng -w file -c 6 --bssid 00:11:22:33:44:55 ra0

  4. #4
    Join Date
    Sep 2009
    Location
    127.0.0.1
    Beans
    159

    Re: Airodump wierd behaviour

    Just to confirm, is ra0 is the monitoring interface created by airmon-ng?

    Otherwise if the network that you're monitoring is running on channel 6 and the BSSID in the command corresponds to its BSSID then it's either lightly used or you're too far away from the ap and/or its client to see all the traffic.

  5. #5
    Join Date
    Apr 2008
    Beans
    56
    Distro
    Ubuntu Development Release

    Re: Airodump wierd behaviour

    Got it!
    All needed to be done is removing all attempts of the ubuntu to connect to a network (without disabling the card!) and it works perfectly well!
    Thanks

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •