Index: head/net/hping/Makefile =================================================================== --- head/net/hping/Makefile (nonexistent) +++ head/net/hping/Makefile (revision 34329) @@ -0,0 +1,25 @@ +# New ports collection makefile for: hping +# Date Created: 5 Oct 2000 +# Whom: Roman Shterenzon +# +# $FreeBSD$ +# + +PORTNAME= hping +PORTVERSION= 2b54 +CATEGORIES= security net +MASTER_SITES= http://www.kyuzz.org/antirez/hping2-src/ +DISTNAME= hping2-beta54 + +MAINTAINER= roman@xpert.com + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --force-libpcap + +MAN8= hping.8 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping + ${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8 + +.include Property changes on: head/net/hping/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/hping/distinfo =================================================================== --- head/net/hping/distinfo (nonexistent) +++ head/net/hping/distinfo (revision 34329) @@ -0,0 +1 @@ +MD5 (hping2-beta54.tar.gz) = 703f2102b948f214d59d89b41bca9923 Property changes on: head/net/hping/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/hping/files/patch-aa =================================================================== --- head/net/hping/files/patch-aa (nonexistent) +++ head/net/hping/files/patch-aa (revision 34329) @@ -0,0 +1,22 @@ +--- configure.orig Thu Jul 6 20:06:10 2000 ++++ configure Thu Oct 5 15:33:45 2000 +@@ -65,8 +65,8 @@ + ;; + *"--force-libpcap") + FORCE_LIBPCAP="-DFORCE_LIBPCAP" +- PCAP="PCAP=libpcap/libpcap.a" +- PCAP_INCLUDE="-I./libpcap" ++ PCAP="PCAP=-lpcap" ++ PCAP_INCLUDE="" + ;; + *"--dont-use-proc") + HAVE_PROC="" +@@ -92,7 +92,7 @@ + -e s/@FORCE_LIBPCAP@/"$FORCE_LIBPCAP"/g \ + -e s/@HAVE_PROC@/"$HAVE_PROC"/g \ + -e s^@PCAP@^"$PCAP"^g \ +- -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE$"^g \ ++ -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE"^g \ + -e s^@MANPATH@^"$INSTALL_MANPATH"^g \ + > Makefile + Property changes on: head/net/hping/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/hping/files/patch-ab =================================================================== --- head/net/hping/files/patch-ab (nonexistent) +++ head/net/hping/files/patch-ab (revision 34329) @@ -0,0 +1,13 @@ +--- Makefile.in.orig Thu Oct 5 15:22:25 2000 ++++ Makefile.in Thu Oct 5 15:25:28 2000 +@@ -6,8 +6,8 @@ + # $date: Sun Jul 25 17:56:15 MET DST 1999$ + # $rev: 3$ + +-CC= gcc +-CCOPT= -O2 -Wall @PCAP_INCLUDE@ ++CC?= gcc ++CCOPT= $(CFLAGS) -Wall @PCAP_INCLUDE@ + DEBUG= -g + #uncomment the following if you need libpcap based build under linux + #(not raccomanded) Property changes on: head/net/hping/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/hping/files/patch-ac =================================================================== --- head/net/hping/files/patch-ac (nonexistent) +++ head/net/hping/files/patch-ac (revision 34329) @@ -0,0 +1,10 @@ +--- getlhs.c.orig Thu Oct 5 15:26:31 2000 ++++ getlhs.c Thu Oct 5 15:26:26 2000 +@@ -73,6 +73,7 @@ + else if ( strstr(ifname, "eth") /* ? */ + || strstr(ifname, "ed") + || strstr(ifname, "ne") ++ || strstr(ifname, "xe") /* Xircom */ + || strstr(ifname, "xl") /* 3com */ + || strstr(ifname, "vx") /* 3com (older model) */ + || strstr(ifname, "ep") /* 3com 3c589 */ Property changes on: head/net/hping/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/hping/pkg-comment =================================================================== --- head/net/hping/pkg-comment (nonexistent) +++ head/net/hping/pkg-comment (revision 34329) @@ -0,0 +1 @@ +Network auditing tool Property changes on: head/net/hping/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/hping/pkg-descr =================================================================== --- head/net/hping/pkg-descr (nonexistent) +++ head/net/hping/pkg-descr (revision 34329) @@ -0,0 +1,22 @@ +hping2 is a network tool able to send custom ICMP/UDP/TCP +packets and to display target replies like ping do with +ICMP replies. hping2 handle fragmentation, arbitrary packet +body and size and can be used in order to transfer files +under supported protocols. Using hping2 you are able at +least to perform the following jobs: + + - Test firewall rules + - [spoofed] port scanning + - Test net performance using different protocols, + packet size, TOS (type of service) and fragmentation. + - Path MTU discovery + - Files transfering even between really fascist firewall rules. + - Traceroute like under different protocols. + - Firewalk like usage. + - Remote OS fingerprint. + - TCP/IP stack auditing. + - A lot of others. + +WWW: http://www.kyuzz.org/antirez/hping/ + +-- Roman Shterenzon Property changes on: head/net/hping/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/hping/pkg-plist =================================================================== --- head/net/hping/pkg-plist (nonexistent) +++ head/net/hping/pkg-plist (revision 34329) @@ -0,0 +1 @@ +sbin/hping Property changes on: head/net/hping/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/Makefile =================================================================== --- head/security/Makefile (revision 34328) +++ head/security/Makefile (revision 34329) @@ -1,127 +1,128 @@ # $FreeBSD$ # SUBDIR += aafid2 SUBDIR += acid SUBDIR += aide SUBDIR += bjorb SUBDIR += bro SUBDIR += bugs SUBDIR += ca-roots SUBDIR += calife SUBDIR += cfs SUBDIR += checkpassword SUBDIR += chrootuid SUBDIR += cops SUBDIR += crack SUBDIR += cyrus-sasl SUBDIR += ddos_scan SUBDIR += donkey SUBDIR += dsniff SUBDIR += fakebo SUBDIR += find_ddos SUBDIR += firewalk SUBDIR += fragrouter SUBDIR += fuzz SUBDIR += fwtk SUBDIR += gag SUBDIR += gnupg SUBDIR += gnupg-rsa SUBDIR += gpa SUBDIR += gpasman SUBDIR += gtkportscan SUBDIR += heimdal + SUBDIR += hping SUBDIR += ident2 SUBDIR += identify SUBDIR += inflex SUBDIR += its4 SUBDIR += john SUBDIR += keynote SUBDIR += keyprint SUBDIR += kmap SUBDIR += krb5 SUBDIR += kssh SUBDIR += l0pht-watch SUBDIR += libident SUBDIR += libmcrypt SUBDIR += libmcrypt-nm SUBDIR += libparanoia SUBDIR += logcheck SUBDIR += lsh SUBDIR += lxnb SUBDIR += mhash SUBDIR += mindterm-binary SUBDIR += nbaudit SUBDIR += nessus SUBDIR += nessus-libraries SUBDIR += nessus-libnasl SUBDIR += nessus-plugins SUBDIR += nmap SUBDIR += nmapfe SUBDIR += oidentd SUBDIR += openssh SUBDIR += openssh-askpass SUBDIR += openssl SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Digest-MD5 SUBDIR += p5-GnuPG-Interface SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-MD5 SUBDIR += p5-Net-SSLeay SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += pad SUBDIR += pam-mysql SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgp6 SUBDIR += pgpgpg SUBDIR += pidentd SUBDIR += pktsuckers SUBDIR += portscanner SUBDIR += portsentry SUBDIR += pscan SUBDIR += racoon SUBDIR += radiusniff SUBDIR += rid SUBDIR += rsaref SUBDIR += ruby-acl SUBDIR += ruby-tcpwrap SUBDIR += saint SUBDIR += scanssh SUBDIR += seahorse SUBDIR += siphon SUBDIR += skip SUBDIR += slurpie SUBDIR += slush SUBDIR += smurflog SUBDIR += sniff SUBDIR += snort SUBDIR += srm SUBDIR += ssh SUBDIR += ssh2 SUBDIR += sslproxy SUBDIR += sslwrap SUBDIR += strobe SUBDIR += stunnel SUBDIR += sudo SUBDIR += super SUBDIR += swatch SUBDIR += tcp_wrapper SUBDIR += trinokiller SUBDIR += tripwire SUBDIR += tripwire-131 SUBDIR += uvscan-dat SUBDIR += vlock SUBDIR += vscan SUBDIR += whisker SUBDIR += xinetd SUBDIR += zebedee SUBDIR += zombiezapper .include Property changes on: head/security/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.137 \ No newline at end of property +1.138 \ No newline at end of property Index: head/security/hping/Makefile =================================================================== --- head/security/hping/Makefile (nonexistent) +++ head/security/hping/Makefile (revision 34329) @@ -0,0 +1,25 @@ +# New ports collection makefile for: hping +# Date Created: 5 Oct 2000 +# Whom: Roman Shterenzon +# +# $FreeBSD$ +# + +PORTNAME= hping +PORTVERSION= 2b54 +CATEGORIES= security net +MASTER_SITES= http://www.kyuzz.org/antirez/hping2-src/ +DISTNAME= hping2-beta54 + +MAINTAINER= roman@xpert.com + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --force-libpcap + +MAN8= hping.8 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping + ${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8 + +.include Property changes on: head/security/hping/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/security/hping/distinfo =================================================================== --- head/security/hping/distinfo (nonexistent) +++ head/security/hping/distinfo (revision 34329) @@ -0,0 +1 @@ +MD5 (hping2-beta54.tar.gz) = 703f2102b948f214d59d89b41bca9923 Property changes on: head/security/hping/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/hping/files/patch-aa =================================================================== --- head/security/hping/files/patch-aa (nonexistent) +++ head/security/hping/files/patch-aa (revision 34329) @@ -0,0 +1,22 @@ +--- configure.orig Thu Jul 6 20:06:10 2000 ++++ configure Thu Oct 5 15:33:45 2000 +@@ -65,8 +65,8 @@ + ;; + *"--force-libpcap") + FORCE_LIBPCAP="-DFORCE_LIBPCAP" +- PCAP="PCAP=libpcap/libpcap.a" +- PCAP_INCLUDE="-I./libpcap" ++ PCAP="PCAP=-lpcap" ++ PCAP_INCLUDE="" + ;; + *"--dont-use-proc") + HAVE_PROC="" +@@ -92,7 +92,7 @@ + -e s/@FORCE_LIBPCAP@/"$FORCE_LIBPCAP"/g \ + -e s/@HAVE_PROC@/"$HAVE_PROC"/g \ + -e s^@PCAP@^"$PCAP"^g \ +- -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE$"^g \ ++ -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE"^g \ + -e s^@MANPATH@^"$INSTALL_MANPATH"^g \ + > Makefile + Property changes on: head/security/hping/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/hping/files/patch-ab =================================================================== --- head/security/hping/files/patch-ab (nonexistent) +++ head/security/hping/files/patch-ab (revision 34329) @@ -0,0 +1,13 @@ +--- Makefile.in.orig Thu Oct 5 15:22:25 2000 ++++ Makefile.in Thu Oct 5 15:25:28 2000 +@@ -6,8 +6,8 @@ + # $date: Sun Jul 25 17:56:15 MET DST 1999$ + # $rev: 3$ + +-CC= gcc +-CCOPT= -O2 -Wall @PCAP_INCLUDE@ ++CC?= gcc ++CCOPT= $(CFLAGS) -Wall @PCAP_INCLUDE@ + DEBUG= -g + #uncomment the following if you need libpcap based build under linux + #(not raccomanded) Property changes on: head/security/hping/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/hping/files/patch-ac =================================================================== --- head/security/hping/files/patch-ac (nonexistent) +++ head/security/hping/files/patch-ac (revision 34329) @@ -0,0 +1,10 @@ +--- getlhs.c.orig Thu Oct 5 15:26:31 2000 ++++ getlhs.c Thu Oct 5 15:26:26 2000 +@@ -73,6 +73,7 @@ + else if ( strstr(ifname, "eth") /* ? */ + || strstr(ifname, "ed") + || strstr(ifname, "ne") ++ || strstr(ifname, "xe") /* Xircom */ + || strstr(ifname, "xl") /* 3com */ + || strstr(ifname, "vx") /* 3com (older model) */ + || strstr(ifname, "ep") /* 3com 3c589 */ Property changes on: head/security/hping/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/hping/pkg-comment =================================================================== --- head/security/hping/pkg-comment (nonexistent) +++ head/security/hping/pkg-comment (revision 34329) @@ -0,0 +1 @@ +Network auditing tool Property changes on: head/security/hping/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/hping/pkg-descr =================================================================== --- head/security/hping/pkg-descr (nonexistent) +++ head/security/hping/pkg-descr (revision 34329) @@ -0,0 +1,22 @@ +hping2 is a network tool able to send custom ICMP/UDP/TCP +packets and to display target replies like ping do with +ICMP replies. hping2 handle fragmentation, arbitrary packet +body and size and can be used in order to transfer files +under supported protocols. Using hping2 you are able at +least to perform the following jobs: + + - Test firewall rules + - [spoofed] port scanning + - Test net performance using different protocols, + packet size, TOS (type of service) and fragmentation. + - Path MTU discovery + - Files transfering even between really fascist firewall rules. + - Traceroute like under different protocols. + - Firewalk like usage. + - Remote OS fingerprint. + - TCP/IP stack auditing. + - A lot of others. + +WWW: http://www.kyuzz.org/antirez/hping/ + +-- Roman Shterenzon Property changes on: head/security/hping/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/hping/pkg-plist =================================================================== --- head/security/hping/pkg-plist (nonexistent) +++ head/security/hping/pkg-plist (revision 34329) @@ -0,0 +1 @@ +sbin/hping Property changes on: head/security/hping/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property