How To Install UTscapy In Debian, Ubuntu, Alpine, Arch, Kali, Fedora And Raspbian?

How To Install UTscapy In Debian, Ubuntu, Alpine, Arch, Kali, Fedora And Raspbian?

UTscapy

Packet generator/sniffer and network scanner/discovery (Python 3)

Maintainer: Internet Measurement Packaging Team



Section: python

Install UTscapy

  • Debian apt-get install python3-scapy Click to copy
  • Ubuntu apt-get install python3-scapy Click to copy
  • Alpine OS apk add scapy Click to copy
  • Arch Linux pacman -S scapy Click to copy
  • Kali Linux apt-get install python3-scapy Click to copy
  • Fedora dnf install python3-scapy Click to copy
  • Raspbian apt-get install python3-scapy Click to copy

python3-scapy

Packet generator/sniffer and network scanner/discovery (Python 3)

Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery, packet sniffer, etc. It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, .... In scapy you define a set of packets, then it sends them, receives answers, matches requests with answers and returns a list of packet couples (request, answer) and a list of unmatched packets. This has the big advantage over tools like nmap or hping that an answer is not reduced to (open/closed/filtered), but is the whole packet. This package contains the Python 3 version of the library and scapy executable.

scapy

Powerful interactive packet manipulation program written in Python (tools)
Install the latest version of UTscapy in Debian, Ubuntu, Alpine, Arch, Kali, Fedora and Raspbian from terminal. To install the UTscapy just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of UTscapy from the respository and install it in your computer/server.