summaryrefslogtreecommitdiff
path: root/security/ftpmap
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 02:41:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 02:41:34 +0000
commit7a30c6fbeb1e2a8c3659f37e1e59f96ba5a60dc1 (patch)
treeee558f425320a9ae6a078a7ee340ef7cd59587e6 /security/ftpmap
parentnet/posadis, another DNS server implementation (diff)
security/ftpmap: Identify remote FTP server software by fingerprinting
Ftpmap scans remote FTP servers to indentify what software and what versions they are running. It uses program-specific fingerprints to discover the name of the software even when banners have been changed or removed, or when some features have been disabled. IPv6 is fully supported. PR: ports/48899 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes
Notes: svn path=/head/; revision=77890
Diffstat (limited to 'security/ftpmap')
-rw-r--r--security/ftpmap/Makefile26
-rw-r--r--security/ftpmap/distinfo1
-rw-r--r--security/ftpmap/pkg-descr7
-rw-r--r--security/ftpmap/pkg-plist6
4 files changed, 40 insertions, 0 deletions
diff --git a/security/ftpmap/Makefile b/security/ftpmap/Makefile
new file mode 100644
index 000000000000..26c565625328
--- /dev/null
+++ b/security/ftpmap/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: ftpmap
+# Date created: 01 Nov 2002
+# Whom: Sergei Kolobov <sergei@kolobov.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ftpmap
+PORTVERSION= 0.4
+CATEGORIES= security ftp
+MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/ftpmap/
+
+MAINTAINER= sergei@kolobov.com
+COMMENT= Identify remote FTP server software by fingerprinting
+
+GNU_CONFIGURE= yes
+
+DOCS= AUTHORS NEWS README THANKS
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/security/ftpmap/distinfo b/security/ftpmap/distinfo
new file mode 100644
index 000000000000..1571667c4dcf
--- /dev/null
+++ b/security/ftpmap/distinfo
@@ -0,0 +1 @@
+MD5 (ftpmap-0.4.tar.gz) = 5095c0712e4a906dae75f082acbabffb
diff --git a/security/ftpmap/pkg-descr b/security/ftpmap/pkg-descr
new file mode 100644
index 000000000000..8cb7af42dcb8
--- /dev/null
+++ b/security/ftpmap/pkg-descr
@@ -0,0 +1,7 @@
+Ftpmap scans remote FTP servers to indentify what software and what versions
+they are running. It uses program-specific fingerprints to discover the name
+of the software even when banners have been changed or removed, or when some
+features have been disabled. IPv6 is fully supported.
+
+Author: Frank DENIS <j@4u.net>
+WWW: http://www.jedi.claranet.fr/
diff --git a/security/ftpmap/pkg-plist b/security/ftpmap/pkg-plist
new file mode 100644
index 000000000000..06946609221f
--- /dev/null
+++ b/security/ftpmap/pkg-plist
@@ -0,0 +1,6 @@
+bin/ftpmap
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/THANKS
+%%PORTDOCS%%@dirrm %%DOCSDIR%%