dmiller
32009bf31d
Process 9 IPv6 OS fingerprint submissions
2015-10-12 13:39:31 +00:00
dmiller
fdc92e21d4
Remove NI probe. http://seclists.org/nmap-dev/2015/q3/331 Fixes #202
2015-10-10 00:03:54 +00:00
dmiller
a50af99e42
Add ICMPV6_TYPE and ICMPV6_CODE features for IPv6 OS detection. http://seclists.org/nmap-dev/2015/q3/232 #224
2015-10-09 23:58:00 +00:00
dmiller
f257fa592e
Add TCP window/MSS ratio feature for IPv6 OS detection. http://seclists.org/nmap-dev/2015/q2/103 #224
2015-10-09 23:25:45 +00:00
dmiller
7fc4687e28
Break up a bloated Linux localhost fingerprint into more precise fingerprints [ci skip]
2015-10-09 21:43:10 +00:00
dmiller
6ffd04f718
Fix embedded eCos, ThreadX, Windows CE osclasses [ci skip]
2015-10-09 04:32:42 +00:00
dmiller
f1b911696f
Fix embedded Linux osclasses
...
Instead of 'Class Vendor | Linux | 2.6.X | device', we will use two lines:
Class Linux | Linux | 2.6.X | device
Class Vendor | embedded || device
This allows us to better track separate CPEs for hardware and OS, as well as
guarantee that Linux kernels will get the cpe:/o:linux:linux_kernel CPE, which
is important for vulnerability analysis.
This change also improves some auto-CPEs by matching anywhere in the line,
instead of just the beginning of the fingerprint name.
[ci skip]
2015-10-09 02:03:24 +00:00
dmiller
7140ab4c0e
Improve auto-CPE versions for OS fingerprints [ci skip]
2015-10-08 19:23:56 +00:00
dmiller
fc517a093a
Process IPv4 OS corrections. [ci skip]
2015-10-08 19:12:26 +00:00
dmiller
e54815c2a6
A few leftover IPv4 OS fingerprints [ci skip]
2015-10-08 16:01:09 +00:00
dmiller
9411295e54
Process 83 IPv4 OS fingerprint submissions. [ci skip]
2015-10-08 15:11:54 +00:00
dmiller
7cec036b7a
Fix tests after change in r35306 (see #219 )
2015-10-07 21:12:51 +00:00
dmiller
12099437dc
Fix a typo autoconf variable name
2015-10-07 18:25:49 +00:00
dmiller
afde101914
Fix a name collision. Fixes #219
2015-10-07 17:49:24 +00:00
dmiller
ee1d6e4535
Fix undeclared type in Visual Studio. Fixes #220
2015-10-07 17:49:23 +00:00
dmiller
821d3ef2dd
Remove another generated file (from make check) in distclean.
2015-10-07 16:39:29 +00:00
dmiller
8fb5e0df3c
Add build-ncat target to all. Fixes #214
2015-10-07 16:34:12 +00:00
dmiller
83c2bc1d18
Remove some more generated files when doing a distclean. Fixes #218
2015-10-07 16:34:12 +00:00
dmiller
8bd159327d
Fix a typo in changlog (citrixlua -> citrix.lua) [ci skip]
2015-10-07 16:34:11 +00:00
dmiller
20e41ee2e8
Process 112 IPv4 OS fingerprint submissions incl Windows. [ci skip]
2015-10-06 20:28:35 +00:00
dmiller
9297111d8b
Process 346 IPv4 OS fingerprint submissions (Linux). [ci skip]
2015-10-05 04:55:26 +00:00
dmiller
0d75e908c6
Process 88 IPv4 OS fingerprint submissions.
...
Also add Windows Mobile as a separate Family and track version in the
Generation field (instead of reusing Windows PocketPC/CE)
[ci skip]
2015-10-04 03:58:57 +00:00
paulino
a7ad862d30
Adds missing github issue number to CHANGELOG entry
2015-10-03 06:19:00 +00:00
paulino
75ff7fcb5b
Removes smb-check-vulns
2015-10-03 06:11:20 +00:00
paulino
44045446b0
Splits smb-check-vulns into several scripts. The new scripts now support the library 'vulns'. Closes #171
2015-10-03 06:07:49 +00:00
fyodor
a5909dd2c8
Rename asa-appl-proto to mbap as suggested by Paulino Calderon at http://seclists.org/nmap-dev/2015/q3/373
2015-10-02 07:52:30 +00:00
dmiller
1b1688ae8f
Process 96 IPv4 OS fingerprint submissions. [ci skip]
2015-10-02 04:20:57 +00:00
dmiller
99b0f9f8fb
Process 116 IPv4 OS fingerprint submissions. Canonicalize Mac OS X version ranges. [ci skip]
2015-10-01 02:25:49 +00:00
dmiller
a95b48cd3c
Process 225 IPv4 OS fingerprint submissions. [ci skip]
2015-09-30 21:00:34 +00:00
paulino
5325fa143c
Updates bacnet-info database, fixes issues with fixed port in bacnet-info and adds bacnet-info and s7-info to the version category
2015-09-26 05:02:40 +00:00
dmiller
336550646d
Formatting of CHANGELOG
...
Standardize some stuff to facilitate markup processing:
* Valid bullets for nested lists are -, +, and *
* Pre-formatted text is indicated by increase in indentation.
* Indentation level for first-level items (with "o" bullets) is 2 spaces
* Blank lines are not allowed in a single changelog item, except between
nested list items (and not preferred even then).
2015-09-26 03:36:20 +00:00
dmiller
8f7685e8ae
Sync changelog with 6.49BETA5
2015-09-26 03:36:19 +00:00
dmiller
8022b48030
Use proper angle brackets in CHANGELOG; we can escape this as needed.
2015-09-25 03:27:45 +00:00
dmiller
15eb10e9fb
Fix a crash in Zenmap Compare Results.
2015-09-23 20:23:00 +00:00
dmiller
6c934abb93
Update some directions for building .dmg on OS X
2015-09-23 20:22:59 +00:00
dmiller
0146739b87
Fix http.get_url with https. http://seclists.org/nmap-dev/2015/q3/336
2015-09-21 19:05:38 +00:00
dmiller
54bd372ccf
CHANGELOG and mod patches for mutex change
2015-09-20 19:06:12 +00:00
dmiller
3d9e348832
Use a mutex on Windows to avoid a hang when accessing WinPCAP driver
...
Reported by multiple users on Windows 8.1 and Windows Server 2012 R2.
Seems to hang when the WinPCAP driver is accessed via OpenServiceA by
multiple processes at once. Users report that this change, which uses a
mutex to avoid concurrent access, fixes the hang.
2015-09-20 19:06:11 +00:00
dmiller
8827dcf151
Sync CHANGELOG with 6.49BETA4
2015-09-20 19:06:10 +00:00
dmiller
10fdd80035
avoid string reallocation in innermost loop of http-slowloris
2015-09-20 12:11:32 +00:00
dmiller
f411d2ee28
Remove duplicate declaration of set_modules_path
2015-09-20 04:16:36 +00:00
dmiller
bb9f2230e6
Simply copy ndiff.py and the man page when building .dmg installer. See #201
2015-09-20 04:16:35 +00:00
dmiller
b9946229cf
Fix a format string with missing argument
2015-09-18 12:40:33 +00:00
dmiller
9840973b60
Fix format string argument mismatches
...
Cases where the format string does not contain any placeholders, but
values are given anyway. Cases where string.format is used without any
placeholders or arguments.
2015-09-18 12:40:32 +00:00
dmiller
a954950b5a
Remove some unneeded local declarations of loop variables
2015-09-18 12:40:30 +00:00
dmiller
6752546ef5
Fixes #212 http.get_url with https
2015-09-18 03:54:59 +00:00
dmiller
e2bbf289d4
Display EC curve name in ssl-enum-ciphers
...
Closes #173 . See http://seclists.org/nmap-dev/2015/q3/254
2015-09-17 13:00:23 +00:00
dmiller
e783fbb4b5
Correct name of IBM Telnet TN3270 ( http://seclists.org/nmap-dev/2015/q3/266 )
2015-09-17 13:00:22 +00:00
fyodor
fec3b43b6f
Regenerate nmap-mac-prefixes using latest IEEE OUI data. 080027 is now reported as Oracle VirtualBox virtual nic since they apparently use (stole?) that prefix which was actually assigned to Cadmus Computer Systems. Also the OUI file location and the format has changed a bit and so I changed my scripts to adjust for that
2015-09-16 09:43:02 +00:00
dmiller
ddc5762ca9
Fix reporting of DH and ECDH param sizes
...
Finite-field (traditional) DH parameter strength should be reported in
bits. ECDH key strength is the size (log base 2) of the order of the
base point G (see NIST SP 800-57 rev 3 section 5.6.1)
2015-09-16 04:51:49 +00:00