pip3 install scapy-python3
Il y a deux manières d'installer Scapy :
root@debian:~# apt update && apt upgrade root@debian:~# apt install python3 python3-pip root@debian:~# pip3 install scapy-python3 root@debian:~# apt install tcpdump
<code shell> root@debian:~# scapy INFO: Please, report issues to https://github.com/phaethon/scapy WARNING: IPython not available. Using standard Python shell instead. Welcome to Scapy (3.0.0)
<
/code>
>>> quit() root@debian:~#