2010-07-12 22:07:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2010/07/12 22:07:41 sthen Exp $
|
2001-03-28 19:35:25 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= send ICMP nasty garbage
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 15:08:54 +00:00
|
|
|
|
2001-05-22 18:18:50 +00:00
|
|
|
DISTNAME= SING-1.1
|
2010-07-12 22:07:37 +00:00
|
|
|
PKGNAME= ${DISTNAME:L}
|
|
|
|
REVISION= 3
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 15:08:54 +00:00
|
|
|
CATEGORIES= net security
|
2002-05-15 17:42:24 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sing/}
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 15:08:54 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-04-01 16:58:37 +00:00
|
|
|
HOMEPAGE= http://sourceforge.net/projects/sing/
|
2002-09-12 15:38:58 +00:00
|
|
|
|
2009-03-13 11:34:17 +00:00
|
|
|
LIB_DEPENDS= lib/libnet-1.0/net.=0:libnet->=1.0,<1.1:net/libnet/1.0
|
2001-05-22 18:18:50 +00:00
|
|
|
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 15:08:54 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c pcap
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 15:08:54 +00:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
2005-11-03 18:28:55 +00:00
|
|
|
AUTOCONF_VERSION=2.13
|
2002-12-27 18:07:00 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2005-05-24 00:01:46 +00:00
|
|
|
CONFIGURE_ENV= INCLUDES="-L${LOCALBASE}/include/libnet-1.0" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib/libnet-1.0"
|
import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from
command line. The main purpose is to replace/complement the niceful
ping command with certain enhancements as:
o Send fragmented packets.
o Send monster packets > 65534.
o Send/read spoofed packets.
o Send many ICMP Information types in addition to the ECHO REQUEST
type sent by default as Address Mask Request, Timestamp, Information
Request, Router Solicitation and Router Advertisement.
o Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
Destination Unreach and Parameter Problem.
o Send to host with Loose or Strict Source Routing.
o Use little fingerprinting techniques to discover Window$ or Solaris
boxes.
o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
Unix and Window$ at the moment.
2001-02-22 15:08:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|