Scapy

Downloading and Running Scapy To install Scapy on a Debian server, execute these commands:

$ sudo apt update
$ sudo apt install git -y
$ git clone https://github.com/secdev/scapy.git
$ cd scapy
$ sudo ./run_scapy

GitHub

http://www.cs.toronto.edu/~arnold/427/18s/427_18S/indepth/scapy_wifi/scapy_tut.html

Last updated