1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add pxytest 1.36, test remote system for unsecured mail proxies.

PR:		53275
Submitted by:	Paul Chvostek <paul@it.ca>
This commit is contained in:
Erwin Lansing 2003-06-13 10:39:44 +00:00
parent 1f1024a981
commit 4d126d235a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82920
5 changed files with 54 additions and 0 deletions

View File

@ -268,6 +268,7 @@
SUBDIR += proxytunnel
SUBDIR += pscan
SUBDIR += pwman
SUBDIR += pxytest
SUBDIR += py-amkCrypto
SUBDIR += py-cryptkit
SUBDIR += py-fchksum

35
security/pxytest/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: pxytest
# Date created: Fri Jun 13 05:57:43 EDT 2003
# Whom: Paul Chvostek <paul@it.ca>
#
# $FreeBSD$
#
PORTNAME= pxytest
PORTVERSION= 1.36
CATEGORIES= security
MASTER_SITES= http://www.unicom.com/sw/pxytest/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY= # defined
MAINTAINER= paul+ports@it.ca
COMMENT= Test remote system for unsecured mail proxies
USE_PERL5= yes
NO_WRKSUBDIR= yes
MAN1= pxytest.1
pre-patch:
@${SED} '1s:^#!/usr/bin/perl:#!${PERL}:' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/pxytest
do-build:
@pod2man ${WRKSRC}/pxytest > ${WRKSRC}/pxytest.1
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/pxytest ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/pxytest.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pxytest) = 0c973e64c0566e8e616b8703fff46448

View File

@ -0,0 +1,16 @@
pxytest is a command line utility to test a host for open proxies
that are vulnerable to spammer abuse. It is written in perl.
Unsecured proxies currently are the most significant conduit of
junk email. This is a particularly vexing problem, because open
proxies, unlike open mail relays, hide the origin of the spam,
making it impossible to trace. This utility tests a host to
see if it is vulnerable to such abuse.
See http://www.unicom.com/sw/pxytest for more information.
pxytest was written by Chip Rosenthal.
- Paul Chvostek <paul+ports@it.ca>
WWW: http://www.unicom.com/sw/pxytest

View File

@ -0,0 +1 @@
bin/pxytest