dev:python:scapy:installscapy
**Ceci est une ancienne révision du document !**
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 Scapoy :
- installation avec pip
root@debian:~# apt update && apt upgrade root@debian:~# apt install python3 python3-pip root@debian:~# pip3 install scapy-python3 root@debian:~# apt install tcpdump
- installation en clonant depuis github <code shell> root@debian:~# apt update && apt upgrade root@debian:~# apt install git root@debian:~#git clone https://github.com/phaethon/scapy root@debian:~# cd scapy root@debian:~# python3 setup.py install root@debian:~# apt install tcpdump </code>
Lancement de scapy
<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>
Quitter Scapy
>>> quit() root@debian:~#
Retour à Python : la bibliothèque Scapy ...
dev/python/scapy/installscapy.1509960036.txt.gz · Dernière modification : 2017/11/06 10:20 de 127.0.0.1