dmiller
29a8b52dce
Add 2252 (NJE over TLS) to ports list for SSLSessionReq & TLSSessionReq
2015-11-03 13:53:19 +00:00
dmiller
8eef6207d0
Expand TN3270 match, rename to tn3270 from telnet, and make a softmatch
2015-11-03 00:54:00 +00:00
dmiller
6c6a6ac62c
New probe and matches to detect NJE: http://seclists.org/nmap-dev/2015/q4/75
2015-11-03 00:28:35 +00:00
dmiller
7f5a75ce5c
Fix a few NSEdoc issues
2015-11-02 16:02:51 +00:00
dmiller
5e2bb7ad86
Fix parsing of Set-Cookie headers. Closes #229
2015-11-02 16:02:50 +00:00
fyodor
20cb909e9b
Remove the note up top about a copy of GNU GPL being appended to the file because even though that fact is true, I think is misleads people into wrongly thinking Nmap is under the plain GPL without reading the actual license text.
2015-10-30 18:39:16 +00:00
dmiller
bbee119188
Support fragmented TLS records. Closes #194
2015-10-29 22:18:32 +00:00
dmiller
b376b889bf
Process service fingerprint corrections and a few leftover submissions [ci skip]
2015-10-29 15:05:08 +00:00
dmiller
46947d1183
Fix ncat -lU on OS X crashing in getnameinfo. Fixes #193 . Closes #192
2015-10-28 17:40:25 +00:00
dmiller
1d57f25436
Add TLS_EMPTY_RENEGOTIATION_INFO_SCSV to TLSSessionReq probe. Closes #199
2015-10-28 16:13:44 +00:00
dmiller
885fdfbc24
Handle t3 services which echo the version we send. Fixes #203
2015-10-28 16:13:43 +00:00
dmiller
ef7c910908
Strictly use autoconf-generated build targets for nmap dependencies. Fixes #227
2015-10-28 03:56:01 +00:00
dmiller
e73053c457
Fix FreeBSD version check for raw socket byte order. Fixes #217 . See #196 , #50
2015-10-28 03:21:15 +00:00
dmiller
5241b73464
Add some missing changelog entries [ci skip]
2015-10-27 03:16:04 +00:00
fyodor
3143b7c8f2
reorder CHANGELOG a little bit
2015-10-26 17:44:56 +00:00
d33tah
ef3c23ac5f
Travis CI: Introduce two ./configure options with env flags. Closes #228 .
2015-10-26 16:36:00 +00:00
dmiller
fcae4fa15d
Fix build failures under --without-liblua
2015-10-26 16:16:02 +00:00
dmiller
fc77dcc6a3
Process 126 service fingerprints [ci skip]
2015-10-24 04:07:13 +00:00
dmiller
366a25b664
Process 112 service fingerprints [ci skip]
2015-10-23 04:20:29 +00:00
dmiller
cdf76cfdf1
Process 237 service fingerprints [ci skip]
2015-10-22 12:19:20 +00:00
dmiller
0f7f19ad50
Add a TLS-PSK probe and match for Steam streaming service. http://seclists.org/nmap-dev/2015/q2/47
2015-10-22 02:27:10 +00:00
dmiller
9459819cda
Clarify the PR process in CONTRIBUTING.md
2015-10-21 13:40:47 +00:00
dmiller
028fc7daca
Mention Github services in the HACKING file
2015-10-21 13:40:47 +00:00
dmiller
a59417a6cf
Update style guidance in HACKING file
2015-10-21 13:40:46 +00:00
dmiller
e16d613943
Add a CONTRIBUTING file for Github
2015-10-21 13:40:46 +00:00
dmiller
e39d3e4101
Fix deprecation warning on -iL by not coercing it to -i, the actual deprecated option
2015-10-20 17:48:56 +00:00
dmiller
4c54ca6fdf
Process 190 service fingerprints [ci skip]
2015-10-20 04:32:49 +00:00
dmiller
a9320c57eb
Add a few http services to shortport.http
2015-10-19 15:57:08 +00:00
luis
2a84ec2674
Update URL
2015-10-18 14:32:17 +00:00
dmiller
4e8cb1d80f
Process 143 service fingerprints [ci skip]
2015-10-15 13:47:24 +00:00
dmiller
f61569df10
Update sslv2.nse to use bin.unpack
2015-10-13 03:04:07 +00:00
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