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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
Source: nmap
Section: net
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
XSBC-Original-Uploaders: Hilko Bengen <bengen@debian.org>,
Samuel Henrique <samueloph@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: bison,
debhelper-compat (= 13),
dh-python,
flex,
liblinear-dev,
liblua5.4-dev,
libpcap0.8-dev,
libpcre2-dev,
libssh2-1-dev,
libssl-dev,
zlib1g-dev,
lua-lpeg-dev,
python3,
Build-Depends-Indep: default-jdk-headless,
gcc-mingw-w64-i686
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://nmap.org/
Vcs-Git: https://salsa.debian.org/pkg-security-team/nmap.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/nmap
Package: nmap
Architecture: any
Depends: nmap-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests: ncat, ndiff, zenmap
Description: The Network Mapper
Nmap is a utility for network exploration or security auditing. It
supports ping scanning (determine which hosts are up), many port
scanning techniques, version detection (determine service protocols
and application versions listening behind ports), and TCP/IP
fingerprinting (remote host OS or device identification). Nmap also
offers flexible target and port specification, decoy/stealth scanning,
sunRPC scanning, and more. Most Unix and Windows platforms are
supported in both GUI and commandline modes. Several popular handheld
devices are also supported, including the Sharp Zaurus and the iPAQ.
Package: nmap-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: nmap
Description: Architecture independent files for nmap
Nmap is a utility for network exploration or security auditing. It
supports ping scanning (determine which hosts are up), many port
scanning techniques, version detection (determine service protocols
and application versions listening behind ports), and TCP/IP
fingerprinting (remote host OS or device identification). Nmap also
offers flexible target and port specification, decoy/stealth scanning,
sunRPC scanning, and more. Most Unix and Windows platforms are
supported in both GUI and commandline modes. Several popular handheld
devices are also supported, including the Sharp Zaurus and the iPAQ.
.
This package contains the nmap files shared by all architectures.
Package: ndiff
Architecture: all
Recommends: nmap
Breaks: nmap (<< ${source:Version})
Depends: python3-lxml,
${misc:Depends},
${python3:Depends},
Description: The Network Mapper - result compare utility
Ndiff is a tool to aid in the comparison of Nmap scans. It takes two
Nmap XML output files and prints the differences between them them:
hosts coming up and down, ports becoming open or closed, and things like that.
It can produce output in human-readable text or machine-readable XML formats.
Package: ncat
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: NMAP netcat reimplementation
ncat is a reimplementation of Netcat by the NMAP project, providing
most of the features present in the original implementations, along
with some new features such as IPv6 and SSL support. Port scanning
support has been removed.
|