Table des matières

Installation de la bibliothèque Scapy

Sous Windows

pip3 install scapy-python3

Debian

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

Quitter Scapy

>>> quit()
root@debian:~#

Kamene le fork de scapy

Retour à Python : la bibliothèque Scapy ...