Python[Python] What to Do When Sending Packets with Scapy as a General User Returns error: [Errno 1] Operation not permittedApparently, handling raw packets requires the Linux capability cap_net_raw. The only apparent options are to run Python …2023.01.19PythonNotes