Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
0
votes
1
answers
873
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/s. Strangely, only WPS attacks seem to work reliably. Here are the key details: - **Adapter:** Rali...
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/s. Strangely, only WPS attacks seem to work reliably.
Here are the key details:
- **Adapter:** Ralink MT7601U
- **Distribution:** parrotOS 6.0 (lorikeet) 64-bit Kernel 6.8.0-xxxxx
- **Problem Summary:**
- Monitor mode is enabled.
- Unable to capture handshakes or detect devices in the network, except for WPS attacks which is very different kind of wifi attack.
- **Attempts to Resolve:**
- Successfully entered monitor mode using the
iw
command (sudo iw dev set monitor control
).
- Tried various tools like Aircrack-ng, Wireshark, and tcpdump for packet capture, but no success in capturing handshakes.
- Even after ensuring monitor mode is active, no devices are being discovered in the network, except during WPS attacks.
- **Observations:**
- Checked system logs (dmesg
, /var/log/syslog
) but found no relevant error messages.
- Updated drivers through the package manager and also tried downloading from the manufacturer's website, but the issue persists.
I'm reaching out to the community for guidance on troubleshooting steps or potential solutions to this problem. Any advice or insights from users familiar with the MT7601U adapter or similar issues with other adapters would be greatly appreciated.
Thank you for your assistance!
Mike Walter
(49 rep)
Apr 13, 2024, 03:01 PM
• Last activity: Apr 18, 2024, 03:38 AM
0
votes
1
answers
199
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 wlan0 up _ $iwconfig wlan0 IEEE 802.11b ESSID:"" Nickname:" " Mode:Monitor Frequency:2.412 GHz Access Point: Not-Associated...
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 wlan0 up
_
$iwconfig
wlan0 IEEE 802.11b ESSID:"" Nickname:""
Mode:Monitor Frequency:2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/100 Signal level=-100 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
airodump-ng receives beacons from other Access Points from my neighbors but not from my "My AP":
$airodump-ng --band abg wlan0
BSSID PWR Beacons #Data, #/s CH MB ENC CIPHER AUTH ESSID
XXXXX -1 0 24 0 1 -1 WPA
My AP -46 0 218 0 6 405 WPA2 CCMP PSK YYY <=== HERE
XXXXX -60 3713 1572 1 1 130 WPA2 CCMP PSK AAA
XXXXX -63 5010 1910 9 1 195 WPA2 CCMP PSK AAA
XXXXX -66 5531 0 0 1 130 WPA2 CCMP PSK AAA
XXXXX -72 5362 0 0 1 130 WPA2 CCMP PSK AAA
BSSID STATION PWR Rate Lost Frames Notes Probes
XX AAA -85 0 - 1e 0 204
XX AAA -1 1e- 0 0 22
XX AAA -74 1e- 1 0 254
XX AAA -80 1e- 1e 0 813
XX AAA -66 1e- 1e 0 636
XX AAA -74 1e- 6 14 100
XX AAA -86 1e- 1 0 10
Info:
- AP is FRITZ!Box 7490
- AP is a Mesh with a Fritz Repeater
- AP has no hidden SSI. I can see it in my phone and connect to it.
- AP is 2,4 GHz and 5 GHz
Why I don't receive any beacons from my Access Point but from other in my area?
user11909
(101 rep)
Mar 23, 2024, 11:43 AM
• Last activity: Mar 24, 2024, 10:47 AM
1
votes
1
answers
691
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 Manager opened, but it couldn't access my wifi networks (`unable to access "available networks"`).
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 networks (unable to access "available networks"
).
gimhan hirusara
(11 rep)
Nov 19, 2022, 12:58 PM
• Last activity: Feb 8, 2023, 10:33 AM
2
votes
3
answers
12949
views
How to use Airodump in kali wsl
i am trying to use [this][1] 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 wireless extensions. bond0 no wireless extensions...
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 wireless extensions.
bond0 no wireless extensions.
sit0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless extensions.
also ifconfig
eth0: flags=4163 mtu 1500
inet 172.17.144.139 netmask 255.255.255.240 broadcast 172.17.144.143
inet6 fe80::215:5dff:fe6c:61a1 prefixlen 64 scopeid 0x20
ether 00:15:5d:6c:61:a1 txqueuelen 1000 (Ethernet)
RX packets 6588 bytes 8676738 (8.2 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2138 bytes 132368 (129.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
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
i installed aircrack by using sudo apt-get install aircrack-ng
running apt list --installed
gives me
Listing... Done
adduser/kali-rolling,now 3.118 all [installed]
aircrack-ng/kali-rolling,now 1:1.6+git20200821.87bf5727-1 amd64 [installed]
apt-utils/kali-rolling,now 2.1.10 amd64 [installed]
apt/kali-rolling,now 2.1.10 amd64 [installed]
autoconf/kali-rolling,now 2.69-11.1 all [installed,automatic]
automake/kali-rolling,now 1:1.16.2-4 all [installed,automatic]
autopoint/kali-rolling,now 0.19.8.1-10 all [installed,automatic]
autotools-dev/kali-rolling,now 20180224.1 all [installed,automatic]
base-files/kali-rolling,now 1:2020.3.1 amd64 [installed]
base-passwd/kali-rolling,now 3.5.47 amd64 [installed]
bash/kali-rolling,now 5.0-7 amd64 [installed]
bind9-dnsutils/kali-rolling,now 1:9.16.6-3 amd64 [installed,automatic]
bind9-host/kali-rolling,now 1:9.16.6-3 amd64 [installed]
bind9-libs/kali-rolling,now 1:9.16.6-3 amd64 [installed,automatic]
binutils-common/kali-rolling,now 2.35-3 amd64 [installed,automatic]
binutils-x86-64-linux-gnu/kali-rolling,now 2.35-3 amd64 [installed,automatic]
binutils/kali-rolling,now 2.35-3 amd64 [installed,automatic]
bsdextrautils/kali-rolling,now 2.36-3+b1 amd64 [installed,automatic]
bsdmainutils/kali-rolling,now 12.1.7 all [installed]
bsdutils/kali-rolling,now 1:2.36-3+b1 amd64 [installed]
build-essential/kali-rolling,now 12.8 amd64 [installed,automatic]
bzip2/kali-rolling,now 1.0.8-4 amd64 [installed,automatic]
ca-certificates/kali-rolling,now 20200601 all [installed,automatic]
calendar/kali-rolling,now 12.1.7 amd64 [installed,automatic]
coreutils/kali-rolling,now 8.30-3+b1 amd64 [installed]
cpio/kali-rolling,now 2.13+dfsg-4 amd64 [installed]
cpp-10/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
cpp/kali-rolling,now 4:10.1.0-1 amd64 [installed,automatic]
crda/kali-rolling,now 4.14+git20191112.9856751-1 amd64 [installed,automatic]
cron/kali-rolling,now 3.0pl1-136 amd64 [installed]
curl/kali-rolling,now 7.72.0-1 amd64 [installed]
dash/kali-rolling,now 0.5.10.2-7 amd64 [installed]
dbus/kali-rolling,now 1.12.20-1 amd64 [installed,automatic]
debconf-i18n/kali-rolling,now 1.5.74 all [installed]
debconf/kali-rolling,now 1.5.74 all [installed]
debian-archive-keyring/kali-rolling,now 2019.1 all [installed]
debianutils/kali-rolling,now 4.9.1 amd64 [installed]
dh-strip-nondeterminism/kali-rolling,now 1.9.0-1 all [installed,auto-removable]
diffutils/kali-rolling,now 1:3.7-3 amd64 [installed]
dirmngr/kali-rolling,now 2.2.20-1 amd64 [installed,automatic]
dmidecode/kali-rolling,now 3.2-4 amd64 [installed]
dmsetup/kali-rolling,now 2:1.02.171-3 amd64 [installed]
dnsutils/kali-rolling,now 1:9.16.6-3 all [installed]
dpkg-dev/kali-rolling,now 1.20.5kali2 all [installed,automatic]
dpkg/kali-rolling,now 1.20.5kali2 amd64 [installed]
dwz/kali-rolling,now 0.13-5 amd64 [installed,auto-removable]
e2fsprogs/kali-rolling,now 1.45.6-1 amd64 [installed]
ethtool/kali-rolling,now 1:5.8-1 amd64 [installed,automatic]
fakeroot/kali-rolling,now 1.24-1 amd64 [installed,automatic]
fdisk/kali-rolling,now 2.36-3+b1 amd64 [installed]
file/kali-rolling,now 1:5.38-5 amd64 [installed,automatic]
findutils/kali-rolling,now 4.7.0-1 amd64 [installed]
fontconfig-config/kali-rolling,now 2.13.1-4.2 all [installed,automatic]
fonts-dejavu-core/kali-rolling,now 2.37-2 all [installed,automatic]
g++-10/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
g++/kali-rolling,now 4:10.1.0-1 amd64 [installed,automatic]
gcc-10-base/kali-rolling,now 10.2.0-7 amd64 [installed]
gcc-10/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
gcc-9-base/kali-rolling,now 9.3.0-18 amd64 [installed]
gcc/kali-rolling,now 4:10.1.0-1 amd64 [installed,automatic]
gettext-base/kali-rolling,now 0.19.8.1-10 amd64 [installed,automatic]
gettext/kali-rolling,now 0.19.8.1-10 amd64 [installed,automatic]
git-man/kali-rolling,now 1:2.28.0-1 all [installed,automatic]
git/kali-rolling,now 1:2.28.0-1 amd64 [installed]
gnupg-l10n/kali-rolling,now 2.2.20-1 all [installed,automatic]
gnupg-utils/kali-rolling,now 2.2.20-1 amd64 [installed,automatic]
gnupg/kali-rolling,now 2.2.20-1 all [installed,automatic]
gpg-agent/kali-rolling,now 2.2.20-1 amd64 [installed,automatic]
gpg-wks-client/kali-rolling,now 2.2.20-1 amd64 [installed,automatic]
gpg-wks-server/kali-rolling,now 2.2.20-1 amd64 [installed,automatic]
gpg/kali-rolling,now 2.2.20-1 amd64 [installed,automatic]
gpgconf/kali-rolling,now 2.2.20-1 amd64 [installed,automatic]
gpgsm/kali-rolling,now 2.2.20-1 amd64 [installed,automatic]
gpgv/kali-rolling,now 2.2.20-1 amd64 [installed]
grep/kali-rolling,now 3.4-1 amd64 [installed]
groff-base/kali-rolling,now 1.22.4-5 amd64 [installed,automatic]
gzip/kali-rolling,now 1.10-2 amd64 [installed]
hostname/kali-rolling,now 3.23 amd64 [installed]
hwloc/kali-rolling,now 2.2.0+dfsg-4 amd64 [installed,automatic]
ieee-data/kali-rolling,now 20180805.1 all [installed,automatic]
ifupdown/kali-rolling,now 0.8.35+b1 amd64 [installed]
init-system-helpers/kali-rolling,now 1.58+kali1 all [installed]
init/kali-rolling,now 1.58+kali1 amd64 [installed]
intltool-debian/kali-rolling,now 0.35.0+20060710.5 all [installed,auto-removable]
iproute2/kali-rolling,now 5.8.0-1 amd64 [installed]
iptables/kali-rolling,now 1.8.5-3 amd64 [installed]
iputils-ping/kali-rolling,now 3:20200821-2 amd64 [installed]
isc-dhcp-client/kali-rolling,now 4.4.1-2.1+b2 amd64 [installed]
isc-dhcp-common/kali-rolling,now 4.4.1-2.1+b2 amd64 [installed]
iw/kali-rolling,now 5.8-1 amd64 [installed,automatic]
kali-archive-keyring/kali-rolling,now 2020.2 all [installed]
kmod/kali-rolling,now 27+20200310-2 amd64 [installed]
krb5-locales/kali-rolling,now 1.17-10 all [installed,automatic]
less/kali-rolling,now 551-2 amd64 [installed]
libacl1/kali-rolling,now 2.2.53-8 amd64 [installed]
libalgorithm-diff-perl/kali-rolling,now 1.19.03-2 all [installed,automatic]
libalgorithm-diff-xs-perl/kali-rolling,now 0.04-6 amd64 [installed,automatic]
libalgorithm-merge-perl/kali-rolling,now 0.08-3 all [installed,automatic]
libapparmor1/kali-rolling,now 2.13.4-3 amd64 [installed]
libapt-pkg6.0/kali-rolling,now 2.1.10 amd64 [installed]
libarchive-cpio-perl/kali-rolling,now 0.10-1 all [installed,auto-removable]
libarchive-zip-perl/kali-rolling,now 1.68-1 all [installed,auto-removable]
libargon2-1/kali-rolling,now 0~20171227-0.2 amd64 [installed]
libasan6/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libassuan0/kali-rolling,now 2.5.3-7.1 amd64 [installed,automatic]
libatomic1/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libattr1/kali-rolling,now 1:2.4.48-5 amd64 [installed]
libaudit-common/kali-rolling,now 1:2.8.5-3 all [installed]
libaudit1/kali-rolling,now 1:2.8.5-3+b1 amd64 [installed]
libbinutils/kali-rolling,now 2.35-3 amd64 [installed,automatic]
libblas3/kali-rolling,now 3.9.0-3 amd64 [installed,automatic]
libblkid1/kali-rolling,now 2.36-3+b1 amd64 [installed]
libbrotli1/kali-rolling,now 1.0.9-2 amd64 [installed,automatic]
libbsd0/kali-rolling,now 0.10.0-1 amd64 [installed]
libbz2-1.0/kali-rolling,now 1.0.8-4 amd64 [installed]
libc-bin/kali-rolling,now 2.31-3 amd64 [installed]
libc-dev-bin/kali-rolling,now 2.31-3 amd64 [installed,automatic]
libc-l10n/kali-rolling,now 2.31-3 all [installed,automatic]
libc6-dev/kali-rolling,now 2.31-3 amd64 [installed,automatic]
libc6/kali-rolling,now 2.31-3 amd64 [installed]
libcairo2/kali-rolling,now 1.16.0-4 amd64 [installed,automatic]
libcap-ng0/kali-rolling,now 0.7.9-2.2 amd64 [installed]
libcap2-bin/kali-rolling,now 1:2.43-1 amd64 [installed]
libcap2/kali-rolling,now 1:2.43-1 amd64 [installed]
libcbor0/kali-rolling,now 0.5.0+dfsg-2 amd64 [installed,automatic]
libcc1-0/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libcom-err2/kali-rolling,now 1.45.6-1 amd64 [installed]
libcroco3/kali-rolling,now 0.6.13-1 amd64 [installed,automatic]
libcrypt-dev/kali-rolling,now 1:4.4.17-1 amd64 [installed,automatic]
libcrypt1/kali-rolling,now 1:4.4.17-1 amd64 [installed]
libcryptsetup12/kali-rolling,now 2:2.3.4-1 amd64 [installed]
libctf-nobfd0/kali-rolling,now 2.35-3 amd64 [installed,automatic]
libctf0/kali-rolling,now 2.35-3 amd64 [installed,automatic]
libcurl3-gnutls/kali-rolling,now 7.72.0-1 amd64 [installed,automatic]
libcurl4/kali-rolling,now 7.72.0-1 amd64 [installed,automatic]
libdb5.3/kali-rolling,now 5.3.28+dfsg1-0.6 amd64 [installed]
libdbus-1-3/kali-rolling,now 1.12.20-1 amd64 [installed,automatic]
libdebconfclient0/kali-rolling,now 0.253 amd64 [installed]
libdebhelper-perl/kali-rolling,now 13.2.1 all [installed,auto-removable]
libdevmapper1.02.1/kali-rolling,now 2:1.02.171-3 amd64 [installed]
libdns-export1110/kali-rolling,now 1:9.11.19+dfsg-1 amd64 [installed]
libdpkg-perl/kali-rolling,now 1.20.5kali2 all [installed,automatic]
libedit2/kali-rolling,now 3.1-20191231-1 amd64 [installed,automatic]
libelf1/kali-rolling,now 0.180-1+b1 amd64 [installed]
liberror-perl/kali-rolling,now 0.17029-1 all [installed,automatic]
libestr0/kali-rolling,now 0.1.10-2.1+b1 amd64 [installed]
libexpat1/kali-rolling,now 2.2.9-1 amd64 [installed,automatic]
libext2fs2/kali-rolling,now 1.45.6-1 amd64 [installed]
libfakeroot/kali-rolling,now 1.24-1 amd64 [installed,automatic]
libfastjson4/kali-rolling,now 0.99.8-2 amd64 [installed]
libfdisk1/kali-rolling,now 2.36-3+b1 amd64 [installed]
libffi7/kali-rolling,now 3.3-4 amd64 [installed]
libfido2-1/kali-rolling,now 1.4.0-2 amd64 [installed,automatic]
libfile-fcntllock-perl/kali-rolling,now 0.22-3+b6 amd64 [installed,automatic]
libfile-stripnondeterminism-perl/kali-rolling,now 1.9.0-1 all [installed,auto-removable]
libfontconfig1/kali-rolling,now 2.13.1-4.2 amd64 [installed,automatic]
libfreetype6/kali-rolling,now 2.10.2+dfsg-3 amd64 [installed,automatic]
libfstrm0/kali-rolling,now 0.6.0-1+b1 amd64 [installed,automatic]
libgcc-10-dev/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libgcc-s1/kali-rolling,now 10.2.0-7 amd64 [installed]
libgcrypt20/kali-rolling,now 1.8.6-2 amd64 [installed]
libgdbm-compat4/kali-rolling,now 1.18.1-5.1 amd64 [installed,automatic]
libgdbm6/kali-rolling,now 1.18.1-5.1 amd64 [installed,automatic]
libglib2.0-0/kali-rolling,now 2.64.4-1 amd64 [installed,automatic]
libglib2.0-data/kali-rolling,now 2.64.4-1 all [installed,automatic]
libgmp10/kali-rolling,now 2:6.2.0+dfsg-6 amd64 [installed]
libgnutls30/kali-rolling,now 3.6.14-2+b1 amd64 [installed]
libgomp1/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libgpg-error0/kali-rolling,now 1.38-2 amd64 [installed]
libgssapi-krb5-2/kali-rolling,now 1.17-10 amd64 [installed,automatic]
libhogweed5/now 3.5.1+really3.5.1-2 amd64 [installed,local]
libhogweed6/kali-rolling,now 3.6-2 amd64 [installed,automatic]
libhwloc-plugins/kali-rolling,now 2.2.0+dfsg-4 amd64 [installed,automatic]
libhwloc15/kali-rolling,now 2.2.0+dfsg-4 amd64 [installed,automatic]
libicu67/kali-rolling,now 67.1-4 amd64 [installed,automatic]
libidn2-0/kali-rolling,now 2.3.0-1 amd64 [installed]
libip4tc2/kali-rolling,now 1.8.5-3 amd64 [installed]
libip6tc2/kali-rolling,now 1.8.5-3 amd64 [installed]
libisc-export1105/kali-rolling,now 1:9.11.19+dfsg-1 amd64 [installed]
libisl22/kali-rolling,now 0.22.1-1 amd64 [installed,automatic]
libitm1/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libiw30/kali-rolling,now 30~pre9-13.1 amd64 [installed,automatic]
libjson-c4/kali-rolling,now 0.13.1+dfsg-9 amd64 [installed]
libjson-c5/kali-rolling,now 0.15-1 amd64 [installed,automatic]
libk5crypto3/kali-rolling,now 1.17-10 amd64 [installed,automatic]
libkeyutils1/kali-rolling,now 1.6.1-2 amd64 [installed,automatic]
libkmod2/kali-rolling,now 27+20200310-2 amd64 [installed]
libkrb5-3/kali-rolling,now 1.17-10 amd64 [installed,automatic]
libkrb5support0/kali-rolling,now 1.17-10 amd64 [installed,automatic]
libksba8/kali-rolling,now 1.4.0-2 amd64 [installed,automatic]
libldap-2.4-2/kali-rolling,now 2.4.53+dfsg-1 amd64 [installed,automatic]
libldap-common/kali-rolling,now 2.4.53+dfsg-1 all [installed,automatic]
liblinear4/kali-rolling,now 2.3.0+dfsg-4 amd64 [installed,automatic]
liblmdb0/kali-rolling,now 0.9.24-1 amd64 [installed,automatic]
liblocale-gettext-perl/kali-rolling,now 1.07-4 amd64 [installed]
liblognorm5/kali-rolling,now 2.0.5-1.1 amd64 [installed]
liblsan0/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libltdl-dev/kali-rolling,now 2.4.6-14 amd64 [installed,automatic]
libltdl7/kali-rolling,now 2.4.6-14 amd64 [installed,automatic]
liblua5.3-0/kali-rolling,now 5.3.3-1.1+b1 amd64 [installed,automatic]
liblz4-1/kali-rolling,now 1.9.2-2 amd64 [installed]
liblzma5/kali-rolling,now 5.2.4-1+b1 amd64 [installed]
libmagic-mgc/kali-rolling,now 1:5.38-5 amd64 [installed,automatic]
libmagic1/kali-rolling,now 1:5.38-5 amd64 [installed,automatic]
libmail-sendmail-perl/kali-rolling,now 0.80-1 all [installed,auto-removable]
libmaxminddb0/kali-rolling,now 1.3.2-1 amd64 [installed,automatic]
libmnl0/kali-rolling,now 1.0.4-3 amd64 [installed]
libmount1/kali-rolling,now 2.36-3+b1 amd64 [installed]
libmpc3/kali-rolling,now 1.2.0-1 amd64 [installed,automatic]
libmpfr6/kali-rolling,now 4.1.0-3 amd64 [installed,automatic]
libncurses6/kali-rolling,now 6.2-1 amd64 [installed]
libncursesw6/kali-rolling,now 6.2-1 amd64 [installed]
libnetfilter-conntrack3/kali-rolling,now 1.0.8-1 amd64 [installed]
libnettle7/now 3.5.1+really3.5.1-2 amd64 [installed,local]
libnettle8/kali-rolling,now 3.6-2 amd64 [installed,automatic]
libnewt0.52/kali-rolling,now 0.52.21-4+b1 amd64 [installed]
libnfnetlink0/kali-rolling,now 1.0.1-3+b1 amd64 [installed]
libnftnl11/kali-rolling,now 1.1.7-1 amd64 [installed]
libnghttp2-14/kali-rolling,now 1.41.0-3 amd64 [installed,automatic]
libnl-3-200/kali-rolling,now 3.4.0-1+b1 amd64 [installed,automatic]
libnl-genl-3-200/kali-rolling,now 3.4.0-1+b1 amd64 [installed,automatic]
libnpth0/kali-rolling,now 1.6-2 amd64 [installed,automatic]
libp11-kit0/kali-rolling,now 0.23.21-2 amd64 [installed]
libpam-modules-bin/kali-rolling,now 1.3.1-5 amd64 [installed]
libpam-modules/kali-rolling,now 1.3.1-5 amd64 [installed]
libpam-runtime/kali-rolling,now 1.3.1-5 all [installed]
libpam0g/kali-rolling,now 1.3.1-5 amd64 [installed]
libpcap0.8/kali-rolling,now 1.9.1-4 amd64 [installed,automatic]
libpciaccess0/kali-rolling,now 0.16-1 amd64 [installed,automatic]
libpcre2-8-0/kali-rolling,now 10.34-7 amd64 [installed]
libpcre3/kali-rolling,now 2:8.39-13 amd64 [installed]
libperl5.30/kali-rolling,now 5.30.3-4 amd64 [installed,automatic]
libpipeline1/kali-rolling,now 1.5.3-1 amd64 [installed,automatic]
libpixman-1-0/kali-rolling,now 0.36.0-1 amd64 [installed,automatic]
libpng16-16/kali-rolling,now 1.6.37-3 amd64 [installed,automatic]
libpopt0/kali-rolling,now 1.18-1 amd64 [installed]
libprocps8/kali-rolling,now 2:3.3.16-5 amd64 [installed]
libprotobuf-c1/kali-rolling,now 1.3.3-1+b2 amd64 [installed,automatic]
libpsl5/kali-rolling,now 0.21.0-1.1 amd64 [installed,automatic]
libquadmath0/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libreadline8/kali-rolling,now 8.0-4 amd64 [installed]
librtmp1/kali-rolling,now 2.4+20151223.gitfa8646d.1-2+b2 amd64 [installed,automatic]
libsasl2-2/kali-rolling,now 2.1.27+dfsg-2 amd64 [installed,automatic]
libsasl2-modules-db/kali-rolling,now 2.1.27+dfsg-2 amd64 [installed,automatic]
libsasl2-modules/kali-rolling,now 2.1.27+dfsg-2 amd64 [installed,automatic]
libseccomp2/kali-rolling,now 2.4.3-1+b1 amd64 [installed]
libselinux1/kali-rolling,now 3.1-2 amd64 [installed]
libsemanage-common/kali-rolling,now 3.1-1 all [installed]
libsemanage1/kali-rolling,now 3.1-1 amd64 [installed]
libsepol1/kali-rolling,now 3.1-1 amd64 [installed]
libsigsegv2/kali-rolling,now 2.12-2 amd64 [installed,automatic]
libslang2/kali-rolling,now 2.3.2-5 amd64 [installed]
libsmartcols1/kali-rolling,now 2.36-3+b1 amd64 [installed]
libsqlite3-0/kali-rolling,now 3.33.0-1 amd64 [installed,automatic]
libss2/kali-rolling,now 1.45.6-1 amd64 [installed]
libssh2-1/kali-rolling,now 1.8.0-2.1 amd64 [installed,automatic]
libssl1.1/kali-rolling,now 1.1.1g-1 amd64 [installed]
libstdc++-10-dev/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libstdc++6/kali-rolling,now 10.2.0-7 amd64 [installed]
libsub-override-perl/kali-rolling,now 0.09-2 all [installed,auto-removable]
libsys-hostname-long-perl/kali-rolling,now 1.5-1 all [installed,auto-removable]
libsystemd0/kali-rolling,now 246.2-1 amd64 [installed]
libtasn1-6/kali-rolling,now 4.16.0-2 amd64 [installed]
libtext-charwidth-perl/kali-rolling,now 0.04-10 amd64 [installed]
libtext-iconv-perl/kali-rolling,now 1.7-7 amd64 [installed]
libtext-wrapi18n-perl/kali-rolling,now 0.06-9 all [installed]
libtinfo6/kali-rolling,now 6.2-1 amd64 [installed]
libtool/kali-rolling,now 2.4.6-14 all [installed,automatic]
libtsan0/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libubsan1/kali-rolling,now 10.2.0-7 amd64 [installed,automatic]
libuchardet0/kali-rolling,now 0.0.7-1 amd64 [installed,automatic]
libudev1/kali-rolling,now 246.2-1 amd64 [installed]
libunistring2/kali-rolling,now 0.9.10-4 amd64 [installed]
libusb-1.0-0/kali-rolling,now 2:1.0.23-2 amd64 [installed,automatic]
libuuid1/kali-rolling,now 2.36-3+b1 amd64 [installed]
libuv1/kali-rolling,now 1.39.0-1 amd64 [installed,automatic]
libx11-6/kali-rolling,now 2:1.6.12-1 amd64 [installed,automatic]
libx11-data/kali-rolling,now 2:1.6.12-1 all [installed,automatic]
libxau6/kali-rolling,now 1:1.0.8-1+b2 amd64 [installed,automatic]
libxcb-render0/kali-rolling,now 1.14-2 amd64 [installed,automatic]
libxcb-shm0/kali-rolling,now 1.14-2 amd64 [installed,automatic]
libxcb1/kali-rolling,now 1.14-2 amd64 [installed,automatic]
libxdmcp6/kali-rolling,now 1:1.1.2-3 amd64 [installed,automatic]
libxext6/kali-rolling,now 2:1.3.3-1+b2 amd64 [installed,automatic]
libxml2/kali-rolling,now 2.9.10+dfsg-6 amd64 [installed,automatic]
libxmuu1/kali-rolling,now 2:1.1.2-2+b3 amd64 [installed,automatic]
libxnvctrl0/kali-rolling,now 450.66-1 amd64 [installed,automatic]
libxrender1/kali-rolling,now 1:0.9.10-1 amd64 [installed,automatic]
libxtables12/kali-rolling,now 1.8.5-3 amd64 [installed]
libzstd1/kali-rolling,now 1.4.5+dfsg-4 amd64 [installed]
linux-libc-dev/kali-rolling,now 5.8.10-1kali1 amd64 [installed,automatic]
locales-all/kali-rolling,now 2.31-3 amd64 [installed]
login/kali-rolling,now 1:4.8.1-1 amd64 [installed]
logrotate/kali-rolling,now 3.16.0-3 amd64 [installed]
logsave/kali-rolling,now 1.45.6-1 amd64 [installed]
lsb-base/kali-rolling,now 11.1.0 all [installed]
lua-lpeg/kali-rolling,now 1.0.2-1 amd64 [installed,automatic]
m4/kali-rolling,now 1.4.18-4 amd64 [installed,automatic]
make/kali-rolling,now 4.3-4 amd64 [installed,automatic]
man-db/kali-rolling,now 2.9.3-2 amd64 [installed,automatic]
manpages-dev/kali-rolling,now 5.08-1 all [installed,automatic]
manpages/kali-rolling,now 5.08-1 all [installed,automatic]
mawk/kali-rolling,now 1.3.4.20200120-2 amd64 [installed]
mlocate/kali-rolling,now 0.26-3+b1 amd64 [installed]
mount/kali-rolling,now 2.36-3+b1 amd64 [installed]
nano/kali-rolling,now 5.2-1 amd64 [installed]
ncal/kali-rolling,now 12.1.7 amd64 [installed,automatic]
ncurses-base/kali-rolling,now 6.2-1 all [installed]
ncurses-bin/kali-rolling,now 6.2-1 amd64 [installed]
net-tools/kali-rolling,now 1.60+git20180626.aebd88e-1 amd64 [installed]
netbase/kali-rolling,now 6.1 all [installed]
nmap-common/kali-rolling,now 7.80+dfsg1-5kali1 all [installed,automatic]
nmap/kali-rolling,now 7.80+dfsg1-5kali1 amd64 [installed]
ocl-icd-libopencl1/kali-rolling,now 2.2.12-4 amd64 [installed,automatic]
openssh-client/kali-rolling,now 1:8.3p1-1 amd64 [installed,automatic]
openssl/kali-rolling,now 1.1.1g-1 amd64 [installed,automatic]
passwd/kali-rolling,now 1:4.8.1-1 amd64 [installed]
patch/kali-rolling,now 2.7.6-6 amd64 [installed,automatic]
perl-base/kali-rolling,now 5.30.3-4 amd64 [installed]
perl-modules-5.30/kali-rolling,now 5.30.3-4 all [installed,automatic]
perl/kali-rolling,now 5.30.3-4 amd64 [installed,automatic]
pinentry-curses/kali-rolling,now 1.1.0-4 amd64 [installed,automatic]
po-debconf/kali-rolling,now 1.0.21 all [installed,auto-removable]
procps/kali-rolling,now 2:3.3.16-5 amd64 [installed]
publicsuffix/kali-rolling,now 20200729.1725-1 all [installed,automatic]
readline-common/kali-rolling,now 8.0-4 all [installed]
rfkill/kali-rolling,now 2.36-3+b1 amd64 [installed,automatic]
rsyslog/kali-rolling,now 8.2008.0-1 amd64 [installed]
sed/kali-rolling,now 4.7-1 amd64 [installed]
sensible-utils/kali-rolling,now 0.0.12+nmu1 all [installed]
shared-mime-info/kali-rolling,now 1.15-1 amd64 [installed,automatic]
sipcalc/kali-rolling,now 1.1.6-1+b1 amd64 [installed]
sudo/kali-rolling,now 1.9.1-2 amd64 [installed]
systemd-sysv/kali-rolling,now 246.2-1 amd64 [installed]
systemd-timesyncd/kali-rolling,now 246.2-1 amd64 [installed]
systemd/kali-rolling,now 246.2-1 amd64 [installed]
sysvinit-utils/kali-rolling,now 2.96-5 amd64 [installed]
tar/kali-rolling,now 1.30+dfsg-7 amd64 [installed]
tzdata/kali-rolling,now 2020a-1 all [installed]
ucf/kali-rolling,now 3.0043 all [installed,automatic]
udev/kali-rolling,now 246.2-1 amd64 [installed]
usb.ids/kali-rolling,now 2020.08.26-1 all [installed,automatic]
usbutils/kali-rolling,now 1:012-2 amd64 [installed,automatic]
util-linux/kali-rolling,now 2.36-3+b1 amd64 [installed]
vim-common/kali-rolling,now 2:8.2.0716-3 all [installed]
vim-tiny/kali-rolling,now 2:8.2.0716-3 amd64 [installed]
wget/kali-rolling,now 1.20.3-1+b3 amd64 [installed]
whiptail/kali-rolling,now 0.52.21-4+b1 amd64 [installed]
whois/kali-rolling,now 5.5.6 amd64 [installed]
wireless-regdb/kali-rolling,now 2020.04.29-2 all [installed,automatic]
wireless-tools/kali-rolling,now 30~pre9-13.1 amd64 [installed,automatic]
xauth/kali-rolling,now 1:1.0.10-1 amd64 [installed,automatic]
xdg-user-dirs/kali-rolling,now 0.17-2 amd64 [installed,automatic]
xxd/kali-rolling,now 2:8.2.0716-3 amd64 [installed]
xz-utils/kali-rolling,now 5.2.4-1+b1 amd64 [installed,automatic]
zlib1g/kali-rolling,now 1:1.2.11.dfsg-2 amd64 [installed]
I am new to all of this so please pardon my mistakes
***
what i just want is to be able to see wlan0
-------------------------------------------
***
If i am wrong please correct me
binding parameters
(23 rep)
Sep 26, 2020, 02:53 PM
• Last activity: Jul 31, 2022, 06:59 AM
0
votes
1
answers
709
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 from github and arch repository. I ultimately want to save the outfile in `hccapx` format for cra...
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 to save the outfile in hccapx
format for cracking with hashcat.
## OS: Arch Linux x86_64
## Kernel: 5.18.12-zen1-1-zen
## Name: aircrack-ng-git
## Version: 20220715.76370d0e-1
sudo airmon-ng start wlan1
# (mac80211 monitor mode already enabled for [phy1]wlan1 on [phy1]10)
sudo airodump-ng -i wlan1 -c 6 --essid $ESSID --write "$ESSID-log" --output-format pcap
# Invalid output format: IVS and PCAP format cannot be used together.
sudo airodump-ng -i wlan1 -c 6 --essid $ESSID --write "$ESSID-log"
# outfile: $ESSID-log.ivs
sudo airodump-ng -i wlan1 -c 6 --essid $ESSID --write "$ESSID-log" --output-format kismet
# outfile: $ESSID-log.kismet.csv
# outfile: $ESSID-log.csv
Dominic
(329 rep)
Jul 27, 2022, 09:08 PM
• Last activity: Jul 27, 2022, 09:20 PM
1
votes
1
answers
1159
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][1] But i am wondering if it's possible to do it using airodump-ng Without any one connecting to it. The [wifiphisher Utility][2] claims to be able to do it , even that i wasn't able to find any in...
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 , even that i wasn't able to find any info about a ready tool that does that
and the python code isn't clear enough so i can't tell how they do it
Trying to figure out a method to do it passively to add it to a possibly new attack vector
Thanks
mina nageh
(131 rep)
Jan 22, 2022, 10:51 PM
• Last activity: Jan 27, 2022, 02:36 AM
-4
votes
4
answers
9098
views
How to fix network after mistake with aircrack-ng in Kali Linux?
I typed: `airodump-ng eth0` then I know it is my mistake. it token my network on Kali Linux VirtualBox. After mistake, I can't access my network. When I typed `ifconfig` (as root), it got this response: # ifconfig lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopei...
I typed:
]
How can I fix this mistake?
airodump-ng eth0
then I know it is my mistake. it token my network on Kali Linux VirtualBox. After mistake, I can't access my network. When I typed ifconfig
(as root), it got this response:
# ifconfig
lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1 (Local Loopback)
RX packets 2222 bytes 176585 (172.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2222 bytes 176585 (172.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
# eth0 start
bash: eth0: command not found
#

sukihinata
(43 rep)
May 10, 2016, 01:17 PM
• Last activity: Nov 26, 2021, 06:45 PM
0
votes
3
answers
4539
views
How to run airodump-ng as a background task?
I'm interested in running airodump-ng as a background task, since I only need the exported results and don't need to interact with it. However, the following operation doesn't work: airodump-ng wlan0 & I tried digging into the code but the only solution I see would be to remove all output operations...
I'm interested in running airodump-ng as a background task, since I only need the exported results and don't need to interact with it.
However, the following operation doesn't work:
airodump-ng wlan0 &
I tried digging into the code but the only solution I see would be to remove all output operations, which seems not efficient and overkill at the same time. Would you folk have a better way to achieve my goal ?
merours
(193 rep)
Apr 4, 2017, 09:15 AM
• Last activity: Sep 5, 2021, 05:17 AM
-1
votes
1
answers
124
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/firmware-6.bin ``` And then restart the system... The thing is, I'm on Kali Live, so I can't restart...
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/firmware-6.bin
And then restart the system...
The thing is, I'm on Kali Live, so I can't restart the system. What do I do?
ozuromo
(9 rep)
Jul 28, 2021, 06:11 AM
• Last activity: Jul 29, 2021, 07:40 AM
1
votes
0
answers
1927
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 the command ```airmon-ng check kill``` My system is completely updated. I tried to switch to monit...
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
-ng check kill
My system is completely updated. I tried to switch to monitor mode using the -ng start wlan0
command and manually. Both methods didn't work.
My monitor interface: wlan0
When I tried to catch a handshake using the
-ng -c --bssid -w handshake wlan0
command, the program showed the message:
*fixed channel wlan0: -1*
I can enter the --ig flag in -ng
, but, in this case, the -ng
comand won't work for me.
The comand:
-ng --deauth 3 -a -c -x 64 wlan0 --ig
will return this:
14:35:48 Waiting for beacon frame (BSSID: AC:9E:17:B1:5D:04) on channel -1
14:35:48 Sending 64 directed DeAuth (code 7). STMAC: [AE:A9:82:D6:C4:C3] [ 0| 0 ACKs]
14:35:49 Sending 64 directed DeAuth (code 7). STMAC: [AE:A9:82:D6:C4:C3] [ 0| 0 ACKs]
14:35:49 Sending 64 directed DeAuth (code 7). STMAC: [AE:A9:82:D6:C4:C3] [ 0| 0 ACKs]
The program runs, but no effect
Without --ig -ng
doesn't work
It returnes:
14:59:46 Waiting for beacon frame (BSSID: AC:9E:17:B1:5D:04) on channel -1
14:59:46 Couldn't determine current channel for wlan0, you should either force the operation with --ignore-negative-one or apply a kernel patch
I don't know how to apply a kernel patch
My Kali Linux version **5.10.0-kali7-amd64**
Serj Kalinovskiy
(11 rep)
May 1, 2021, 12:06 PM
• Last activity: Jun 4, 2021, 03:22 PM
-2
votes
1
answers
228
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: airodump-ng wlan0mon When I use the last command, my internet does not come back. In other words, i cant s...
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:
airodump-ng wlan0mon
When I use the last command, my internet does not come back. In other words, i cant see the networks to connect.
Do I need to enter with another command?
Rodrigo Franco
(19 rep)
Jul 17, 2020, 09:11 AM
• Last activity: May 23, 2021, 10:47 AM
1
votes
0
answers
600
views
Airdump-ng wlan0mon and does not show any network
[![enter image description here][1]][1] 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. [![enter image description here][2]][2] [1]: https://i.sstati...


EndrIT
(11 rep)
Feb 11, 2021, 11:16 AM
• Last activity: Feb 11, 2021, 06:45 PM
-2
votes
1
answers
282
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 because it is working. How can I configure terminal like that so I can select something while `airod...
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 because it is working. How can I configure terminal like that so I can select something while airodump-ng
is working?
Burak0015
(1 rep)
Jun 25, 2020, 11:53 AM
• Last activity: Jun 25, 2020, 02:06 PM
1
votes
0
answers
4399
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 running Kali Linux 64 2019.1 here's the airmon-ng output: ``` airmon-ng start wlan0 Found 3 processe...
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 output:
airmon-ng start wlan0
Found 3 processes that could cause trouble.
Kill them using 'airmon-ng check kill' before putting
the card in monitor mode, they will interfere by changing channels
and sometimes putting the interface back in managed mode
PID Name
550 NetworkManager
602 wpa_supplicant
2069 dhclient
PHY Interface Driver Chipset
phy0 wlan0 ath10k_pci Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
(mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon)
(mac80211 station mode vif disabled for [phy0]wlan0)
i have tried airmon-ng check kill
but it didn't work, when i run airodump-ng
, here's what i get:
CH 12 ][ Elapsed: 12 s ][ 2019-05-09 19:23
BSSID PWR Beacons #Data, #/s CH MB ENC CIPHER AUTH ESSID
BSSID STATION PWR Rate Lost Frames Probe
with channels switching, i have tried using 1 specific channel yet i found not ports with this solution either.
I have also noticed some error messages when i boot linux related to the network driver:
ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
firmware_class: See http://wiki.debian.org/Firmware for information about missing firmware
ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin(-2)
ath10k_pci 0000:02:00.0: firmware: failed to load ath10/QCA9377/hw1.0/firmware-6.bin (-2)
I also confirmed that my network adapter supports monitor mode using iw list
and monitor mode appears in the list:
Supported interface modes:
* IBSS
* managed
* AP
* monitor
* mesh point
* P2P-client
* P2P-GO
* P2P-device
Amosimo
(11 rep)
May 9, 2019, 10:22 PM
• Last activity: May 4, 2020, 10:55 AM
1
votes
1
answers
1129
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 beacons to the capture file, but this doesn't seem to be the case. -e, --beacons It will record all beac...
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 be the case.
-e, --beacons
It will record all beacons into the cap file. By default it only records one beacon for each network.
The command airodump-ng --beacons -w scan wlan0
produces a file scan-04.csv
containing:
BSSID, First time seen, Last time seen, channel, Speed, Privacy, Cipher, Authentication, Power, # beacons, # IV, LAN IP, ID-length, ESSID, Key
EC:08:6B:45:86:62, 2020-03-27 19:55:43, 2020-03-27 19:55:48, 2, 54, WPA2WPA , CCMP,PSK, -59, 42, 6, 0. 0. 0. 0, 12, TP-LINK_8662,
EC:43:F6:68:C0:B8, 2020-03-27 19:55:43, 2020-03-27 19:55:48, 1, 54, WPA , CCMP TKIP,PSK, -37, 40, 0, 0. 0. 0. 0, 8, TestAP_1,
Any advice on how to dump each beacon with the power level / RSSI to a file?
IeuanG
(13 rep)
Mar 27, 2020, 08:01 PM
• Last activity: Apr 8, 2020, 12:02 PM
2
votes
1
answers
223
views
Usb wifi adapter problem
I have a usb wifi adapter (Edimax [EW-7612UAn V2][1]) 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 the usb wifi adapter works well and the compu...
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 the usb wifi adapter works well and the computer's pci ,of course, doesn't work. when putting my pci in monitor and my usb wifi adapter in managed mode, network manager removes both of them from the wifi menu although the usb adapter is not in the monitor mode.
In other words, parrot won't recognize both adapters if the main pci isn,t compatible or recognizable. so, what should i do to force parrot to use the usb wifi adapter only ?
lsusb -v result:
Bus 002 Device 003: ID 7392:7822 Edimax Technology Co., Ltd 802.11n WLAN Adapter
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x7392 Edimax Technology Co., Ltd
idProduct 0x7822
bcdDevice 2.00
iManufacturer 1
iProduct 2
iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x002e
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
screenshot of network manager
result of rf-kill:
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: yes
1: hp-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: phy1: Wireless LAN
Soft blocked: no
Hard blocked: yes
result of ifconfig :
eth0: flags=4099 mtu 1500
ether 34:64:a9:73:43:20 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
lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 8 bytes 396 (396.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8 bytes 396 (396.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

mohamed
(121 rep)
Mar 6, 2020, 08:37 PM
• Last activity: Mar 16, 2020, 08:16 PM
9
votes
1
answers
33676
views
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 fifo pipeline: First terminal: mkfifo fifo1 echo "while...
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 fifo pipeline:
First terminal:
mkfifo fifo1
echo "while [ 1 ]; do cat ~/fifo1 2>&1 | tee file.txt done" > readfifo.sh
chmod +x readfifo.h
xterm -e readfifo.sh
Second terminal:
airodump-ng mon0 2>&1 > fifo1
And in the result we have an appending file.txt, but why ?
How to have only the output of a terminal in the file, but not append to it ?
Is it possible to filter an output of airodump-ng while writeting to a file ?
Best regards,
V7
Serious Angel
(561 rep)
Dec 12, 2017, 01:27 AM
• Last activity: Feb 21, 2020, 03:27 PM
0
votes
0
answers
6965
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 shows Monitor Mode in the list. I tried putting it into monitor mode using two different methods airmon-n...
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 into monitor mode using two different methods
airmon-ng start wlan0
And
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
Both ways worked, however whenever I monitor my access point using
airodump-ng --bssid MY:BS:ID wlan0mon
It shows my access point and the beacons steadily increase. However, I never see any devices show up even though I have plenty connected and have tried to disconnect and manually reconnect to try and force it to show with no luck.
I've made sure that promiscuous mode is also on using
ip link set wlan0 promisc on
**Questions:**
Am I doing anything wrong?
How can I get devices to actually show up?
CaffeinatedMike
(101 rep)
Dec 31, 2017, 03:00 PM
• Last activity: Jun 6, 2019, 06:54 PM
-4
votes
1
answers
19156
views
Kali linux - unable to detect network when running airodump-ng wlan0mon
When I am trying to run airodump-ng wlan0mon I am not able to detect any network. Note that Kali linux is installed on my HDD as a second operating system and the wireless adapter on my laptop is "Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter". I tried all the suggestions that I saw, su...
When I am trying to run
airodump-ng wlan0mon
I am not able to detect any network.
Note that Kali linux is installed on my HDD as a second operating system and the wireless adapter on my laptop is "Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter".
I tried all the suggestions that I saw, such as to run
airmon-ng check kill
And I tried
service network-manager stop
But nothing worked for me.
Here is a snapshot from what I am getting:

khayat
(31 rep)
Sep 30, 2016, 04:08 PM
• Last activity: Sep 21, 2017, 03:34 PM
-1
votes
1
answers
3137
views
Why aren't any networks showing when I type airodump-ng <card name>
So I am new in Kali Linux and want to learn the basics. I bought a TP-Link dual boot USB adapter. I can see the device when I type iwconfig wlan0. I can run it on monitor mode also. It works fine. But when I type airodump-ng wlan0 it doesn't give me any errors however it doesn't show any networks ei...
So I am new in Kali Linux and want to learn the basics. I bought a TP-Link dual boot USB adapter. I can see the device when I type iwconfig wlan0. I can run it on monitor mode also. It works fine. But when I type airodump-ng wlan0 it doesn't give me any errors however it doesn't show any networks either. So I did some research and tried the stuff I found online such as airodump-ng mon0 but when I run the command it gives me an error such as `no such device'. What should I do to see the networks around me? Is there a problem with my wireless card? Please help. And thanks for reading.
I think the guy in the video has the same problem. https://www.youtube.com/watch?v=jpzZe7PO8TY
HamzaKerem
(11 rep)
Jun 11, 2017, 06:32 PM
• Last activity: Jun 23, 2017, 04:02 PM
Showing page 1 of 20 total questions