Downloadliste

Projektbeschreibung

Nast is a packet sniffer and a LAN analyzer based
on Libnet and Libpcap. It can sniff the packets on
a network interface in normal mode or in
promiscuous mode. It dumps the headers of packets
and the payload in ASCII or ASCII-hex format.
Various packet filters can be applied. The data
sniffed can be saved in a separate file. As an
analysis tool, it can check for other NICs on the
network which are set in promiscuous mode, build a
list of all hosts on a LAN, find a gate­way,
perform port scanning on a multiple hosts, catch
daemon banners, follow the TCP data stream, reset
a connection, and determine whether a link type is
a hub or switch.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-18 02:17
0.2.0

Diese Version verfügt über eine komplett neu geschrieben ncurses grafische Benutzeroberfläche, viele Verbesserungen im grafischen Analysator Funktionen, Verbindungen Handling für Datenstrom Schnüffeln und Verbindung zurückzusetzen, Statistiken für Byte-Zähler, der DNS-Auflösung unterstützen, eine neue Fehlerbehandlung, wurde für die Banner-catcher, tcpdump-Format Protokollierung und Füllstoff und ein NCURSES_README Datei.
Tags: Major feature enhancements
This version features a completely rewritten ncurses graphical
interface, many improvements in graphical analyzer
features, connections handling for data stream sniffing and
connection resetting, stats for byte counter, DNS resolution
support, a new error handler, fixes for the banner catcher,
tcpdump format logging and loading, and a
NCURSES_README file.

2003-05-23 20:21
0.1.7.e

Promiscuous-Modus ist als Standard in der Sniffer gesetzt. Arbeit wurde auf libnet getan definiert (jetzt ist es auf der SPARC-64) zu kompilieren, Makefile.in und nast.8. Ein schwerer Fehler in Speicherverlust map_lan (), die Segmentierung verursacht häufig Fehler wurde behoben.
Tags: Major bugfixes
Promiscuous mode is set as the default in the sniffer. Work has been done on libnet defines (now it compile on SPARC 64), Makefile.in, and nast.8. A serious memory leak bug in map_lan() which frequently caused segmentation faults has been fixed.

2003-04-23 18:52
0.1.7d

Nast ist jetzt in der FreeBSD Ports enthalten. Einige wichtige Bugs in configure.ac wurden behoben.
Tags: Major security fixes
Nast is now included in the FreeBSD ports. Some important bugs in
configure.ac have been fixed.

2003-04-16 14:16
0.1.7

Diese Version bietet Unterstützung für die Protokollierung Auto () und psearch (), zwei Logging-Funktionen für Schnupfen, ein Überwachungs-Funktion, und einige Funktionen konvertieren. Es erstreckt sich Promiscuous Mode Forschung, alle Netzwerk-NICs. pcap_open_live () funktioniert jetzt auch mit * BSD, Video-Ausgang und ein Fehler in dem Auto (), eine gemeinsame Rückgabewert (NULL) der map_lan (), und einen Fehler in mport () mit Telnet-Banner Leser wurden behoben. Viele Sniffer-Funktionen wurden bearbeitet. Es war nach FreeBSD portiert.
Tags: Major feature enhancements
This version adds logging support to car() and
psearch(), two logging features for sniffing, a traffic
monitoring feature, and some converting functions. It
extends promiscuous mode research to all network
NICs. pcap_open_live() now works with *BSD, and a
video output bug in car(), a common return value
(NULL) of map_lan(), and a bug in mport() with telnet
banner reader were fixed. Many sniffer features were
worked on. It was ported to FreeBSD.

2003-02-17 19:26
0.1.6

Die-B (- daemon) Flag wurde hinzugefügt, um Nast dämonisieren. Die-V (- verbose) Flag wurde hinzugefügt, um die Versionsinformationen anzuzeigen. Long opt-Unterstützung, ein Signal ()-Funktion und IGMP-Unterstützung hinzugefügt wurden. Eine verbesserte Umsetzung Logging-Datei geschrieben wurde. arpreply () und etwas anderes map_lan () wurden komplett neu geschrieben, weil sie nicht sehr gut funktionieren. Eine falsche Auslegung der Flaggen in main () wurde behoben. Ein Fehler bei der Lösung von Hostnamen mit-P wurde behoben. usage () wurde angepasst.
Tags: Major bugfixes
The -B (--daemon) flag was added to demonize Nast. The -V (--verbose) flag was added to show version information. Long opt support, a signal() function, and IGMP support were added. An improved implementation file logging was written. arpreply() and something else in map_lan() were completely rewritten because they didn't work very well. A wrong interpretation of flags in main() was fixed. A bug in resolving hostname with -P was fixed. usage() was adjusted.

Project Resources