Docker container for intercepting packets with Scapy with ttyd terminal
8.3K
Scapy is a powerful Python-based interactive packet manipulation program and library.
Scapy enables the user to send, sniff and dissect and forge network packets. This capability allows construction of tools that can probe, scan or attack networks.
Scapy is usable either as a shell or as a library. For further details, please head over to Getting started with Scapy, which is part of the documentation.
Follow these steps to build:
git clone https://github.com/saidsef/scapy-containerised
docker build -t saidsef/scapy-containerised:latest .
docker run -d --net=host --privileged -v /path/to/geoip2:/data saidsef/scapy-containerised:latest
sniff(iface="ens3", prn=lambda x:x.show(), lfilter=lambda x: TLS in x, count=100)
Content type
Image
Digest
sha256:151fde12c…
Size
472.9 MB
Last updated
14 days ago
docker pull saidsef/scapy-containerised:v2026.07