Results 1 to 4 of 4

Thread: Setting up monitor mode Permanatelly

  1. #1
    Mikey Guest

    Setting up monitor mode Permanatelly

    Hi
    Now that I have Kali setup on a 10in Samsung laptop (main OS) I wondered if you can set up the Alfa card to 'Monitor Mode' permanatelly so you don't have to configure it everytime you turn on the laptop.

    Many thanks.

    Michael.

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    You can't. However, you can do the different steps by scripting it in /etc/rc.local and stopping the appropriate network services.

  3. #3
    Mikey Guest
    Quote Originally Posted by Mister_X View Post
    You can't. However, you can do the different steps by scripting it in /etc/rc.local and stopping the appropriate network services.
    OK
    Thanks.

  4. #4
    Join Date
    2016-Dec
    Location
    Canada
    Posts
    326
    best way is to write a short code to do it here s one I have on my computer

    to execute it i just type ./ in front of the name of file to run the code

    ./airmon-mc + Pre3ss enter

    this will turn on moniter mode ect

    airmon-ng check kill
    sleep 5
    airmon-ng
    sleep 5
    airmon-ng start wlan0
    sleep 7
    ifconfig wlan0mon down
    sleep 3
    macchanger --mac aa:bb:cc:11:22:33 wlan0mon
    sleep 8
    ifconfig wlan0mon up
    sleep 5
    clear
    echo -e iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii ii
    echo -e iioooooooooooooooooooooooooooooooooooooooooooooooo ii
    echo -e iioooiiiiiioooiiiiiiooiioooiioooiiiiiiooiioooiiooo ii
    echo -e iioooiioooooooiiooiiooiioooiioooiiooooooiioooiiooo ii
    echo -e iioooiioooooooiiooiiooiioooiioooiioiiiooiiiiiiiooo ii
    echo -e iioooiioooooooiiooiiooiioooiioooiiooiiooiioooiiooo ii
    echo -e iioooiiiiiioooiiiiiiooiiiiiiioooiiiiiiooiioooiiooo ii
    echo -e iioooooooooooooooooooooooooooooooooooooooooooooooo ii
    echo -e iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii ii

    ifconfig wlan0mon
    easy to start; hard to finish

Similar Threads

  1. Replies: 1
    Last Post: 2020-05-19, 18:57
  2. USB Wifi Adapter 2.4+5GHz, AP mode + monitor mode + packet injection
    By bibimbam in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-04-23, 21:10
  3. Wifite on Nexus 5 fails at setting monitor mode
    By RChadwick in forum NetHunter General Questions
    Replies: 12
    Last Post: 2019-03-16, 08:44
  4. Replies: 0
    Last Post: 2014-08-20, 07:38

Posting Permissions

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