dmiller
b7ee15c186
Add ssh banner to ssh-auth-methods
2024-03-27 19:51:37 +00:00
dmiller
34e0769329
Upgrade liblinear to 2.47
2024-02-28 18:18:35 +00:00
dmiller
1fc984bc73
Upgrade libssh2 to 1.11.0
2024-02-28 17:39:06 +00:00
dmiller
f64e2fab07
Upgrade zlib to 1.3.1
2024-02-28 16:35:39 +00:00
dmiller
34da72b5f5
Upgrade libpcre2 to 10.43
2024-02-28 16:06:30 +00:00
dmiller
38aa74ae83
Update liblua to Lua 5.4.6
2024-02-27 21:25:15 +00:00
dmiller
d4ee92478e
Update calls to gtk.TextBuffer.get_text to include all args. Fixes #2739 . Closes #2740 .
2024-01-29 18:31:37 +00:00
dmiller
034ea73ce3
Fix EdDSA in default TLS 1.2 signature algorithms. Closes #2766
2024-01-29 18:31:36 +00:00
dmiller
b4404ad5dd
Note a Github issue number in the changelog [ci skip]
2023-11-27 23:05:05 +00:00
nnposter
6814bc4cdd
Correct packet size testing in KNX scripts. Fixes #2727 , fixes #2728
2023-11-12 23:02:33 +00:00
dmiller
0890822b09
Don't use uninitialized value in MIN() for maxSocketsAllowed
2023-09-01 20:02:38 +00:00
dmiller
9adda8c0f3
Fix DNS TXT record parsing
2023-06-06 15:10:48 +00:00
dmiller
72d67cf401
Merge 7.94 release branch
2023-05-20 22:59:41 +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
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
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
dmiller
d4b46b5b43
ssh2: fix positive mpint packing. Closes #2338
2023-01-02 21:20:09 +00:00
dmiller
37dd0969d3
Credit Python 3 contributors. Closes #1176 .
...
Closes #2287 . Closes #1972 . Closes #1484 . Closes #666 . Closes #2522 .
Closes #2446 . Closes #2279
2022-12-15 13:54:11 +00:00
dmiller
87778f7693
Fix Python2-isms in uninstallers. Closes #2580
2022-12-14 22:38:00 +00:00
dmiller
12d41ec2cd
Update Ndiff to Python 3. Closes #1807
2022-12-07 20:34:05 +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
2fcfac9329
Closes #2541 . Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan.
2022-10-21 21:15:48 +00:00
dmiller
84e2e9be52
Add DTLS tunnel scanning to -sV
2022-10-10 20:48:15 +00:00
dmiller
4e6c8feb15
Enable multiple UDP connections in listen mode. Fixes #1223
2022-10-10 20:48:14 +00:00
dmiller
ac1affb18e
Update Japanese manpage translation. Closes #2507
2022-10-04 20:22:18 +00:00
dmiller
894bfd4976
New script tftp-version. Closes #548
2022-09-28 20:52:47 +00:00
dmiller
8dbefeba86
Don't wait around if STDIN has data. Closes #2426
2022-09-23 21:41:59 +00:00
dmiller
e8271b7070
Prevent system from going to sleep during scans. Fixes #1192
2022-09-21 21:31:14 +00:00
dmiller
e3ab97215d
Handle internationalized domain names (IDN)
2022-09-21 21:03:57 +00:00
dmiller
fb64aa9738
Don't use string_pool for ephemeral OS fingerprint results
2022-09-16 21:58:42 +00:00
fyodor
4a10170f39
Update the CHANGELOG for Nmap 7.93 release
2022-09-02 02:11:59 +00:00
dmiller
10c4479b2d
Fix #2416 : listing interfaces on IPv6-only Linux.
2022-07-05 16:20:17 +00:00
dmiller
07bc658c4a
Hide error traceback for nmap.new_try() handled exceptions. Fixes #2463
2022-06-29 20:40:30 +00:00
dmiller
51139a637f
Upgrade libssh2 to 1.10.0
2022-06-29 20:40:29 +00:00
dmiller
c58b7b2526
Fix #2496 : new targets couldn't be added because singleton object was not created
2022-06-27 23:01:44 +00:00
nnposter
f0e85baf85
Add support for DHCP client identifier
...
see https://datatracker.ietf.org/doc/html/rfc2132#section-9.14
Closes #2468
2022-06-08 22:59:30 +00:00
nnposter
97ec8d2de2
Improve parsing of CLUSTER NODES responses
...
- Avoid crash due to potentially unrecognized format
- Fix parsing of node flags, which may contain non-alphabetic characters
Example: "failed?"
- Fix parsing of field ip:port@cport
- Add support for IPv6 nodes
- Remove parsing of unused node ID field
2022-05-11 21:58:28 +00:00
nnposter
4671f5da12
Change VSNNUM parsing to account for versions greater than 15
...
Fixes #2331 , closes #2471
2022-05-06 02:49:25 +00:00
nnposter
a5d57b3280
Improve parsing of CLIENT LIST responses
...
- Avoid crash due to unhandled connection line termination
(fixes #2296 , closes #2342 )
- Gracefully handle absence of the "addr" attribute
- Avoid false negative matching if the "addr" attribute was the last listed
- Avoid false positive matching on the "laddr" attribute
2022-04-25 18:46:04 +00:00
nnposter
db39ee0518
Add missing includes to route.h test for FreeBSD. Fixes #2379
2022-04-20 17:09:55 +00:00
nnposter
639efbd214
Refactor IP ID capture loop. Fixes #2464
...
Rectify use of inaccessible library function packet.u16, incidentally
introduced in r38135 (041838d986 )
2022-04-10 20:13:06 +00:00
nnposter
5afd9c60e6
Validate OpenSSL libraries even in custom locations
...
Fixes #2420 , closes #2436
2022-03-03 02:58:32 +00:00
dmiller
c2d6b01f35
Update links to npcap.com
2022-02-18 17:38:54 +00:00
dmiller
43a10b1222
Formatting fixes to changelog [ci skip]
2022-02-11 21:53:58 +00:00
dmiller
0b7dc80349
Fix TDS7 password encoding. Fixes #2388 .
2021-12-14 22:35:57 +00:00
dmiller
8d4c078394
Update deprecated IIS CPEs. Fixes #2401 . Closes #2402
2021-12-13 20:27:39 +00:00
dmiller
fa029ca531
Add BSON handlers for most data types. Fixes #2393
2021-12-07 19:33:40 +00:00
nnposter
972ed6bac0
Add SOCKS5 support for SOCKS5_ATYP_NAME bind address. Closes #2365
2021-10-10 01:12:57 +00:00
dmiller
e2f58045df
Fix Ncat's hostname/cert comparisons to handle non-null-term strings
2021-09-21 17:59:06 +00:00
dmiller
e74c00b7e5
Add a couple important fix notes to the changelog for 7.92
2021-08-16 18:36:34 +00:00