Questions tagged [airodump-ng]

This tag should be used with questions related to airodump-ng, a part of aircrack-ng network software suite.

airodump-ng is a part of Aircrack-ng, for which its own general tag is present. airodump-ng is responsible for packet sniffing.

Related tags

Related links

23 questions
8
votes
1 answer

How to save an output of airodump-ng to a file?

I've tried to get a file from airodump-ng via redirecting a output stream via: airodump-ng mon0 2>&1 | tee file.txt but this appends to a file rather than rewrites it. So after that I've tried to redirect an output to other output stream via a…
Artfaith
  • 442
  • 1
  • 7
  • 16
3
votes
1 answer

airodump-ng - What are the abbreviations in the WPS column?

when using airodump-ng; with the -W / --wps flag enabled, what are the abbreviations that show up in the new column; like: LAB,DISP,KPAD,PBC, etc..? It's only briefly mentioned in the manual: -W, --wps Display a WPS column with WPS…
voices
  • 1,252
  • 3
  • 15
  • 30
2
votes
3 answers

How to use Airodump in kali wsl

i am trying to use this tutorial, but i am stuck in step 1(airmon-ng start wlan0) which returns Requested device "wlan0" does not exist. Run /usr/sbin/airmon-ng without any arguments to see available interfaces and iwconfig returns dummy0 no…
2
votes
1 answer

Usb wifi adapter problem

I have a usb wifi adapter (Edimax EW-7612UAn V2) with its driver installed on my parrot system and my computer's pci is not compatible with parrot .The problem is parrot says both adapters are disabled when i use normal wifi and when I use airmon-ng…
mohamed
  • 121
  • 3
2
votes
1 answer

How to monitor packets from a MAC address

I am wanting to monitor a MAC address for activity on my network using airodump-ng I am currently: First running this: airodump-ng mon0 --write t which writes to the file t-01.csv a csv with the format: Station MAC, First time seen, Last time seen,…
maxisme
  • 275
  • 2
  • 15
2
votes
2 answers

Kali disconnect from WiFi when tools are used

My kail linux (desktop dual boot, not vm) disconnects from WiFi whenever I do something with the given tools. It works fine with the browser and even other terminal procedures like vim. However, when I try to use a tool like wifite, arimon-ng or…
DSchana
  • 133
  • 1
  • 4
1
vote
1 answer

WiFi networks not showing after deauth attack in Kali Linux

I did a deauth attack to my own wifi. After that I tried to connect wifi (in Kali Linux), but it showed network manager not running. I solved it by using service NetworkManager restart. Then Network Manager opened, but it couldn't access my wifi…
1
vote
1 answer

Is it possible to detect if a Router WPS button has been pressed or not by just passively monitoring traffic?

I mean you could check if the wps button has been pressed or not using this command wpa_cli wps_pbc But i am wondering if it's possible to do it using airodump-ng Without any one connecting to it. The wifiphisher Utility claims to be able to do it…
1
vote
0 answers

Airodump-ng fixed channel wlan0: -1 problem. awus1900

I have awus1900 adapter and use kali linux on vmware Driver for awus1900 I installed from this site: https://github.com/aircrack-ng/rtl8814au Before switching the adapter to monitor mode, I entered the command airmon-ng check kill My system is…
1
vote
0 answers

Airdump-ng wlan0mon and does not show any network

on my host pc there is showing some wlan networks with my wlan adapter tp-link AC1300. But in kali (my virtual machine) there are no networks at all. And yes it is in monitor mode and also detected. I would like to monitor my own network. But it…
EndrIT
  • 11
  • 3
1
vote
1 answer

Airodump-ng only writing one line per AP to output file

I'm trying to dump all of the beacons received by the wifi adapter into a CSV file, so that I can monitor the RSSI (Power) over time. The man page states that the flag --beacons will output all beacons to the capture file, but this doesn't seem to…
IeuanG
  • 13
  • 4
1
vote
0 answers

airodump-ng doesn't show results

When I run airodump-ng to scan Wi-Fis around me, I get no output, like there's nothing around me. I have a Qualcomm Atheros QCA9377 adapter that's integrated in my laptop (Dell Inspiron 15) and i'm running Kali Linux 64 2019.1 here's the airmon-ng…
Amosimo
  • 11
  • 1
  • 2
1
vote
1 answer

How to connect remotely to airserv-ng server?

I found a new utils called airserv-ng a have tested him and I have a problem : I want to use airserv-ng on one computer and airodump-ng on another. I test that but the problem is when I want to run airserv-ng it is an error that told me to run it in…
Chems
  • 11
  • 3
0
votes
1 answer

Error: Invalid output format: IVS and PCAP format cannot be used together

I'm using aircrack-ng to capture a handshake on a WPA2 access point. I would like to write the outfile in pcap format, but I keep getting errors. I've tried reinstalling aircrack-ng using versions from github and arch repository. I ultimately want…
Dominic
  • 129
  • 1
  • 2
  • 4
0
votes
0 answers

Qualcomm Atheros wifi card in monitor mode doesn't find devices on access point

I recently installed Kali Linux on a spare laptop of mine to test my wifi's security. I checked the supported modes in a console to confirm monitor mode was supported using iw list And it indeed shows Monitor Mode in the list. I tried putting it…
CaffeinatedMike
  • 101
  • 1
  • 3
1
2