scapy3k 0.23-1 source package in Ubuntu

Changelog

scapy3k (0.23-1) unstable; urgency=medium

  * New upstream version 0.23
  * debian/control:
   - Updated Standards Version to 4.1.3
  * d/copyright:
   - Update Format to use secure URI

  The work for this change was supported by the European Union under grant
  agreement No. 688421. This support does not imply endorsement.

 -- Iain R. Learmonth <email address hidden>  Wed, 10 Jan 2018 20:33:15 +0000

Upload details

Uploaded by:
Internet Measurement Packaging Team
Uploaded to:
Sid
Original maintainer:
Internet Measurement Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scapy3k_0.23-1.dsc 1.6 KiB ffa609833c6c861008af7da6ea5f945d320286eef8fb5c56fe2a2dfa92620252
scapy3k_0.23.orig.tar.gz 1.1 MiB b4cd88724f2c4ce3af11f98af89dc118e180bb7b462e0d4bedd493b3f6813a2d
scapy3k_0.23-1.debian.tar.xz 5.1 KiB 3ab3b44efb85d193520a93389aa494dd3163396fd0beb2d73371bf37b2f9ab19

Available diffs

No changes file available.

Binary packages built by this source

python3-scapy: Packet crafting/sniffing/manipulation/visualization security tool

 Scapy3k is a Python 3 port of Scapy with some added features. It 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.