Results 1 to 2 of 2

Thread: Restoring Network Manager functions after airmon-ng check kill

  1. #1
    Join Date
    2013-Jul
    Posts
    844

    Restoring Network Manager functions after airmon-ng check kill

    Aircrack-ng suite provides a method of disabling Network Manager functions thru the airmon-ng check kill command. Unfortunately they did not tell you how to restore Network Manager after evoking airmon-ng check kill.

    The actual commands are buried in the airmon-ng script.

    The following three(3) commands should cover most kali distros:

    service network-manager restart
    service NetworkManager restart
    service avahi-daemon restart

    MTeams

  2. #2
    Join Date
    2013-Jul
    Posts
    844
    Further to the above:

    These service commands DONOT work if ANY wifi device is not in mode managed

    Hence

    iwconfig [ENTER] #gives you device status

    Any device not in mode managed run the following:

    ifconfig wlan? down
    iwconfig wlan? mode managed
    ifconfig wlan? up

    Once all devices are in mode managed

    You can now run the service commands or if these service commands have been already run then NetworkManager will come back on line.

    Musket Team Labs
    Last edited by mmusket33; 2017-01-18 at 01:16.

Similar Threads

  1. airmon-ng check kill, VNC and SSH will not be able to remote control
    By czg123698741 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2023-04-05, 00:22
  2. Replies: 1
    Last Post: 2021-02-11, 20:00
  3. Replies: 1
    Last Post: 2016-01-13, 17:18
  4. Airmon-ng check kill command in Aircrack-ng 1.2 rc3
    By mmusket33 in forum General Archive
    Replies: 1
    Last Post: 2015-12-15, 08:31

Posting Permissions

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