Visit Website

netsniff-ng is a free Linux networking toolkit, a Swiss army knife for your daily Linux network plumbing if you will. Its gain of performance is reached by zero-copy mechanisms, so that on packet reception and transmission the kernel does not need to copy packets from kernel space to user space and vice versa. Our toolkit can be used for network development and analysis, debugging, auditing or network reconnaissance. The netsniff-ng toolkit consists of the following utilities: - netsniff-ng, a fast zero-copy analyzer, pcap capturing and replaying tool - trafgen, a multithreaded low-level zero-copy network packet generator - mausezahn, high-level packet generator for HW/SW appliances with Cisco-CLI - bpfc, a Berkeley Packet Filter compiler, Linux BPF JIT disassembler - ifpps, a top-like kernel networking statistics tool - flowtop, a top-like netfilter connection tracking tool - curvetun, a lightweight curve25519-based IP tunnel - astraceroute, an autonomous system (AS) trace route utility Get it via Git: git clone git://github.com/netsniff-ng/netsniff-ng.git Note (*): We took over further maintenance and development of mausezahn. Download and Release Notes: In general, the latest Git development version from our repository can be used as it is considered quite stable and includes new features. From time to time we also do stable snapshots from our Git tree and announce it on our mailing list. The current stable release is netsniff-ng 0.6.7.

ALTERNATIVES