1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-23 06:39:01 +00:00
Commit Graph

12763 Commits

Author SHA1 Message Date
dmiller
ca24fb11c1 Fix a couple deprecations 2023-03-21 16:47:20 +00:00
dmiller
851bc83dfb Fix auth wrapper: args not supported. Add error reporting 2023-03-18 20:26:54 +00:00
dmiller
37ac2f482e Ensure Zenmap modules are available for calculating deps 2023-03-18 20:26:02 +00:00
dmiller
c0b8bc300f Remove accidental debugging exit 2023-03-17 17:10:06 +00:00
dmiller
d8f6a8672a Use correct interpreter and environment for getting Python deps 2023-03-17 16:54:58 +00:00
dmiller
ebb87e0b40 Add needed GtkOSXLaunchScriptFile key 2023-03-17 16:54:07 +00:00
dmiller
ee15013404 Use zenmapGUI.App directly instead of wrapper script when getting dependencies 2023-03-17 16:53:35 +00:00
dmiller
5fd12db129 Remove unneeded use of deprecated imp module 2023-03-17 16:51:38 +00:00
dmiller
490f5bb7c7 New command-line syntax for osascript 2023-03-17 16:50:45 +00:00
dmiller
ad3935b642 Skip messagebox on build 2023-03-02 16:27:48 +00:00
dmiller
3b3a4fa46a Bundling update for macOS 2023-03-01 22:05:40 +00:00
dmiller
3b4065a156 Update NSIS installer for latest changes. 2023-02-27 18:17:30 +00:00
dmiller
a9f068e453 Update python-wrap.bat to use Zenmap's python if possible, Python3 otherwise 2023-02-27 18:16:24 +00:00
dmiller
f61773ac9f Update Windows zenmap build 2023-02-27 18:15:20 +00:00
dmiller
19508bffe4 Fix macOS build of libpcap due to case-insensitive filesystem. Rename VERSION to VERSION.txt 2023-02-24 21:10:14 +00:00
fyodor
762bdb0904 Add note to version 7.92 entry that as of that version we ceased distributing the 32-bit Linux binary RPMs 2023-02-20 19:16:16 +00:00
fyodor
dfab607afc Update --ip-options flag docs to note that S (strict routing) is the option which takes a route, not R (record route). 2023-02-13 23:13:06 +00:00
fyodor
a226c93f13 Update --ip-options flag on usage screen to note that S (strict routing) is the option which takes a route, not R (record route). 2023-02-13 23:12:17 +00:00
fyodor
9049308afa Update --ip-options flag to note that S (strict routing) is the option which takes a route, not R (record route). 2023-02-13 23:10:37 +00:00
fyodor
57461ac06b Change example usage since multiple --script-args arguments apparently don't work (reported by Eric Thomas) 2023-02-13 22:44:54 +00:00
dmiller
9aea64a655 Speed up NSIS uninstaller build 2023-02-10 22:55:53 +00:00
dmiller
9beb17dbc5 Windows Makefile changes for latest zenmap updates 2023-02-10 22:55:05 +00:00
dmiller
dfd5eab41a Fix Windows Debug build: wrong zlib configuration 2023-02-10 22:53:10 +00:00
dmiller
bc3f8ee141 Fix compile errors on Windows 2023-02-10 22:51:52 +00:00
dmiller
fc73c35f4d Use a Makefile for Windows build (run from MSYS2-mingw64 shell) 2023-02-09 21:10:06 +00:00
dmiller
9db1818f0f Updates to zenmap bundling script for Windows 2023-02-09 18:01:07 +00:00
dmiller
a28d9b77f9 Remove/edit references to nmap-payloads. See #2541 2023-02-09 17:57:15 +00:00
dmiller
7bba5dc625 Fix signedness issue by making a constant a macro 2023-02-09 17:18:10 +00:00
dmiller
ba707b1ac6 Enable IPv6 neighbor cache lookups for Windows 2023-02-08 23:21:27 +00:00
dmiller
79cd3db24c Fix arp cache lookup for Windows: avoid MIB_IPNET_TYPE_INVALID 2023-02-08 22:01:36 +00:00
dmiller
26996989ee Handle vanilla install case apart from py2exe 2023-02-03 23:14:49 +00:00
dmiller
4a41125fbc Fix DeprecationWarnings about string escapes in regex 2023-02-03 23:12:45 +00:00
dmiller
2d4e45ead8 Ensure config file is closed after save, fixing ResourceWarning 2023-02-03 23:12:44 +00:00
dmiller
2465e56e7d Fixes for zenmap Windows staging 2023-02-01 21:26:34 +00:00
dmiller
a8dedf7f5f Fixes for zenmap Windows build 2023-02-01 20:05:27 +00:00
dmiller
3cf5f5e7a1 Update zenmap.pot 2023-01-31 23:06:30 +00:00
dmiller
7162b00788 Un-localize things like 'IPv4', 'PDF', etc. 2023-01-31 23:06:30 +00:00
dmiller
99b121d0a2 Remove an old Python 2 workaround 2023-01-31 23:06:28 +00:00
dmiller
68a5f5d743 Fix encoding for zenmap i18n/l10n 2023-01-31 23:06:27 +00:00
dmiller
d0413baa93 Update Zenmap README. Fixes #2601 2023-01-31 23:06:26 +00:00
dmiller
4fd9004b0b Add a check for datalink before compiling filter. See #2381 2023-01-30 21:45:56 +00:00
dmiller
caf1e5d299 Don't label non-Eth-like interfaces as Ethernet. See #2381 2023-01-30 21:45:55 +00:00
dmiller
4f7f5bf84e Run all fingerprints through fingerfix
Vim: :/^Fing/,$g/^SEQ/.;/^$/-1!./fingerfix | sed -e '1,/^Fingerprint/d'
2023-01-27 22:47:09 +00:00
dmiller
70f3350cf8 Remove unused param and return value from AVal_match 2023-01-27 22:47:09 +00:00
dmiller
1d770ee059 For fingerprint tools, print all differences without shortcutting 2023-01-27 22:47:08 +00:00
dmiller
973b5aacf5 Preliminary Windows bundling for Zenmap and Ndiff 2023-01-20 18:29:54 +00:00
dmiller
153be6f589 Update rpm spec files for Python 3 2023-01-17 17:18:20 +00:00
fyodor
72a6a7f18b Note that Versions of Nmap released under previous versions of the NPSL may also be used under the NPSL 0.95 terms. 2023-01-12 15:45:38 +00:00
fyodor
47919b8dac Add paragraph break for easier reading 2023-01-11 22:26:08 +00:00
fyodor
d0a8fb0f30 Update Nmap Public Source License to Version 0.95. The only changes (besides version number) are clarifications that derivative works definition and all other license clauses only apply to parties who choose to accept the license in return for the special rights granted (such as Nmap redistribution rights). If a party can do everything they need to using copyright provisions outside of this license such as fair use, we support that and aren't trying to claim any control over their work 2023-01-11 22:11:11 +00:00