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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
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,
lua-lpeg-dev,
python3,
python3-gi,
gir1.2-gtk-3.0,
gir1.2-pango-1.0,
gir1.2-glib-2.0,
gir1.2-gdkpixbuf-2.0,
Build-Depends-Indep: default-jdk-headless,
gcc-mingw-w64-i686
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://nmap.org/
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/nmap
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/nmap
XSBC-Original-Vcs-Browser: https://salsa.debian.org/pkg-security-team/nmap
XSBC-Original-Vcs-Git: https://salsa.debian.org/pkg-security-team/nmap.git
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: zenmap
Architecture: all
Depends: ndiff,
nmap,
python3-gi,
python3-gi-cairo,
gir1.2-gtk-3.0,
gir1.2-pango-1.0,
gir1.2-glib-2.0,
gir1.2-gdkpixbuf-2.0,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: pkexec
Description: The Network Mapper Front End
Zenmap is an Nmap frontend. It is meant to be useful for advanced users
and to make Nmap easy to use by beginners. It was originally derived
from Umit, an Nmap GUI created as part of the Google Summer of Code.
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.
|