nbaudit 1.0, NetBIOS auditing tool
This commit is contained in:
parent
6be8bcf353
commit
de4c96256c
25
security/nbaudit/Makefile
Normal file
25
security/nbaudit/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: nbaudit
|
||||
# Version required: 1.0
|
||||
# Date created: 7 May 1998
|
||||
# Whom: Oleg Safiullin <form@vs.itam.nsc.ru>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/07 07:16:30 form Exp $
|
||||
# FreeBSD: Makefile,v 1.1.1.1 1998/02/14 04:10:30 obrien Exp
|
||||
#
|
||||
|
||||
DISTNAME= nat10
|
||||
PKGNAME= nbaudit-1.0
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ftp://ftp.secnet.com/pub/tools/nat10/
|
||||
|
||||
MAINTAINER= form@vs.itam.nsc.ru
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
MAN1= nbaudit.1
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/nat ${PREFIX}/bin/nbaudit
|
||||
@${INSTALL_MAN} ${WRKSRC}/nat.1 ${PREFIX}/man/man1/nbaudit.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/nbaudit/files/md5
Normal file
1
security/nbaudit/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nat10.tar.gz) = b8e020ac21e35caa35a8bbd99e41b5e4
|
38
security/nbaudit/patches/patch-aa
Normal file
38
security/nbaudit/patches/patch-aa
Normal file
@ -0,0 +1,38 @@
|
||||
*** Makefile.orig Mon Feb 17 09:18:04 1997
|
||||
--- Makefile Thu May 7 13:50:18 1998
|
||||
***************
|
||||
*** 147,154 ****
|
||||
#
|
||||
# This is for OpenBSD.
|
||||
#
|
||||
! # FLAGSM = -DOPENBSD -DSHADOW_PWD
|
||||
! # LIBSM = -lcrypt
|
||||
|
||||
# This is for NetBSD. Add -DNETBSD_1_0 if you are using 1.0
|
||||
# contributed by noses@oink.rhein.de
|
||||
--- 147,154 ----
|
||||
#
|
||||
# This is for OpenBSD.
|
||||
#
|
||||
! FLAGSM = -DOPENBSD -DSHADOW_PWD
|
||||
! LIBSM =
|
||||
|
||||
# This is for NetBSD. Add -DNETBSD_1_0 if you are using 1.0
|
||||
# contributed by noses@oink.rhein.de
|
||||
***************
|
||||
*** 366,372 ****
|
||||
OBJS = nat.o client.o util.o system.o nmb.o charset.o parse_ip.o
|
||||
CFLAGS1 = -DSTEPPING -DSCANNER -DVERBOSE
|
||||
CFLAGS2 = -DWORKGROUP=\"$(WORKGROUP)\" -DGUEST_ACCOUNT=\"$(GUESTACCOUNT)\"
|
||||
! CFLAGS = $(CFLAGS1) $(CFLAGS2) $(FLAGSM)
|
||||
LIBS = $(LIBSM)
|
||||
|
||||
all : nat
|
||||
--- 366,372 ----
|
||||
OBJS = nat.o client.o util.o system.o nmb.o charset.o parse_ip.o
|
||||
CFLAGS1 = -DSTEPPING -DSCANNER -DVERBOSE
|
||||
CFLAGS2 = -DWORKGROUP=\"$(WORKGROUP)\" -DGUEST_ACCOUNT=\"$(GUESTACCOUNT)\"
|
||||
! CFLAGS += $(CFLAGS1) $(CFLAGS2) $(FLAGSM)
|
||||
LIBS = $(LIBSM)
|
||||
|
||||
all : nat
|
63
security/nbaudit/patches/patch-ab
Normal file
63
security/nbaudit/patches/patch-ab
Normal file
@ -0,0 +1,63 @@
|
||||
*** nat.1.orig Mon Feb 17 09:18:04 1997
|
||||
--- nat.1 Thu May 7 14:10:17 1998
|
||||
***************
|
||||
*** 1,12 ****
|
||||
! .TH NAT 1
|
||||
.SH NAME
|
||||
! nat - NetBIOS Auditing Tool
|
||||
.SH SYNOPSIS
|
||||
! nat [-o <\fBoutput\fP>] [-u <\fBuserlist\fP>] [-p <\fBpasslist\fP>] \fB<address>\fP
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
! \fBnat\fP is a tool written to perform various security checks on systems
|
||||
! offering the NetBIOS file sharing service. \fBnat\fP will attempt to retrieve
|
||||
all information availible from the remote server, and attempt to access any
|
||||
services provided by the server.
|
||||
.SH OPTIONS
|
||||
--- 1,12 ----
|
||||
! .TH NBAUDIT 1
|
||||
.SH NAME
|
||||
! nbaudit - NetBIOS Auditing Tool
|
||||
.SH SYNOPSIS
|
||||
! nbaudit [-o <\fBoutput\fP>] [-u <\fBuserlist\fP>] [-p <\fBpasslist\fP>] \fB<address>\fP
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
! \fBnbaudit\fP is a tool written to perform various security checks on systems
|
||||
! offering the NetBIOS file sharing service. \fBnbaudit\fP will attempt to retrieve
|
||||
all information availible from the remote server, and attempt to access any
|
||||
services provided by the server.
|
||||
.SH OPTIONS
|
||||
***************
|
||||
*** 54,63 ****
|
||||
and usernames, as the time required increases exponentially with the size of
|
||||
these lists.
|
||||
.SH SUPPORTED PLATFORMS
|
||||
! This version of \fBnat\fP has been tested against Windows NT 4.0 and various
|
||||
versions of the Samba server written by Andrew Tridgell.
|
||||
.PP
|
||||
! This version of \fBnat\fP has been tested and compiled on the following
|
||||
operating systems:
|
||||
\fBSolaris\fP 2.5,
|
||||
\fBLinux\fP 2.0,
|
||||
--- 54,63 ----
|
||||
and usernames, as the time required increases exponentially with the size of
|
||||
these lists.
|
||||
.SH SUPPORTED PLATFORMS
|
||||
! This version of \fBnbaudit\fP has been tested against Windows NT 4.0 and various
|
||||
versions of the Samba server written by Andrew Tridgell.
|
||||
.PP
|
||||
! This version of \fBnbaudit\fP has been tested and compiled on the following
|
||||
operating systems:
|
||||
\fBSolaris\fP 2.5,
|
||||
\fBLinux\fP 2.0,
|
||||
***************
|
||||
*** 68,71 ****
|
||||
\fBWindows 95\fP
|
||||
|
||||
.SH FILES
|
||||
! \fBnat\fP, \fBuserlist.txt\fP, \fBpasslist.txt\fP
|
||||
--- 68,71 ----
|
||||
\fBWindows 95\fP
|
||||
|
||||
.SH FILES
|
||||
! \fBnbaudit\fP, \fBuserlist.txt\fP, \fBpasslist.txt\fP
|
1
security/nbaudit/pkg/COMMENT
Normal file
1
security/nbaudit/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
NetBIOS Auditing Tool / Security Kit
|
9
security/nbaudit/pkg/DESCR
Normal file
9
security/nbaudit/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
NetBIOS Auditing Tool / Security Kit
|
||||
|
||||
The intention of this package is to perform various security checks on
|
||||
remote servers running NetBIOS file sharing services.
|
||||
nat will attempt to retrieve all information availible from the remote
|
||||
server, and attempt to access any services provided by the server.
|
||||
|
||||
-- David O'Brien
|
||||
obrien@NUXI.com
|
2
security/nbaudit/pkg/PLIST
Normal file
2
security/nbaudit/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/nbaudit
|
||||
man/man1/nbaudit.1
|
Loading…
Reference in New Issue
Block a user