7019ab6226
- Fix dependencies (this is a python 3 app, based on gobject-introspection): + Add gobject-introspection BuildRequires: let the build add the relevant typelib() dependencies. + Drop python-gtk Requires: python2 bindings for GTK. + Replace python-gobject2 Requires with python3-gobject-Gdk: bring this to python3 and gi-bindings. - Drop gtk2-devel: not needed, as the bindings are GTK3 based. - Replace pcre-devel with pcre2-devel: this used to be pulled in by gtk2-devel, masking the fact that pcre-devel is not actually used.
fix-history
Yunus Acar2025-01-23 12:27:53 +00:00
0f379b6828
- fix python-gobject2 dependency of zenmap - boo#1228750
Andreas Stieger2024-08-01 15:30:02 +00:00
6fa63bbc40
osc copypac from project:openSUSE:Factory:NonFree package:nmap revision:4, using keep-link, using expand
Andreas Stieger2024-08-01 15:28:27 +00:00
c1ccf755be
- Update to 7.95: * Integrated over 4,000 of your IPv4 OS fingerprints. Added 336 signatures, bringing the new total to 6,036. Additions include iOS 15 & 16, macOS Ventura & Monterey, Linux 6.1, OpenBSD 7.1, and lwIP 2.2 * Integrated over 2,500 service/version detection fingerprints. The signature count went up 1.4% to 12,089, including 9 new softmatches. We now detect 1,246 protocols, including new additions of grpc, mysqlx, essnet, remotemouse, and tuya. * Added four new scripts from the DINA community for querying industrial control systems * Improvements to OS detection fingerprint matching, including a syntax change for nmap-os-db that allows ranges within the TCP Options string. This leads to more concise and maintainable fingerprints. [Daniel Miller] * Improved the OS detection engine by using a new source port for each retry. Scans from systems such as Windows that do not send RST for unsolicited SYN|ACK responses were previously unable to get a response in subsequent tries. [Daniel Miller] * Several profile-guided optimizations of the port scan engine. [Daniel Miller] * Upgraded included libraries: Lua 5.4.6, libpcre2 10.43, zlib 1.3.1, libssh2 1.11.0, liblinear 2.47 * Zenmap and Ndiff now use setuptools, not distutils for packaging. * Fixed Ncat UDP server mode to not quit after EOF on stdin. * ssh-auth-methods will now print the pre-authentication banner text when available. Requires libssh2 1.11.0 or later. [Daniel Miller] * Fix a crash in Zenmap when changing a host comment. * Fix TLS 1.2 signature algorithms for EdDSA. [Daniel Roethlisberger] * Fix an out-of-bounds read which led to out-of-memory errors when duplicate addresses were used with --exclude * Fixed a memory leak in Nsock: compiled pcap filters were not freed. * Fixed a crash when using service name wildcards with -p, as in -p "http*" * Fixed DNS TXT record parsing bug which caused asn-query to fail in Nmap 7.80 and later. [David Fifield, Mike Pattrick] * Fixed packet size testing in KNX scripts [f0rw4rd] - Remove nmap-7.94-handle-unknown-service-name-in-p.patch - Add zenmap-fix-locale-install.patch * Fix locale files installation for zenmap - Use %pyproject macros for building and installing zenmap - fix segfault with -p (boo#1221403) add nmap-7.94-handle-unknown-service-name-in-p.patch - Update License to 'SUSE-NonFree" until determined otherwise to please checks in openSUSE:Factory:NonFree (boo#1211571) - Fix build error and wrong requires. Lua version 5.4.4 is required. But something in opensuse lua package is broken. Set it disable for Leap too and not only for Tumbleweed. - Update to 7.94: * Zenmap and Ndiff now use Python 3 * Nmap now prints vendor names based on MAC address for MA-S (24-bit), MA-M (28-bit), and MA-L (36-bit) registrations instead of the fixed 3-byte MAC prefix used previously for lookups. * Lots of profile-guided memory and processing improvements for Nmap, including OS fingerprint matching, probe matching and retransmission lookups for large hostgroups, and service name lookups. * Integrated many of the most-submitted IPv4 OS fingerprints for recent versions of Windows, iOS, macOS, Linux, and BSD. * Added the tftp-version script which requests a nonexistent file from a TFTP server and matches the error message to a database of known software. * Ncat can now accept "connections" from multiple UDP hosts in listen mode with the --keep-open option. This also enables --broker and --chat via UDP. * Upgrade included libraries: zlib 1.2.13, Lua 5.4.4, libpcap 1.10.4 * UDP port scan (-sU) and version scan (-sV) now both use the same data source, nmap-service-probes, for data payloads. Previously, the nmap-payloads file was used for port scan. * Nmap's service scan (-sV) can now probe the UDP service behind a DTLS tunnel, the same as it already does for TCP services with SSL/TLS encryption. * Ncat in listen mode with --udp --ssl will use DTLS to secure incoming connections. * Handle Internationalized Domain Names (IDN) like Яндекс.рф on platforms where getaddrinfo supports the AI_IDN flag. [Daniel Miller] * Improved DNS domain name parsing to avoid recursion and enforce name length limits, avoiding a theoretical stack overflow issue with certain crafted DNS server responses. - Update License to 'LicenseRef-NPSL-0.95' - The package is licenced under the ""Nmap Public Source License", which is not OSI approved. Specify as "LicenseRef-NPSL-0.93". (boo#1211571)
Andreas Stieger2024-07-26 09:34:37 +00:00
d99ea358a3
Accepting request 1158072 from home:AndreasStieger:branches:network:utilities
Andreas Stieger2024-03-14 18:46:28 +00:00
1ab261471a
Accepting request 1141453 from home:AndreasStieger:branches:network:utilities
Andreas Stieger2024-01-25 08:49:49 +00:00
e88c8a39ca
Accepting request 1140091 from network:utilities
Ana Guerrero2024-01-22 19:29:08 +00:00
d34ce93e76
- Fix dependencies (this is a python 3 app, based on gobject-introspection): + Add gobject-introspection BuildRequires: let the build add the relevant typelib() dependencies. + Drop python-gtk Requires: python2 bindings for GTK. + Replace python-gobject2 Requires with python3-gobject-Gdk: bring this to python3 and gi-bindings. - Drop gtk2-devel: not needed, as the bindings are GTK3 based. - Replace pcre-devel with pcre2-devel: this used to be pulled in by gtk2-devel, masking the fact that pcre-devel is not actually used.
Yunus Acar2025-01-23 12:27:53 +00:00
5a7d0657d7
- fix python-gobject2 dependency of zenmap - boo#1228750
Andreas Stieger2024-08-01 15:30:02 +00:00
78e082a593
osc copypac from project:openSUSE:Factory:NonFree package:nmap revision:4, using keep-link, using expand
Andreas Stieger2024-08-01 15:28:27 +00:00
da55bc716f
- Update to 7.95: * Integrated over 4,000 of your IPv4 OS fingerprints. Added 336 signatures, bringing the new total to 6,036. Additions include iOS 15 & 16, macOS Ventura & Monterey, Linux 6.1, OpenBSD 7.1, and lwIP 2.2 * Integrated over 2,500 service/version detection fingerprints. The signature count went up 1.4% to 12,089, including 9 new softmatches. We now detect 1,246 protocols, including new additions of grpc, mysqlx, essnet, remotemouse, and tuya. * Added four new scripts from the DINA community for querying industrial control systems * Improvements to OS detection fingerprint matching, including a syntax change for nmap-os-db that allows ranges within the TCP Options string. This leads to more concise and maintainable fingerprints. [Daniel Miller] * Improved the OS detection engine by using a new source port for each retry. Scans from systems such as Windows that do not send RST for unsolicited SYN|ACK responses were previously unable to get a response in subsequent tries. [Daniel Miller] * Several profile-guided optimizations of the port scan engine. [Daniel Miller] * Upgraded included libraries: Lua 5.4.6, libpcre2 10.43, zlib 1.3.1, libssh2 1.11.0, liblinear 2.47 * Zenmap and Ndiff now use setuptools, not distutils for packaging. * Fixed Ncat UDP server mode to not quit after EOF on stdin. * ssh-auth-methods will now print the pre-authentication banner text when available. Requires libssh2 1.11.0 or later. [Daniel Miller] * Fix a crash in Zenmap when changing a host comment. * Fix TLS 1.2 signature algorithms for EdDSA. [Daniel Roethlisberger] * Fix an out-of-bounds read which led to out-of-memory errors when duplicate addresses were used with --exclude * Fixed a memory leak in Nsock: compiled pcap filters were not freed. * Fixed a crash when using service name wildcards with -p, as in -p "http*" * Fixed DNS TXT record parsing bug which caused asn-query to fail in Nmap 7.80 and later. [David Fifield, Mike Pattrick] * Fixed packet size testing in KNX scripts [f0rw4rd] - Remove nmap-7.94-handle-unknown-service-name-in-p.patch - Add zenmap-fix-locale-install.patch * Fix locale files installation for zenmap - Use %pyproject macros for building and installing zenmap - fix segfault with -p (boo#1221403) add nmap-7.94-handle-unknown-service-name-in-p.patch - Update License to 'SUSE-NonFree" until determined otherwise to please checks in openSUSE:Factory:NonFree (boo#1211571) - Fix build error and wrong requires. Lua version 5.4.4 is required. But something in opensuse lua package is broken. Set it disable for Leap too and not only for Tumbleweed. - Update to 7.94: * Zenmap and Ndiff now use Python 3 * Nmap now prints vendor names based on MAC address for MA-S (24-bit), MA-M (28-bit), and MA-L (36-bit) registrations instead of the fixed 3-byte MAC prefix used previously for lookups. * Lots of profile-guided memory and processing improvements for Nmap, including OS fingerprint matching, probe matching and retransmission lookups for large hostgroups, and service name lookups. * Integrated many of the most-submitted IPv4 OS fingerprints for recent versions of Windows, iOS, macOS, Linux, and BSD. * Added the tftp-version script which requests a nonexistent file from a TFTP server and matches the error message to a database of known software. * Ncat can now accept "connections" from multiple UDP hosts in listen mode with the --keep-open option. This also enables --broker and --chat via UDP. * Upgrade included libraries: zlib 1.2.13, Lua 5.4.4, libpcap 1.10.4 * UDP port scan (-sU) and version scan (-sV) now both use the same data source, nmap-service-probes, for data payloads. Previously, the nmap-payloads file was used for port scan. * Nmap's service scan (-sV) can now probe the UDP service behind a DTLS tunnel, the same as it already does for TCP services with SSL/TLS encryption. * Ncat in listen mode with --udp --ssl will use DTLS to secure incoming connections. * Handle Internationalized Domain Names (IDN) like Яндекс.рф on platforms where getaddrinfo supports the AI_IDN flag. [Daniel Miller] * Improved DNS domain name parsing to avoid recursion and enforce name length limits, avoiding a theoretical stack overflow issue with certain crafted DNS server responses. - Update License to 'LicenseRef-NPSL-0.95' - The package is licenced under the ""Nmap Public Source License", which is not OSI approved. Specify as "LicenseRef-NPSL-0.93". (boo#1211571)
Andreas Stieger2024-07-26 09:34:37 +00:00
81fef14c2f
Accepting request 1158073 from network:utilities
Ana Guerrero2024-03-18 15:42:34 +00:00
d09d73be37
Accepting request 1158072 from home:AndreasStieger:branches:network:utilities
Andreas Stieger2024-03-14 18:46:28 +00:00
93c70913e5
Accepting request 1141454 from network:utilities
Ana Guerrero2024-01-25 17:38:45 +00:00
e9a8ef27ff
Accepting request 1141453 from home:AndreasStieger:branches:network:utilities
Andreas Stieger2024-01-25 08:49:49 +00:00
95392dcb26
Accepting request 1140091 from network:utilities
Ana Guerrero2024-01-22 19:29:08 +00:00
c779006c3b
- Nmap 7.50: * Integrated all of your service/version detection fingerprints submitted from September to March (855 of them). The signature count went up 2.9% to 11,418. We now detect 1193 protocols from apachemq, bro, and clickhouse to jmon, slmp, and zookeeper. Highlights: http://seclists.org/nmap-dev/2017/q2/140 * Many added NSE scripts, OS fingerprints, service probes * See https://nmap.org/changelog.html#7.50 for the complete changelog.
Ismail Dönmez
2017-06-16 11:01:22 +00:00
621808046a
- Nmap 7.50: * Integrated all of your service/version detection fingerprints submitted from September to March (855 of them). The signature count went up 2.9% to 11,418. We now detect 1193 protocols from apachemq, bro, and clickhouse to jmon, slmp, and zookeeper. Highlights: http://seclists.org/nmap-dev/2017/q2/140 * Many added NSE scripts, OS fingerprints, service probes * See https://nmap.org/changelog.html#7.50 for the complete changelog.
Ismail Dönmez
2017-06-16 11:01:22 +00:00
cedf6aeeb3
- Nmap 7.40: * Many added NSE scripts, OS fingerprints, service probes * New option --defeat-icmp-ratelimit dramatically reduces UDP scan times in exchange for labeling unresponsive (and possibly open) ports as "closed|filtered". * New NSE library, geoip.lua, provides a common framework for storing and retrieving IP geolocation results. * See https://nmap.org/changelog.html#7.40 for the complete changelog. - Refresh nmap-5.61-desktop_files.patch as nmap-7.40-desktop_files.patch * Many added NSE scripts, OS fingerprints, service probes
Ismail Dönmez
2016-12-29 13:14:22 +00:00
8317005216
- Nmap 7.40: * Many added NSE scripts, OS fingerprints, service probes * New option --defeat-icmp-ratelimit dramatically reduces UDP scan times in exchange for labeling unresponsive (and possibly open) ports as "closed|filtered". * New NSE library, geoip.lua, provides a common framework for storing and retrieving IP geolocation results. * See https://nmap.org/changelog.html#7.40 for the complete changelog. - Refresh nmap-5.61-desktop_files.patch as nmap-7.40-desktop_files.patch * Many added NSE scripts, OS fingerprints, service probes
Ismail Dönmez
2016-12-29 13:14:22 +00:00