lscript
lscript copied to clipboard
Monitor mode is not enabled thought It looks like it is enabled
Describe the bug In handshake mode (10th in LAZY script) I can't enable Monitor mode.
To Reproduce Steps to reproduce the behavior:
- i enter 10 in LAZY script menu
- then write "yes"
- my network sets to disable mode, but it is expected:

- then some lines of code executed and again i see the same message:
Monitor mode is not enabledDo you want to enable monitor mode? (...): - so what??? if i enter yes/y/YES it the problem still exist...
Expected behavior just enable monitor mode and go forward
Screenshots
*here a catch a moment with executed lines
Output of cat /etc/os-release
2021 - kali version
Output of whoami
root
@arismelachroinos
I guess problem is here: 
Who know this programming language or what is it... help pls
UPD: I find solution. I my case I have Macbook Pro A1286.
As I understand usually people can see wlan0, when monitor mode is disabled and wlan0mon when monitor mode is enabled.
So to speak it my case, when I activate monitor mode -> name of my wireless adapter does not change.
So I still have a wlan0 in monitor mode instead of wlan0mon.
*You can check it:
ifconfig wlan0 down
iwconfog wlan0 mode monitor
ifconfig wlan0 up
iwconfig
then check your mode ->

then try command: sudo airmon-ng start wlan0mon
IF YOU CAN SEE requested device "wlan0mon" does not exist, YOU CAN APPLY SOLUTION BELOW:
next steps as root!!!!
cd
/root/lscript/l
interface
y
wlan0
wlan0
eth0
press enter
Congrats!!!))