Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
NAME
     nemesis -- The Nemesis Project

SYNOPSIS
     nemesis [protocol] [options]

DESCRIPTION
     nemesis is designed to be a command line-based, portable human IP stack for
     UNIX-like	and  Windows systems.  The suite is broken down by protocol, and
     should allow for useful scripting of injected  packets  from  simple  shell
     scripts.

     nemesis  provides	an  interface to craft and inject a variety of arbitrary
     packet types.  Currently supported protocols:

	   arp
	   dns
	   dhcp
	   ethernet
	   icmp
	   igmp
	   ip
	   ospf
	   rip
	   tcp
	   udp

     A list of supported options for each protocol is displayed by  supplying  a
     protocol  name on the command line followed by the option "help", for exam-
     ple:

	   nemesis ethernet help

DIAGNOSTICS
     All nemesis protocol modules return 0 on a successful exit, 1 upon  exiting
     on an error.

SEE ALSO
     nemesis-arp(1), nemesis-dhcp(1), nemesis-dns(1), nemesis-ethernet(1), neme-
     sis-icmp(1),   nemesis-igmp(1),  nemesis-ip(1),  nemesis-ospf(1),	nemesis-
     rip(1), nemesis-tcp(1).  nemesis-udp(1).

AUTHORS
     Mark Grimes <mark@stateful.net>,
     Jeff Nathan <jeff@snort.org>, and
     Joachim Nilsson <troglobit@gmail.com>.

BUGS
     Please report at https://github.com/libnet/nemesis/issues

				  Dec 16, 2019			      nemesis(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=nemesis&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help