Questions tagged [airodump-ng]

23 questions
3
votes
1 answer

Why does airodump-ng shows 2.4GHz AP beacons, but wireshark does not?

I'm debugging some edits I made to hostapd which requires me to capture some beacon frames, but I can only capture them with airodump-ng and not with wireshark. I have a Panda PAU09 adapter running on Kali. Method #1: I fire up airmon-ng and put the…
PeterT
  • 135
  • 4
3
votes
2 answers

Airodump-ng : why are BSSID not associated?

Using airodump-ng with my wireless adapter in monitor mode, I am able to get expected scan to run. I have a few questions : Why do BSSIDs show as "not associated" (note: not all of them show as such, some just show a usual BSSID) If I understand…
taze totero
  • 51
  • 1
  • 2
  • 4
3
votes
1 answer

Unassociated MACs in airodump-ng display

What are the extra MACs in airodump display that are not real associated adapters? What are they for? There are only 4 things connected to this router - (verified by viewing router dhcp list) but there are over 15 MACs displayed by airodump-ng. …
learning2
  • 41
  • 3
2
votes
0 answers

I'm not able to DeAuth a Client (Aireplay-ng)

I'm trying to perform a De-authentication attack on my own network and client. However, the client never disconnects and I cannot boot the client from the AP. I'm running: aireplay-ng -0 0 -a [BSSID] wlan0 -c [TARGET MAC] I'm close to the…
Joe
  • 31
  • 2
1
vote
0 answers

Not able to capture 4 way handshake using airodump-ng

I am not able capture 4 way handshake, I also tried manually disconnecting and reconnecting my device to the network in hope that airodump-ng will capture the handshake but no luck. I checked the device was successfully getting disconnected after…
MaxHacc
  • 11
  • 2
1
vote
1 answer

802.11 data frames missing from Wireless frames capturing

By working on the Wireless QoS (WMM/802.11e), I captured with airmon-ng and airodump-ng on Kali Linux, the 802.11 raw wireless frames, on my BSSID and channel. I generate some traffic from my Wireless client connected to the access point sniffed,…
bdes31
  • 113
  • 5
1
vote
1 answer

How to get result from airdump-ng on Ubuntu 18.04 LTS?

Issue: when I run airodump-ng wlp3s0mon, no results appear. I recently installed all kali linux tools on Ubuntu 18.04 LTS from this git repo https://github.com/LionSec/katoolin My chipset is the following and it supports monitor…
1
vote
2 answers

Airodump-ng occationally not showing networks near me

I'm brand new to the field of pen testing, so please excuse my ignorance and the potential asking of a question that already exists. As I stated in the title, there are times when I run airodump-ng [interface] and no networks are displayed. And to…
brittenb
  • 111
  • 1
  • 1
  • 4
1
vote
0 answers

how to deauth clients in a "secured wireless network"

I am using aireplay-ng -0 0 -a *bssid* -c *clientMac* wlan0 command which works fine in my home or school network. I was in a club yesterday that has something such special in their bssid that I am not able to deauth anyone connected to that…
1
vote
2 answers

Airodump-ng doesn't capture handshake or sees any devices connected on Kali, but captures everything on Backtrack. How to fix it?

I ran into a problem in using kali linux system. Kali doesn't allow me to see any devices connected to certain spot or capture any handshakes, I know that it can capture them(and see connected devices) because I tried to use 'airodump' command on…
RaulAlkino
  • 11
  • 1
  • 3
0
votes
0 answers

Getting WPA handshake instead of PMKID

Similar to PMKID found , but it should be WPA handshake I notice when I run aircrack-ng with the saved .cap file it does not properly test the keys as it normally would with a WPA Handshake found. Any way to receive the WPA handshake instead of…
0
votes
0 answers

Airodump-ng shows AP on negative channel

I am new to WiFi and was trying to learn pentesting with the aircrack-ng suite. In the following airodump-ng excerpt, any idea why airodump-ng is showing an access point with negative value -1 as the channel? The AP seems to be hidden but I got a…
user836049
  • 101
  • 3
0
votes
0 answers

besside-ng "bad beacon" error when attempting to deauth (aircrack-ng)

Equipment: Alfa AWUS036ACH Wi-Fi adapter AC1200 Fresh Install of Kali Linux, fully updated (not on a VM) I have been running across this same "bad beacon" error (sometimes with "DEAUTH" in front of it) when trying to run besside-ng. I am running…
0
votes
1 answer

Airmon-ng/Airodump-ng - Low Beacon Count on certain networks

It's been a few years since I've played around with this so I'm not sure if times have changed. When using AR7921 chipset (Alfa AWUS036NHA) on Ubuntu 20.04 I can see many networks using the following commands airodump-ng start…
jblz
  • 103
  • 3
0
votes
2 answers

airodump-ng station not associated with bssid

Why do some BSSIDs show as "not associated" (note: not all of them show as such; some just show a usual BSSID). I have tried to use the other BSSID that shows up for the other station but it didn't work.
1
2