1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

New port: security/smap

smap is a simple scanner for SIP enabled devices

    smap sends off various SIP requests awaiting responses from SIP
    enabled DSL router, proxies and user agents. It could be considered
    a mashup of nmap and sipsak ;)

    WWW: http://www.wormulon.net/
    Author: Hendrik Scholz <hscholz@raisdorf.net>
This commit is contained in:
Edwin Groothuis 2007-05-24 22:16:25 +00:00
parent d8cc2c1294
commit 1a66b2caf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191640
4 changed files with 39 additions and 0 deletions

View File

@ -665,6 +665,7 @@
SUBDIR += sks
SUBDIR += slurpie
SUBDIR += slush
SUBDIR += smap
SUBDIR += smtpmap
SUBDIR += smtpscan
SUBDIR += smurflog

27
security/smap/Makefile Normal file
View File

@ -0,0 +1,27 @@
# ex:ts=8
# New ports collection makefile for: smap
# Date created: May 25, 2007
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= smap
PORTVERSION= 0.5.0
CATEGORIES= security net
MASTER_SITES= http://www.wormulon.net/smap/
MAINTAINER= edwin@mavetju.org
COMMENT= SIP scanner and identifier
PLIST_FILES= bin/smap share/smap/fingerprint.db
PLIST_DIRS= share/map
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/smap ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/smap
${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${PREFIX}/share/smap
.include <bsd.port.mk>

3
security/smap/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (smap-0.5.0.tar.gz) = 2c00757f3406bc8505a3fdd741f7d1c0
SHA256 (smap-0.5.0.tar.gz) = 540e7c0e30e08ab007cc22b9c1b065ddfe809b42f07c283f5396a33bd5fddf52
SIZE (smap-0.5.0.tar.gz) = 33282

8
security/smap/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
smap is a simple scanner for SIP enabled devices
smap sends off various SIP requests awaiting responses from SIP
enabled DSL router, proxies and user agents. It could be considered
a mashup of nmap and sipsak ;)
WWW: http://www.wormulon.net/
Author: Hendrik Scholz <hscholz@raisdorf.net>