dmiller
84cf8b5840
Avoid UnicodeDecodeError when reading nmap output. See #3087
2025-05-08 17:43:01 +00:00
dmiller
c2d04beaa4
Bump version to 7.96SVN
2025-05-07 22:57:05 +00:00
dmiller
c66baf785e
Merge Nmap 7.96 release branch
2025-05-07 13:22:40 +00:00
dmiller
edeed3dc65
Zenmap dark mode. Fixes #2358
2025-04-17 04:21:21 +00:00
dmiller
9c1dc6ecb0
Remove unused Paths.nmap_dir. Was causing Zenmap to fail to launch if nmap was not in path
2025-03-05 23:37:47 +00:00
dmiller
49c25e6431
Zenmap: Ensure files are opened with UTF-8 encoding
2025-03-04 17:06:32 +00:00
dmiller
6db5c9cb85
Bump copyright date
2025-02-26 17:44:43 +00:00
dmiller
b6e67f834c
Fix #2854 : crash if Ndiff exits with error status
2024-05-28 19:30:06 +00:00
dmiller
c840e236cb
Ensure UTF-8 encoding used throughout zenmap
2024-04-26 17:25:40 +00:00
dmiller
95b974b101
Merge 7.95 release branch into trunk
2024-04-23 19:34:03 +00:00
dmiller
b41175cd6c
Zenmap: keep data files within package
2024-03-27 16:35:29 +00:00
nnposter
96dcf4e9ed
Remove various "the the" repeats. Closes #2804
2024-03-16 01:16:34 +00:00
dmiller
f999182d0f
Bump date and reapply header templates
2024-02-28 18:46:45 +00:00
dmiller
c0e172806f
Change Zenmap version syntax to meet pip standards. Fixes #2714
2024-02-27 20:22:43 +00:00
dmiller
85f38cb858
Bump version to 7.94SVN post-release
2023-05-20 23:05:18 +00:00
dmiller
72d67cf401
Merge 7.94 release branch
2023-05-20 22:59:41 +00:00
dmiller
30a46c0269
Commit some changes to generated files
2023-04-14 17:22:12 +00:00
dmiller
6f6b2de214
Apply new license templates, bump copyright date
2023-04-14 17:11:46 +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
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
9e4d6f5f5c
Fix encoding issues related to Python 3 upgrade.
...
Python 3 str() is a unicode already, so can't be decoded.
subprocess.Popen needs to be in text mode (universal_newlines is the
oldest compatible kwarg for this) in order to do line-based buffering.
In general, all the filesystem encoding stuff we were doing is done by
Python itself now.
2022-12-07 20:34:07 +00:00
dmiller
24b26317c7
Merge #2088 : Update Zenmap to Python 3 and PyGObject
...
Note: Ndiff build will be broken until subsequent changes are made.
Deprecation warnings will need to be addressed in future changes.
Closes #2088
2022-12-07 20:34:03 +00:00
dmiller
9732e6979e
Merge Nmap 7.93 release branch
2022-09-02 14:38:17 +00:00
dmiller
dd690b3e0b
Bump copyright date and update some links [ci skip]
2022-02-18 17:38:46 +00:00
fyodor
158c2e493c
Change Insecure.Com LLC to Nmap Software LLC
2021-11-23 19:01:05 +00:00
fyodor
3aec3f3a07
Update to latest copyright templates. Main change is that Insecure.Com LLC is now Nmap Software LLC
2021-11-23 16:04:37 +00:00
dmiller
0d2323f039
Bump version to 7.92SVN
2021-08-08 21:26:07 +00:00
dmiller
dd82097c80
Merge changes from 7.92 release branch
2021-08-08 21:20:19 +00:00
dmiller
9529327f59
Merge changes from Nmap 7.91 release branch
2020-10-13 19:27:40 +00:00
dmiller
9238e6c363
Bump version and regen docs for 7.90SVN post-release
2020-10-06 13:18:17 +00:00
dmiller
ef8213a36c
Reintegrate Nmap 7.90 release branch
2020-10-05 23:00:30 +00:00
dmiller
b8c8fe8047
Call superclass's init method from derived class
2020-09-09 21:34:54 +00:00
dmiller
30110f911e
Add needed header checks, clean up unused ones. See #1887
2020-01-12 06:09:37 +00:00
dmiller
2abcac9925
Don't bother maintaining compat with Python 2.5. #1834
2019-12-30 06:57:04 +00:00
dmiller
d75e255113
Avoid handling BaseException, so SysExit and KeyboardInterrupt are propagated. #1834
2019-12-30 06:46:36 +00:00
dmiller
3e58be1551
Use 'with' statements for file open/close. #1834
2019-12-30 06:46:34 +00:00
dmiller
02212559d2
Delete unused variables and unreachable statements. #1834
2019-12-30 06:46:33 +00:00
dmiller
65450a0654
Actually delete Nmap output object in property deleter method. #1834
2019-12-30 06:46:32 +00:00
dmiller
33aca7c8f5
Avoid using for/else when loop doesn't break. #1834
2019-12-30 06:46:32 +00:00
dmiller
085cd7fd34
Suppress unused import LGTM.com alert for I18N
...
I18N installs the `_` function into the builtin namespace, so it looks
like it's unused when it's not. #1834
2019-12-30 00:53:25 +00:00
dmiller
92bf83aaba
Remove unused imports
2019-12-28 02:42:14 +00:00
dmiller
1d8ed90a5c
Change from mktemp to mkstemp. Related #1834
2019-12-19 05:27:48 +00:00
dmiller
a36a34aa69
Bump version to 7.80SVN after release
2019-08-14 18:56:24 +00:00
dmiller
f05296d7f7
Merge changes from Nmap 7.80 release branch
2019-08-11 05:30:19 +00:00
dmiller
294f81a390
consolidate some definitions (name, url) to nmap.h
2019-06-21 17:32:03 +00:00
dmiller
d639a53088
Bump copyright date in license headers
2019-05-28 21:36:04 +00:00
dmiller
5a505b9fc9
Use consistent matching between NSEdoc and Zenmap parsers. Bad example: creds.[service]
2018-10-03 16:57:53 +00:00