2012-03-29 09:38:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2012/03/29 13:38:49 sthen Exp $
|
2001-03-28 14:35:25 -05:00
|
|
|
|
2007-09-15 18:36:51 -04: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 10:08:54 -05:00
|
|
|
|
2001-05-22 14:18:50 -04:00
|
|
|
DISTNAME= SING-1.1
|
2010-07-12 18:07:37 -04:00
|
|
|
PKGNAME= ${DISTNAME:L}
|
2011-11-15 19:20:08 -05:00
|
|
|
REVISION= 4
|
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 10:08:54 -05:00
|
|
|
CATEGORIES= net security
|
2002-05-15 13:42:24 -04: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 10:08:54 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-04-01 11:58:37 -05:00
|
|
|
HOMEPAGE= http://sourceforge.net/projects/sing/
|
2002-09-12 11:38:58 -04:00
|
|
|
|
2010-11-26 09:56:14 -05:00
|
|
|
LIB_DEPENDS= net/libnet/1.0
|
2001-05-22 14:18:50 -04: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 10:08:54 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-11-19 17:31:32 -05:00
|
|
|
WANTLIB= c pcap lib/libnet-1.0/net=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 10:08:54 -05:00
|
|
|
|
2012-03-29 09:38:12 -04:00
|
|
|
SEPARATE_BUILD= Yes
|
2005-11-03 13:28:55 -05:00
|
|
|
AUTOCONF_VERSION=2.13
|
2002-12-27 13:07:00 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2005-05-23 20:01:46 -04:00
|
|
|
CONFIGURE_ENV= INCLUDES="-L${LOCALBASE}/include/libnet-1.0" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib/libnet-1.0"
|
2010-10-18 17:50:38 -04:00
|
|
|
USE_GROFF = Yes
|
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 10:08:54 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|