Python 2.7.18 64 bits.
Code:
import scapy.all as scapy
def scan(ip):
scapy.arping(ip)
scan("192.168.1.1/24")
Error:
Import "scapy.all" could not be resolved
Python 2.7.18 64 bits.
Code:
import scapy.all as scapy
def scan(ip):
scapy.arping(ip)
scan("192.168.1.1/24")
Error:
Import "scapy.all" could not be resolved