diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:42:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:42:05 +0000 |
commit | 575f19d860593f20ec54b8814083247b4a1af5aa (patch) | |
tree | 08f548bc861a75bc05d618a89e2081700b4005cd /debian/control | |
parent | Adding upstream version 7.94+git20230807.3be01efb1+dfsg. (diff) | |
download | nmap-575f19d860593f20ec54b8814083247b4a1af5aa.tar.xz nmap-575f19d860593f20ec54b8814083247b4a1af5aa.zip |
Adding debian version 7.94+git20230807.3be01efb1+dfsg-2.debian/7.94+git20230807.3be01efb1+dfsg-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d34a4e9 --- /dev/null +++ b/debian/control @@ -0,0 +1,83 @@ +Source: nmap +Section: net +Priority: optional +Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org> +Uploaders: Hilko Bengen <bengen@debian.org>, + Samuel Henrique <samueloph@debian.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. |