Results 1 to 3 of 3

Thread: Weird airmon-ng results (ALFA Awus036nhr v2)

  1. #1
    Join Date
    2013-Nov
    Posts
    6

    Weird airmon-ng results (ALFA Awus036nhr v2)

    Hello kali forum,

    I am using kali 2 and ALFA Awus036nhr v2.

    I put the card into monitor mode:
    Code:
    airmon-ng check kill
    airmon-ng start wlan1
    ifconfig wlan1mon down
    macchanger -r wlan1mon
    ifconfig wlan1mon up
    But then when I use airodump it displays in the upper right corner:
    fixed channel wlan1mon: 6

    But the channel number is random. Does someone know why this error occurs?
    Beside that when I try to use reaver for wps attack, it always fails on auth. Any clues on that?

    Would be glad if someone could help!

  2. #2
    Join Date
    2015-Dec
    Posts
    9
    Quote Originally Posted by Peliori View Post
    Hello kali forum,

    I am using kali 2 and ALFA Awus036nhr v2.

    I put the card into monitor mode:
    Code:
    airmon-ng check kill
    airmon-ng start wlan1
    ifconfig wlan1mon down
    macchanger -r wlan1mon
    ifconfig wlan1mon up
    But then when I use airodump it displays in the upper right corner:
    fixed channel wlan1mon: 6
    My 'card' doesn't work well with airmon-ng, I get the same strange interface name which you can't do anything with, and gets more complex the more you try and correct it. Try the following as your code, works great and leaves the interface name alone and in monitor mode:

    Code:
    ifconfig wlan1 down
    macchanger -r wlan1
    iwconfig wlan1 mode monitor
    ifconfig wlan1 up
    Assuming your interface is wlan1...

    Cheers,

    Chemikul30

  3. #3
    Join Date
    2015-Dec
    Posts
    9
    Peliori,

    the only caveat of using iwconfig is it stays on until reboot as to where you can start an stop airmon anytime in your session.

Similar Threads

  1. Alfa AWUS036NHR V2 & Hostapd
    By JackBauer in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2017-04-15, 09:51
  2. Alfa AWUS036NHR v2 on Kali 2
    By Peliori in forum General Archive
    Replies: 7
    Last Post: 2015-11-25, 08:03
  3. Replies: 3
    Last Post: 2015-09-03, 02:20
  4. Alfa AWUS036NHR - RTL8188RU
    By diego in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2014-05-28, 19:16
  5. Alfa awus036nhr v2
    By shaberu in forum General Archive
    Replies: 3
    Last Post: 2013-11-22, 11:40

Posting Permissions

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