ncaptool
network capture tool
Install
- All systems
-
curl cmd.cat/ncaptool.sh
- Debian
-
apt-get install ncaptool
- Ubuntu
-
apt-get install ncaptool
- Kali Linux
-
apt-get install ncaptool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ncaptool
- Raspbian
-
apt-get install ncaptool
- Dockerfile
- dockerfile.run/ncaptool
ncaptool
network capture tool
ncap is a network capture library like libpcap (on which it is based) and tcpdump. It produces binary data in its own ncap format, which can be stored in a dump file or transmitted over a UDP socket. Unlike libpcap, it discards data link headers and only supports IPv4 and IPv6 packets, but it can perform reassembly of IP datagrams. This package contains the ncaptool command line program.