Scroll to navigation

nemesis(1) General Commands Manual (usm) nemesis(1)

NAME

nemesisThe 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 example:

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), 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

December 16, 2019