All Projects → netsniff-ng → Netsniff Ng

netsniff-ng / Netsniff Ng

Licence: other
A Swiss army knife for your daily Linux network plumbing.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Netsniff Ng

Easy profiler
Lightweight profiler library for c++
Stars: ✭ 1,594 (+74.21%)
Mutual labels:  toolkit, performance
Xdp
Package xdp allows one to use XDP sockets from the Go programming language.
Stars: ✭ 36 (-96.07%)
Mutual labels:  networking, packet-capture
Pypcap
pypcap - python libpcap module, forked from code.google.com/p/pypcap, now actively maintained
Stars: ✭ 255 (-72.13%)
Mutual labels:  networking, packet-capture
Zap
An asynchronous runtime with a focus on performance and resource efficiency.
Stars: ✭ 162 (-82.3%)
Mutual labels:  networking, performance
Bedrockframework
High performance, low level networking APIs for building custom servers and clients.
Stars: ✭ 697 (-23.83%)
Mutual labels:  networking, performance
Tools
My tools
Stars: ✭ 11 (-98.8%)
Mutual labels:  toolkit
Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-98.58%)
Mutual labels:  networking
Active record doctor
Identify database issues before they hit production.
Stars: ✭ 865 (-5.46%)
Mutual labels:  performance
Awareness
The new architecture of co-computation for data processing and machine learning.
Stars: ✭ 11 (-98.8%)
Mutual labels:  networking
Openshift Psap
Example roles and yaml files for performance-sensitive applications running on OpenShift
Stars: ✭ 20 (-97.81%)
Mutual labels:  performance
Babysploit
👶 BabySploit Beginner Pentesting Toolkit/Framework Written in Python 🐍
Stars: ✭ 883 (-3.5%)
Mutual labels:  toolkit
Laravel Image Optimizer
Optimize images in your Laravel app
Stars: ✭ 873 (-4.59%)
Mutual labels:  performance
Creater
create file with config
Stars: ✭ 12 (-98.69%)
Mutual labels:  toolkit
Libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
Stars: ✭ 7,418 (+710.71%)
Mutual labels:  networking
Metta
An information security preparedness tool to do adversarial simulation.
Stars: ✭ 867 (-5.25%)
Mutual labels:  networking
Fastglobal
Fast no copy globals for Elixir & Erlang.
Stars: ✭ 882 (-3.61%)
Mutual labels:  performance
Brmgr
Manage bridge devices and provide DHCP and DNS services to connected interfaces.
Stars: ✭ 11 (-98.8%)
Mutual labels:  networking
Bench Scripts
A compilation of Linux server benchmarking scripts.
Stars: ✭ 873 (-4.59%)
Mutual labels:  performance
Sysbench Docker Hpe
Sysbench Dockerfiles and Scripts for VM and Container benchmarking MySQL
Stars: ✭ 14 (-98.47%)
Mutual labels:  performance
Felix
Project Calico's per-host agent Felix, responsible for programming routes and security policy.
Stars: ✭ 871 (-4.81%)
Mutual labels:  networking

//////////////////////////////////////////////////////////////////////////////

                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

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 [email protected].

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].