db9a153ad9
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.
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/22 15:08:54 danh Exp $
|
|
|
|
DISTNAME= SING-1.0
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= net security
|
|
NEED_VERSION= 1.356
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= sing
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|