File: control

package info (click to toggle)
netdiscover 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,620 kB
  • sloc: ansic: 1,426; sh: 110; makefile: 50
file content (29 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download | duplicates (3)
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
Source: netdiscover
Section: net
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper-compat (= 13), libnet1-dev, libpcap-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/netdiscover-scanner/netdiscover
Vcs-Browser: https://salsa.debian.org/debian/netdiscover
Vcs-Git: https://salsa.debian.org/debian/netdiscover.git

Package: netdiscover
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: active/passive network address scanner using ARP requests
 Netdiscover is an active/passive address reconnaissance tool, mainly
 developed for those wireless networks without dhcp server, when you
 are wardriving. It can be also used on hub/switched networks.
 .
 Built on top of libnet and libpcap, it can passively detect online
 hosts, or search for them, by actively sending ARP requests.
 .
 Netdiscover can also be used to inspect your network ARP traffic,
 or find network addresses using auto scan mode, which will scan for
 common local networks.
 .
 Netdiscover uses the OUI table to show the vendor of the each MAC
 address discovered and is very useful for security checks or in
 pentests.