diff options
Diffstat (limited to 'security/httprint')
-rw-r--r-- | security/httprint/Makefile | 27 | ||||
-rw-r--r-- | security/httprint/distinfo | 2 | ||||
-rw-r--r-- | security/httprint/pkg-descr | 10 | ||||
-rw-r--r-- | security/httprint/pkg-plist | 45 |
4 files changed, 0 insertions, 84 deletions
diff --git a/security/httprint/Makefile b/security/httprint/Makefile deleted file mode 100644 index 5517df540645..000000000000 --- a/security/httprint/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Yonatan <onatan@gmail.com> -# $FreeBSD$ - -PORTNAME= httprint -PORTVERSION= 301 -CATEGORIES= security -MASTER_SITES= http://net-square.com/zip%20folders/ -DISTNAME= ${PORTNAME}_freebsd_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Web server fingerprinting tool - -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/freebsd/ -USES= zip - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 -RESTRICTED= No cost for personal, education and non-commercial use. -NO_BUILD= yes - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) - ${LN} -s httprint ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/security/httprint/distinfo b/security/httprint/distinfo deleted file mode 100644 index 4b2894a2177f..000000000000 --- a/security/httprint/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (httprint_freebsd_301.zip) = 168127b70bc87f1a6e9256ed4aa3a076a7a23c7155e3fe8d5b11a25dc880fcce -SIZE (httprint_freebsd_301.zip) = 512708 diff --git a/security/httprint/pkg-descr b/security/httprint/pkg-descr deleted file mode 100644 index 2025fafa7ea9..000000000000 --- a/security/httprint/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -httprint is a web server fingerprinting tool. It relies on web server -characteristics to accurately identify web servers, despite the fact that they -may have been obfuscated by changing the server banner strings, or by plug-ins -such as mod_security or servermask. httprint can also be used to detect web -enabled devices which do not have a server banner string, such as wireless -access points, routers, switches, cable modems, etc. httprint uses text -signature strings and it is very easy to add signatures to the signature -database. - -WWW: http://www.net-square.com/httprint.html diff --git a/security/httprint/pkg-plist b/security/httprint/pkg-plist deleted file mode 100644 index 677e20a1d62e..000000000000 --- a/security/httprint/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/httprint -%%DATADIR%%/httprint -%%DATADIR%%/input.txt -%%DATADIR%%/nmapportlist.txt -%%DATADIR%%/readme.txt -%%DATADIR%%/signatures.txt -%%DATADIR%%/images/_1x1blue.gif -%%DATADIR%%/images/_1x1grey.gif -%%DATADIR%%/images/_1x1white.gif -%%DATADIR%%/images/_blue-end.gif -%%DATADIR%%/images/_blue-front.gif -%%DATADIR%%/images/_blue-mid.gif -%%DATADIR%%/images/_end.gif -%%DATADIR%%/images/_front.gif -%%DATADIR%%/images/_grey-end.gif -%%DATADIR%%/images/_grey-mid.gif -%%DATADIR%%/images/_httprint.gif -%%DATADIR%%/images/_netsquare.gif -%%DATADIR%%/images/_tick.gif -%%DATADIR%%/images/aol.gif -%%DATADIR%%/images/apache.gif -%%DATADIR%%/images/bea.gif -%%DATADIR%%/images/cisco.gif -%%DATADIR%%/images/compaq.gif -%%DATADIR%%/images/domino.gif -%%DATADIR%%/images/hp.gif -%%DATADIR%%/images/ibm.gif -%%DATADIR%%/images/iis4_5.gif -%%DATADIR%%/images/iis51_6.gif -%%DATADIR%%/images/jana.gif -%%DATADIR%%/images/linksys.gif -%%DATADIR%%/images/mikrotik.gif -%%DATADIR%%/images/netscape.gif -%%DATADIR%%/images/novell.gif -%%DATADIR%%/images/smc.gif -%%DATADIR%%/images/snap.gif -%%DATADIR%%/images/sun.gif -%%DATADIR%%/images/thttpd.gif -%%DATADIR%%/images/tomcat.gif -%%DATADIR%%/images/tux.gif -%%DATADIR%%/images/ubicom.gif -%%DATADIR%%/images/vnc.gif -%%DATADIR%%/images/xerver.gif -%%DATADIR%%/images/zeus.gif -%%DATADIR%%/images/zope.gif |