nbaudit 1.0, NetBIOS auditing tool

This commit is contained in:
form 1998-05-07 07:16:30 +00:00
parent 6be8bcf353
commit de4c96256c
7 changed files with 139 additions and 0 deletions

25
security/nbaudit/Makefile Normal file
View 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>

View File

@ -0,0 +1 @@
MD5 (nat10.tar.gz) = b8e020ac21e35caa35a8bbd99e41b5e4

View 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

View 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

View File

@ -0,0 +1 @@
NetBIOS Auditing Tool / Security Kit

View 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

View File

@ -0,0 +1,2 @@
bin/nbaudit
man/man1/nbaudit.1