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	proto-
       col, and	should allow for useful	scripting  of  injected	 packets  from
       simple shell scripts.

       nemesis	provides  an  interface	to craft and inject a variety of arbi-
       trary 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
       example:

	     nemesis ethernet help

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

SEE ALSO
       nemesis-arp(1), nemesis-dhcp(1),	 nemesis-dns(1),  nemesis-ethernet(1),
       nemesis-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.0.quarterly>

home | help