descriptionNew netsniff-ng tree
homepage URLhttp://netsniff-ng.org
repository URLhttps://github.com/borkmann/netsniff-ng.git
ownerborkmann@gnumaniacs.org
last changeWed, 1 Feb 2023 09:49:51 +0000 (1 10:49 +0100)
last refreshFri, 19 Apr 2024 03:26:32 +0000 (19 05:26 +0200)
content tags
add:
README
//////////////////////////////////////////////////////////////////////////////

                    netsniff-ng - the packet sniffing beast

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                                         .      .
netsniff-ng is a free, performant       /(      )\
Linux network analyzer and            .' {______} '.
networking toolkit. If you will,       \ ^,    ,^ /
the Swiss army knife for network        |'O\  /O'|   _.<0101011>--
packets.                                > `'  '` <  /
                                        ) ,.==., (  |
Web: http://netsniff-ng.org          .-(|/--~~--\|)-'
                                    (      ___
The gain of performance is           \__.=|___E
reached by built-in 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.

The netsniff-ng toolkit's primary usage goal is to facilitate a network
developer's / hacker's daily Linux plumbing. It can be used for network
development, debugging, analysis, auditing or network reconnaissance. It
consists of the following fixed set of utilities:

  * netsniff-ng: a zero-copy packet analyzer, pcap capturing/replaying tool
  * trafgen: a multithreaded low-level zero-copy network packet generator
  * mausezahn [*]: high-level packet generator for appliances with Cisco-CLI
  * ifpps: a top-like kernel networking and system statistics tool
  * curvetun [*]: a lightweight curve25519-based multiuser IP tunnel
  * astraceroute: an autonomous system trace route and DPI testing utility
  * flowtop: a top-like netfilter connection tracking tool
  * bpfc: a [seccomp-]BPF (Berkeley packet filter) compiler, JIT disassembler

Note that tools marked with [*] should be considered as experimental for now,
and not used in production environments as they still need more work to be
fully stable and in line with others. You have been warned!

Each release can be verified with Git and GPG, here are the steps to do so:

 1) Import the maintainers public keys:
   git show maint-tklauser-pgp-pub | gpg --import
   git show maint-dborkman-pgp-pub | gpg --import
 2) Verify the Git tag:
   git tag -v <tag-name>

Carefully read the INSTALL document for the next steps in building netsniff-ng.
Note that the toolkit is still quite young and under heavy development, not
yet feature complete and in a quality level where we're satisfied with (i.e.
for mausezahn). However, we're on a good way towards tackling all these goals.

The netsniff-ng toolkit is an open source project covered by the GNU General
Public License, version 2.0. For any questions or feedback about netsniff-ng
you are welcome to leave us a message at <netsniff-ng@googlegroups.com>.

netsniff-ng is non-profit and provided in the hope, that it is found useful.
The current project status can be considered as "working". In general, all tools
have been tested by us to a great extend including their command-line options.
In fact, many of our tools are used in a lot of production systems. However, we
give no guarantee that our tools are free of bugs! If you spot some issues,
contact us as described in REPORTING-BUGS. Also, have a look at our online FAQ
for answering your questions. This project has received support from companies
and institutions listed in the according section in the AUTHORS file. Thanks for
contributing, we're thrilled to provide you with netsniff-ng! Happy packet
hacking!
shortlog
2023-02-01 Zahari Doychevmausezahn: use getopt_long instead of getoptmaster
2022-04-22 MatPerintrafgen: Check pointer in ipv6 device address lookup...
2022-02-18 Clément Péronnetsniff-ng: dump stats on stderr when fdo is stdout
2022-02-18 Clément PéronCmds: automatically create folder
2021-12-09 Sean Andersontrafgen: Fix documentation for seqinc and seqdec
2021-09-02 Tobias Klauserci: install libsodium in build tests
2021-09-02 Baruch Siachtrafgen.8: fix typo in example packet
2021-09-02 Baruch SiachDetect libpcap dependencies using pkg-config
2021-04-06 Ivan Koveshnikovtrafgen: allow to use a range of CPUs starting from...
2021-04-06 Ivan Koveshnikovtrafgen: allow to set packet rate in kpps and Mpps
2021-03-29 Tobias KlauserRemove mentions of Travis CI in docs and config
2021-03-29 Tobias KlauserRemove Travis CI integration
2021-03-29 Tobias KlauserAdd GitHub action for build testing
2021-01-11 Tobias Klausernetsniff-ng v0.6.8v0.6.8
2020-10-19 uno20001astraceroute: make some panic() messages more verbose
2020-10-19 uno20001astraceroute: change type of variables from int to...
...
tags
3 years ago v0.6.8
3 years ago v0.6.7 0.6.7 release
4 years ago v0.6.6 0.6.6 release
5 years ago v0.6.5 0.6.5 release
6 years ago v0.6.4 0.6.4 release
7 years ago v0.6.3 0.6.3 release
7 years ago v0.6.2 0.6.2 release
8 years ago v0.6.1 0.6.1 release
8 years ago v0.6.0 0.6.0 release
8 years ago v0.5.9 0.5.9 release
9 years ago v0.5.9-rc5 0.5.9-rc5 release
9 years ago v0.5.9-rc4 0.5.9-rc4 release
9 years ago v0.5.9-rc3 0.5.9-rc3 release
9 years ago v0.5.9-rc2 0.5.9-rc2 release
9 years ago v0.5.9-rc1 0.5.9-rc1 release
9 years ago v0.5.8 0.5.8 release
...
heads
14 months ago master
6 years ago coverity_scan