diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-04-28 00:41:53 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-04-28 00:41:53 +0800 |
commit | a6c5e3ed4aaf331490a1d0f6f8a96a9993cd27e4 (patch) | |
tree | b23f8f47980c5866bf505ce58ef89287c1777d09 /net/nast/pkg-descr | |
parent | 94b55e755e8122574935f84df8a428f307ad6fd7 (diff) | |
download | freebsd-ports-gnome-a6c5e3ed4aaf331490a1d0f6f8a96a9993cd27e4.tar.gz freebsd-ports-gnome-a6c5e3ed4aaf331490a1d0f6f8a96a9993cd27e4.tar.zst freebsd-ports-gnome-a6c5e3ed4aaf331490a1d0f6f8a96a9993cd27e4.zip |
New port: nast
Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap.
PR: 51310
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'net/nast/pkg-descr')
-rw-r--r-- | net/nast/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/nast/pkg-descr b/net/nast/pkg-descr new file mode 100644 index 000000000000..89763f60c61e --- /dev/null +++ b/net/nast/pkg-descr @@ -0,0 +1,19 @@ +Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap. +As analyzer tool, it has many features like: + + * Build LAN hosts list + * Follow a TCP-DATA stream + * Find LAN internet gateways + * Discorver promiscous nodes + * Reset an established connection + * Perform a single half-open portscanner + * Perform a multi half-open portscanner + * Find link type (hub or switch) + * Catch daemon banner of LAN nodes + * Control arp answers to discover possible arp-spoofings + * Byte couting with an optional filter + * Write reports logging + +It also provides a ncurses menu. + +WWW: http://nast.berlios.de |