Results 1 to 2 of 2

Thread: Airodump-ng or No interface specified problem.

  1. #1
    Join Date
    2020-Jul
    Posts
    1

    Airodump-ng or No interface specified problem.

    Hello there. When I'm trying to use command
    Code:
    airodump-ng --bssid <address> --channel <channel> -w <destination folder>
    I just get answer
    Code:
    No interface specified
    I already tried all methods that I know. Destination folder already exist. Root enabled. After typing
    Code:
    airmon-ng start wlan0mon
    console says
    Code:
    (mac80211 monitor mode already enabled for [phy0]wlan0mon on [phy0]wlan0mon)
    My wifi chipset is Athernos 9485 and driver is ath9k (2016) for windows 8. I don't know any solutions for this problem so I hope someone can help me.

  2. #2
    Join Date
    2020-Jul
    Posts
    12
    you have to define the network adapter for airodump-ng

    airodump-ng --bssid <address> -c <channel> -w <folder/file> wlan0mon

    if you use a dual band wifi adapter you can define the band where it should listen

    airodump-ng --bssid <address> --band <band letter> -c <channel> -w <folder/file> wlan0mon

    a= 5GHz band
    b= 2.4GHz band
    g= 2.4GHz band

    for example: --band a or --band abg

Similar Threads

  1. Replies: 0
    Last Post: 2020-03-13, 17:04
  2. Wireless interface name problem
    By orkinos in forum ARM Archive
    Replies: 9
    Last Post: 2017-01-17, 15:17
  3. airodump freezing after showing 1 interface
    By toxic in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-10-28, 14:37

Tags for this Thread

Posting Permissions

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