import scapy.all as scapy
def scan(ip):
scapy.arping(ip)
scan("192.168.196.0")
Above error when using scapy for arping python version 3.9.1
cd /usr/lib/x86_64-linux-gnu/
ln -s -f libc.a liblibc.a
This creates a symbolic link to accommodate for the renamed file in python 3.9.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With