You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a fresh install of Kali 2021.2 on VirtualBox 6.1. I'm new to Linux.
I enter the 'scan' command in lscrpt.
Scan hangs on the message 'Scanning, please wait....' in the terminal window.
I have to enter Ctrl-C to exit, and I get:
cat: /root/lscript/tempscan.txt: No such file or directory
cat: /root/lscript/tempscan.txt: No such file or directory
No hosts found
Press any key to go back...
After exiting scan, lscript fails to locate wlan0 or wlan0mon, despite output from 'ip a' below.
The expected behavior is to see the scanning taking place.
I'm using a fresh install of Kali 2021.2 on VirtualBox 6.1. I'm new to Linux.
I enter the 'scan' command in lscrpt.
Scan hangs on the message 'Scanning, please wait....' in the terminal window.
I have to enter Ctrl-C to exit, and I get:
cat: /root/lscript/tempscan.txt: No such file or directory
cat: /root/lscript/tempscan.txt: No such file or directory
No hosts found
Press any key to go back...
After exiting scan, lscript fails to locate wlan0 or wlan0mon, despite output from 'ip a' below.
The expected behavior is to see the scanning taking place.
Output of
cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2021.2"
VERSION_ID="2021.2"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
Output of
whoami
┌──(root💀kali)-[~]
└─# whoami
root
Output of 'ip a':
4: wlan0mon: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UNKNOWN group default qlen 1000
link/ieee802.11/radiotap 00:c0:ca:97:90:62 brd ff:ff:ff:ff:ff:ff
Response to 'airmon-ng start wlan0mon' is:
PHY Interface Driver Chipset
phy0 wlan0mon ath9k_htc Qualcomm Atheros Communications AR9271 802.11n
(mac80211 monitor mode already enabled for [phy0]wlan0mon on [phy0]wlan0mon)
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: