new port: Security scanner for Samba
ADM smb is a security scanner for Samba /* based on the src of the smbclient from the samba team */ ADMsmb will perform a complete audit of samba for you on a host you provide. PR: ports/53696 Submitted by: Jacek Serwatynski <tutus@trynet.eu.org>
This commit is contained in:
23
security/ADMsmb/Makefile
Normal file
23
security/ADMsmb/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Ports collection makefile for: ADMsmb
|
||||
# Date created: 23 Jun 2003
|
||||
# Whom: tutus@trynet.eu.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ADMsmb
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.geocities.com/bofn1001/ \
|
||||
http://adm.freelsd.net/ADM/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Security scanner for Samba
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ADMsmb ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/ADMsmb
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/ADMsmb
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
security/ADMsmb/distinfo
Normal file
1
security/ADMsmb/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (ADMsmb_0.3.tar.gz) = 2435211471f870c0bb0b775e1d67c553
|
||||
7
security/ADMsmb/pkg-descr
Normal file
7
security/ADMsmb/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
ADM smb is a security scanner for Samba
|
||||
/* based on the src of the smbclient from the samba team */
|
||||
ADMsmb will perform a complete audit of samba for you on a host you
|
||||
provide.
|
||||
|
||||
- Jacek Serwatynski
|
||||
tutus@trynet.eu.org
|
||||
3
security/ADMsmb/pkg-plist
Normal file
3
security/ADMsmb/pkg-plist
Normal file
@@ -0,0 +1,3 @@
|
||||
bin/ADMsmb
|
||||
share/ADMsmb/README
|
||||
@dirrm share/ADMsmb
|
||||
@@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += ADMsmb
|
||||
SUBDIR += ADMsnmp
|
||||
SUBDIR += aafid2
|
||||
SUBDIR += acid
|
||||
|
||||
Reference in New Issue
Block a user