Channel Conflict

Discussion in 'Scripts & Commands' started by Mr. Penguin, 19 Jul 2012.

  1. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,262
    If you ever had your device on another channel but the AP uses another? I have a script solution for you:
    Code:
    Select All
    sudo airodump-ng wlan0 --channel 11 sleep 5
    This will set your device, to the same channel as the AP, which is in this case, channel 11.

    Note that if you download the attachment script that you might need to set permissions as 755 by chmod before you can run it as a script. E.g:

    Code:
    Select All
    sudo chmod 755 '/root/Desktop/Aircrack-ng-SCRIPTS/Channel-Conflict-11.sh'
     

    Attached Files:

Share This Page

Loading...