Questions tagged [airodump-ng]
This tag should be used with questions related to airodump-ng, a part of aircrack-ng network software suite.
24 questions
0
votes
1
answer
997
views
MT7601U Adapter in Linux - Monitor Mode Enabled, but Unable to Capture Handshake or Discover Devices
I'm facing an issue with my MT7601U network adapter on Linux. Although I've successfully entered monitor mode, I'm encountering difficulties capturing handshakes and discovering devices in the network/...
0
votes
1
answer
238
views
airodump-ng: No beacons from WiFi Access Piont
I'm trying to monitor my Access Point "My AP" with a "TP-Link Archer T3U Plus AC1300".
I put it in monitor mode:
ip link set wlan0 down
iwconfig wlan0 mode monitor
ip link set ...
1
vote
1
answer
711
views
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 ...
0
votes
1
answer
749
views
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 ...
1
vote
1
answer
1k
views
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.
...
-1
votes
1
answer
133
views
Can't use WiFi adaptor with airodump-ng on Kali Live
I'm trying to use airodump-ng on Kali, but apparently the last version of the firmware of my wireless adapter is not working, so I need to delete it:
sudo rm /lib/firmware/ath10k/QCA9377/hw1.0/...
1
vote
0
answers
2k
views
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 ...
1
vote
0
answers
616
views
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.
...
2
votes
3
answers
13k
views
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 ...
-2
votes
1
answer
245
views
Question about airmon-ng
I have a question about the program aircrack.
When I want start the monitor mode in my adapter i use the command:
airmon-ng start wlan0
and when i wanna stop the monitor mode i use the command:
...
-2
votes
1
answer
288
views
Copy something while airodump-ng is working
I am very new to kali.
Today I saw a video about kali where the guy can copy anything from the airodump-ng page without stopping it. When I try to select something to copy it automatically deselect ...
1
vote
1
answer
1k
views
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 ...
2
votes
1
answer
233
views
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 ...
1
vote
0
answers
4k
views
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 ...
0
votes
0
answers
7k
views
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 ...