Results 1 to 4 of 4

Thread: Changes in airmon-ng output

  1. #1
    Join Date
    2013-Jul
    Posts
    844

    Changes in airmon-ng output

    For those that have not noticed

    The Command:

    airmon-ng start wlan1

    No longer produces a monitor mode designation wlan1mon. You now simply get the same wlan1 designation.

    You can check the monitor mode status quickly by retyping:

    airmon-ng start wlan1 a second time. You will get a notice that the device is already in monitor mode.


    Musket Teams

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    You're wrong.

    While with most drivers it is wlanXmon, some don't have VIF and just turn the interface in monitor mode

  3. #3
    I use this now, Put sudo in front of each command if your not root

    Code:
    ip link set wlan0 down
    iw wlan0 set monitor control
    ip link set wlan0 up
    And if you want to shutdown Network Manager

    Code:
    systemctl stop NetworkManager.service

  4. #4

Similar Threads

  1. lsusb no output
    By johnwick in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2018-10-29, 18:02
  2. Configure HDMI output
    By MrMooCow in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-11-22, 06:36
  3. No HDMI Output
    By Captain Redbeard in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-08-23, 06:44

Posting Permissions

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