Results 1 to 1 of 1

Thread: airodump-ng not showing any results

  1. #1
    Join Date
    2020-Sep
    Posts
    1

    airodump-ng not showing any results

    Hey guys, so I'm new to Kali Linux and want to study it and I have followed some tutorials and stuff to learn about it. I'm having a problem with the command 'airodump-ng' as it's not showing any results at all no matter how many times I've tried it.

    I use a Ralink RT5370 adapter and to my knowledge,it supports packet injection and Kali Linux 2020 on VirtualBox

    I've already done the following steps:
    -->apt-get update,upgrade,dist-upgrade
    --->apt-get install firmware-ralink
    -->changed the USB Controller to 3.0 and tried
    -->tried it on a fresh install of kali and on a 2018.3 version
    -->airmon-ng check kill
    -->tried enabling monitor mode using other methods


    I'm able to enable monitor mode and everything works perfectly. Can you tell me how to fix this please?

    Here's a screenshot of the output: https://ibb.co/Fm6kfH9

    Here's the code:

    Code:
    root@kali:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 10.0.2.15  netmask 255.255.255.0  broadcast 10.0.2.255
            inet6 fe80::a00:27ff:fe3a:e47c  prefixlen 64  scopeid 0x20<link>
            ether 08:00:27:3a:e4:7c  txqueuelen 1000  (Ethernet)
            RX packets 4  bytes 930 (930.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 39  bytes 3216 (3.1 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 24  bytes 1356 (1.3 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 24  bytes 1356 (1.3 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    
    wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 2e:1a:7c:c1:20:9f  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    
    root@kali:~# ifconfig wlan0 down
    root@kali:~# airmon-ng check kill
    
    
    Killing these processes:
    
    
        PID Name
       1496 wpa_supplicant
    
    
    root@kali:~# iwconfig wlan0 mode monitor
    root@kali:~# ifconfig wlan0 up
    root@kali:~# iwconfig
    wlan0     IEEE 802.11  Mode:Monitor  Frequency:2.412 GHz  Tx-Power=20 dBm   
              Retry short  long limit:2   RTS thr:off   Fragment thr:off
              Power Management:off
              
    eth0      no wireless extensions.
    
    
    lo        no wireless extensions.
    
    
    root@kali:~# airodump-ng wlan0

Similar Threads

  1. Replies: 9
    Last Post: 2016-12-31, 18:00

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
  •