There seems to be a problem with the module scapy.
The module does not seem to be functioning properly whether I use pycharm in kali in virtual box or if i am using vs code in a full kali install. I have tried importing scapy.all as in your videos as well
as tried
from scapy.all import *
As soon as I want to scan an entire range such as “10.0.2.1/24” the app breaks. The only way I can get any output is to target a single IP such as 10.0.2.1
Also, I have verified my full install will ping this windows PC when running the network_scanner.py file from my full kali install as long as I only use this PC’s IP. Again, the problem only seems to happen when scanning a range.
Is there an update or different way to import scapy?
I really enjoy your courses and teaching style and hope there is a quick/efficient resolution.
Thanks again for your help.