File: control

package info (click to toggle)
nast 0.2.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,768 kB
  • sloc: ansic: 7,516; sh: 2,768; makefile: 63
file content (34 lines) | stat: -rw-r--r-- 1,246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: nast
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://nast.berlios.de/
Build-Depends: debhelper (>= 9), libnet1-dev, libpcap0.8-dev, libncurses5-dev, autotools-dev
Standards-Version: 3.9.3
Vcs-Git: https://salsa.debian.org/debian/nast.git
Vcs-Browser: https://salsa.debian.org/debian/nast

Package: nast
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: packet sniffer and lan analyzer
 Can sniff in normal mode or in promiscuous mode the packets on a network
 interface and log it. It dumps the headers of packets and the payload in
 ascii or ascii-hex format. You can apply a filter. The sniffed data can
 be saved in a separated file.
 .
 As analyzer tool, it has many features like:
  * Build LAN hosts list
  * Follow a TCP-DATA stream
  * Find LAN internet gateways
  * Discover promiscuous 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 counting with an optional filter
  * Write reports logging
 .
 It also provides a ncurses menu.