diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile index 1d8019381d55..22525b94bc21 100644 --- a/net-mgmt/nstreams/Makefile +++ b/net-mgmt/nstreams/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: nstreams # Date created: 22 September 1999 # Whom: darius@dons.net.au # # $FreeBSD$ # PORTNAME= nstreams PORTVERSION= 1.0.3 CATEGORIES= net MASTER_SITES= ftp://ftp.nessus.org/pub/nstreams/ -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= ecu@ipv42.netm WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes MAN1= nstreams.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/docs/nstreams-networks \ ${PREFIX}/etc/nstreams-networks.sample ${INSTALL_DATA} ${WRKSRC}/docs/nstreams-services ${PREFIX}/etc/nstreams-services .include diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index bf9083f74484..92496099021c 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -1,38 +1,38 @@ # New ports collection makefile for: pancho # Date created: november 2nd, 2001 # Whom: Nicolas Jombart # # $FreeBSD$ # PORTNAME= pancho PORTVERSION= 9.0.1 CATEGORIES= net MASTER_SITES= http://www.panchoproject.org/archives/pancho/ DISTNAME= pancho-v${PORTVERSION} -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= ecu@ipv42.net RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION} USE_PERL5= YES PERL_CONFIGURE= YES MAN1= pancho.1 post-patch: @${MV} ${WRKSRC}/lib/Pancho/Plugins/README ${WRKSRC}/README.plugins @${MV} ${WRKSRC}/lib/Pancho/Plugins/Plugin.sample ${WRKSRC}/ post-install: @${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} .for f in README README.plugins Plugin.sample @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME} .endfor .endif .include diff --git a/net-mgmt/pancho/pkg-descr b/net-mgmt/pancho/pkg-descr index 9f63efb8c7b6..c4ef971bea43 100644 --- a/net-mgmt/pancho/pkg-descr +++ b/net-mgmt/pancho/pkg-descr @@ -1,17 +1,17 @@ Pancho was written with the goal of allowing network administrators make a change to a group of Cisco routers without being required to log into each host. Pancho also provides the flexibility to allow admins to use its function against a single host, a select group or the entire whole. In addition to changes to current configurations on remote routers, pancho is also capable of archiving router configurations manually or through automated runs. Support is provided for Cisco, Foundry or Nortel/Alteon devices. WWW: http://www.panchoproject.org/ ---Nicolas Jombart +--Nicolas Jombart diff --git a/net/hping/Makefile b/net/hping/Makefile index 1a0ea6f65a04..9f4e2f376f31 100644 --- a/net/hping/Makefile +++ b/net/hping/Makefile @@ -1,35 +1,35 @@ # New ports collection makefile for: hping # Date Created: 5 Oct 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # PORTNAME= hping PORTVERSION= 2.0.0r2 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net MASTER_SITES= http://www.hping.org/ DISTNAME= hping2.0.0-rc2 -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= ecu@ipv42.net WRKSRC= ${WRKDIR}/hping2-rc2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --force-libpcap USE_GMAKE= yes MAN8= hping.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping ${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/hping .for i in AS-BACKDOOR HPING2-HOWTO.txt HPING2-IS-OPEN MORE-FUN-WITH-IPID SPOOFED_SCAN.txt ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/hping/ .endfor .endif .include diff --git a/net/hping/pkg-descr b/net/hping/pkg-descr index 3767afa3bbe9..d62dcd7dddbf 100644 --- a/net/hping/pkg-descr +++ b/net/hping/pkg-descr @@ -1,23 +1,23 @@ hping is a command-line oriented TCP/IP packet assembler/analyzer. The interface is inspired to the ping(8) unix command, but hping isn't only able to send ICMP echo requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the ability to send files between a covered channel, and many other features. While hping was mainly used as a security tool in the past, it can be used in many ways by people that don't care about security to test networks and hosts. A subset of the stuff you can do using hping: - 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. WWW: http://www.hping.org/ --- Nicolas Jombart +-- Nicolas Jombart diff --git a/net/ipsorc/Makefile b/net/ipsorc/Makefile index c532a40d88b7..934be734ab8f 100644 --- a/net/ipsorc/Makefile +++ b/net/ipsorc/Makefile @@ -1,37 +1,37 @@ # New ports collection makefile for: ipsorc # Date created: 02 December, 2001 # Whom: Nicolas.Jombart@hsc-labs.com # # $FreeBSD$ # PORTNAME= ipsorc PORTVERSION= 1.7.5 CATEGORIES= net security MASTER_SITES= http://www.informony.com/ipsorc/ #MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= ecu@ipv42.net USE_GNOMENG= yes USE_GNOME= gtk12 USE_BZIP2= yes post-patch: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old @${SED} s,gtk-config,${GTK_CONFIG}, < ${WRKSRC}/Makefile.old \ > ${WRKSRC}/Makefile @${RM} ${WRKSRC}/Makefile.old do-install: .for file in ipmagic magic ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README HOWTO ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include diff --git a/net/ipsorc/pkg-descr b/net/ipsorc/pkg-descr index 7f18623e5e56..0773c928f0bb 100644 --- a/net/ipsorc/pkg-descr +++ b/net/ipsorc/pkg-descr @@ -1,8 +1,8 @@ IP Sorcery (ajs023@motorola.com) is a program that can generate IP packets (TCP, UDP, ICMP), with total control to fields, bits and data. It can work whitin the command line or a graphical frond-end written in GTK. IP Sorcery is useful to test program, firewalls, routers, etc. WWW: http://www.legions.org/~phric/ipsorcery.html ---Nicolas Jombart +--Nicolas Jombart diff --git a/net/nstreams/Makefile b/net/nstreams/Makefile index 1d8019381d55..22525b94bc21 100644 --- a/net/nstreams/Makefile +++ b/net/nstreams/Makefile @@ -1,28 +1,28 @@ # New ports collection makefile for: nstreams # Date created: 22 September 1999 # Whom: darius@dons.net.au # # $FreeBSD$ # PORTNAME= nstreams PORTVERSION= 1.0.3 CATEGORIES= net MASTER_SITES= ftp://ftp.nessus.org/pub/nstreams/ -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= ecu@ipv42.netm WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes MAN1= nstreams.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/docs/nstreams-networks \ ${PREFIX}/etc/nstreams-networks.sample ${INSTALL_DATA} ${WRKSRC}/docs/nstreams-services ${PREFIX}/etc/nstreams-services .include diff --git a/net/pancho/Makefile b/net/pancho/Makefile index bf9083f74484..92496099021c 100644 --- a/net/pancho/Makefile +++ b/net/pancho/Makefile @@ -1,38 +1,38 @@ # New ports collection makefile for: pancho # Date created: november 2nd, 2001 # Whom: Nicolas Jombart # # $FreeBSD$ # PORTNAME= pancho PORTVERSION= 9.0.1 CATEGORIES= net MASTER_SITES= http://www.panchoproject.org/archives/pancho/ DISTNAME= pancho-v${PORTVERSION} -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= ecu@ipv42.net RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION} USE_PERL5= YES PERL_CONFIGURE= YES MAN1= pancho.1 post-patch: @${MV} ${WRKSRC}/lib/Pancho/Plugins/README ${WRKSRC}/README.plugins @${MV} ${WRKSRC}/lib/Pancho/Plugins/Plugin.sample ${WRKSRC}/ post-install: @${INSTALL_DATA} ${WRKSRC}/samples/sample.conf ${PREFIX}/etc/pancho.conf.sample .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} .for f in README README.plugins Plugin.sample @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME} .endfor .endif .include diff --git a/net/pancho/pkg-descr b/net/pancho/pkg-descr index 9f63efb8c7b6..c4ef971bea43 100644 --- a/net/pancho/pkg-descr +++ b/net/pancho/pkg-descr @@ -1,17 +1,17 @@ Pancho was written with the goal of allowing network administrators make a change to a group of Cisco routers without being required to log into each host. Pancho also provides the flexibility to allow admins to use its function against a single host, a select group or the entire whole. In addition to changes to current configurations on remote routers, pancho is also capable of archiving router configurations manually or through automated runs. Support is provided for Cisco, Foundry or Nortel/Alteon devices. WWW: http://www.panchoproject.org/ ---Nicolas Jombart +--Nicolas Jombart diff --git a/security/hping/Makefile b/security/hping/Makefile index 1a0ea6f65a04..9f4e2f376f31 100644 --- a/security/hping/Makefile +++ b/security/hping/Makefile @@ -1,35 +1,35 @@ # New ports collection makefile for: hping # Date Created: 5 Oct 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # PORTNAME= hping PORTVERSION= 2.0.0r2 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net MASTER_SITES= http://www.hping.org/ DISTNAME= hping2.0.0-rc2 -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= ecu@ipv42.net WRKSRC= ${WRKDIR}/hping2-rc2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --force-libpcap USE_GMAKE= yes MAN8= hping.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping ${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/hping .for i in AS-BACKDOOR HPING2-HOWTO.txt HPING2-IS-OPEN MORE-FUN-WITH-IPID SPOOFED_SCAN.txt ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/hping/ .endfor .endif .include diff --git a/security/hping/pkg-descr b/security/hping/pkg-descr index 3767afa3bbe9..d62dcd7dddbf 100644 --- a/security/hping/pkg-descr +++ b/security/hping/pkg-descr @@ -1,23 +1,23 @@ hping is a command-line oriented TCP/IP packet assembler/analyzer. The interface is inspired to the ping(8) unix command, but hping isn't only able to send ICMP echo requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the ability to send files between a covered channel, and many other features. While hping was mainly used as a security tool in the past, it can be used in many ways by people that don't care about security to test networks and hosts. A subset of the stuff you can do using hping: - 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. WWW: http://www.hping.org/ --- Nicolas Jombart +-- Nicolas Jombart diff --git a/security/subweb/Makefile b/security/subweb/Makefile index 0051b92b51cc..e5c7bdbfa96b 100644 --- a/security/subweb/Makefile +++ b/security/subweb/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: subweb # Date created: december 30, 2001 # Whom: Nicolas Jombart # # $FreeBSD$ # PORTNAME= subweb PORTVERSION= 1.0 CATEGORIES= security www MASTER_SITES= http://www.hsc.fr/ressources/outils/subweb/download/ -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= ecu@ipv42.net NO_BUILD= YES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/subweb ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/subweb ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/subweb .endif .include diff --git a/security/subweb/pkg-descr b/security/subweb/pkg-descr index dcf7a0b3fb10..33c04414925c 100644 --- a/security/subweb/pkg-descr +++ b/security/subweb/pkg-descr @@ -1,14 +1,14 @@ SubWeb is a proxy/reverse proxy for HTTP flows. It is possible with SubWeb to handle and visualize HTTP request, headers, body on the fly. It has three operating modes : proxy, reverse proxy, and midproxy (a proxy which requires the pages from another proxy). It can also act as a virtual web server, i.e. answer certain request based on keyword match. SubWeb can also allow filtering, and is highly customizable. WWW: http://www.hsc-labs.com/tools/subweb/ --- Nicolas Jombart +-- Nicolas Jombart