Initial import of n0t

Network OS Tracer
This commit is contained in:
pancake ;) 2004-06-08 14:47:40 +00:00 committed by Thomas Klausner
parent 452370f360
commit 57ebba6095
4 changed files with 43 additions and 0 deletions

9
n0t/DESCR Normal file
View file

@ -0,0 +1,9 @@
n0t should be run on network routers/servers. It is useful to get info
about machines that are connected to you. You can use n0t to:
- watch traffic on your server (+ verbose output & packet dump),
- identify remote OS (also ACK + ...),
- sniff packets in your network,
- detect SYN, XMAS, NULL scan (including NMap),
- detect NAT (Network Address Translation),
- print distance to the remote machine (hops),
- much more.

22
n0t/Makefile Normal file
View file

@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/06/08 14:47:40 poppnk Exp $
#
DISTNAME= n0t-1.87
CATEGORIES= wip
MASTER_SITES= http://r3b00t.itsec.pl/n0t/
EXTRACT_SUFX= .tgz
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://r3b00t.itsec.pl/n0t/
COMMENT= Network OS Tracer
WRKSRC= ${WRKDIR}/n0t
USE_BUILDLINK3= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/n0t ${PREFIX}/sbin/n0t
${INSTALL_MAN} ${WRKSRC}/n0t.1 ${PREFIX}/share/man/man1/n0t.1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/n0t/
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/n0t/
.include "../../mk/bsd.pkg.mk"

8
n0t/PLIST Normal file
View file

@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/08 14:47:40 poppnk Exp $
sbin/n0t
share/doc/n0t/LICENSE
share/doc/n0t/README
share/doc/n0t/README-polish
share/man/man1/n0t.1
@dirrm share/man/man1
@dirrm share/doc/n0t

4
n0t/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/06/08 14:47:40 poppnk Exp $
SHA1 (n0t-1.87.tgz) = 6ec47a52d77f195fa7b76a83242c64ed7d7e8944
Size (n0t-1.87.tgz) = 22272 bytes