scapy 2.4.3-4 source package in Ubuntu
Changelog
scapy (2.4.3-4) unstable; urgency=medium * Drop python2 support; Closes: #938439, #936054 * debian/control - update Vcs fields to point to pkg-security-team -- Sandro Tosi <email address hidden> Mon, 30 Mar 2020 20:22:54 -0400
Upload details
- Uploaded by:
- Debian Security Tools
- Uploaded to:
- Sid
- Original maintainer:
- Debian Security Tools
- Architectures:
- all
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
scapy_2.4.3-4.dsc | 1.9 KiB | 6df36420e07aeabfd5b40071e78168cf11dd4ba8e424dbde2f36bf6dc5a65f19 |
scapy_2.4.3.orig.tar.gz | 2.8 MiB | 6cacd9ebe2beeb06b10ff57bff3632222755e9d62f1b38e71b02edab6e71d776 |
scapy_2.4.3-4.debian.tar.xz | 5.9 KiB | 693c030426272962b019add981a8569b2b0330e8dc941a69f477eccef4e4a7b1 |
Available diffs
- diff from 2.4.3-3 to 2.4.3-4 (1.3 KiB)
No changes file available.
Binary packages built by this source
- 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.