dmiller
5b5524d4ba
Change names of SSLv2 ciphersuites to match draft specification. Closes #314 .
2016-03-03 04:58:24 +00:00
dmiller
9c327f1ad7
Add minecraft-pe ports to Sqlping probe
2016-03-03 04:58:23 +00:00
tomsellers
af618266ec
Whitepace cleanup after last commit
2016-03-03 03:54:13 +00:00
tomsellers
318accba6e
NSE add STARTTLS to sslv2 improving detection of SSLv2 and DROWN oracles. Closes #320
2016-03-03 02:06:05 +00:00
dmiller
13006aea4d
Process remaining 45 service fingerprints
2016-03-02 20:49:08 +00:00
dmiller
c50cb220c6
Process 168 service fingerprints
2016-02-26 20:33:13 +00:00
dmiller
6a988fd6f6
Process 92 service fingerprints
2016-02-25 06:11:17 +00:00
dmiller
5bf6a0310d
Work around a C++ standard defect
...
Reported on Solaris 5.9:
nmap_dns.cc:1320: error: no match for 'operator!=' in 'c !=
std::basic_string<_CharT, _Traits, _Alloc>::rend() [with _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]()'
Reference:
https://stackoverflow.com/questions/2135094/gcc-reverse-iterator-comparison-operators-missing
2016-02-22 13:55:25 +00:00
dmiller
27a5fd2132
Process 123 service fingerprints
2016-02-22 05:51:30 +00:00
dmiller
ecd041bd11
Avoid unused var warning if IPV6_TCLASS is not defined
2016-02-21 14:28:10 +00:00
dmiller
abb827a759
Let http-title fetch different url via script-args
2016-02-21 14:28:09 +00:00
dmiller
1d3b9f613f
Process 80 service fingerprints
2016-02-18 04:11:38 +00:00
dmiller
5faacee2a6
IBM i5/OS is just 'i' since version 6
2016-02-18 04:06:56 +00:00
dmiller
ab79e7ad88
Fix a mistake in merging #36 : append items instead of nesting lists
2016-02-17 13:26:29 +00:00
dmiller
21a08df083
Move Apache softmatch to the end of GetRequest probe
2016-02-15 19:03:18 +00:00
dmiller
0be412e50e
Add XML output to http-rfi-spider (nnposter). See #36
2016-02-14 14:42:19 +00:00
dmiller
b5f5690bb0
New default accounts from nnposter. Closes #301
2016-02-14 14:42:18 +00:00
dmiller
1cde9a4ed7
Display next-hop MTU instead of encapsulated total IP len. http://seclists.org/nmap-dev/2016/q1/112
2016-02-12 05:42:20 +00:00
dmiller
c2c86cb9f9
reduce memory reallocs in dhcp.lua (string building, static tables)
2016-02-12 05:42:19 +00:00
dmiller
4da5cfebc7
Avoid blank output from broadcast-dhcp-discover
2016-02-11 23:50:48 +00:00
dmiller
4a85f18938
Add TFTP/PXE-related DHCP options. patch by Mike Rykowski
2016-02-11 23:50:47 +00:00
dmiller
bfabd9816d
Mark a done task ( #30 )
2016-02-11 05:52:36 +00:00
dmiller
27c2a64a17
Remove 6/8, 7/8, and 55/8 from ip_is_reserved. http://seclists.org/nmap-dev/2016/q1/11
2016-02-11 05:52:35 +00:00
dmiller
8d151fa690
Add additional Java RMI/JMX ports to the rmiregistry probe. Closes #246
2016-02-11 05:52:34 +00:00
gyani
cf326ea74f
Corrected a spelling. Had misspelt JSON as J0SON.
2016-02-10 20:07:35 +00:00
jah
3da6feda13
Treat stale, unwritable files as unreadable.
2016-02-07 15:28:26 +00:00
jah
a40fe5413c
Handle file io error messages on Windows
...
which prepends the file path to the error string.
2016-02-07 15:11:24 +00:00
jah
a9e7f696b9
Improve handling of locally cached assignment data
...
so that whois-ip will not make HTTP requests to iana.org unless it is
permitted to write the remote resources to a local file and to
subsequently read from the local file.
2016-02-07 14:10:09 +00:00
jah
a50e8cfa21
Seperate addr family check for assignment file use
...
A problem encountered while obtaining or locally caching a remote IANA
assignment file for one address family will not prevent the use of an
assignment file corresponding to a different address family.
2016-02-07 14:08:44 +00:00
jah
b7e597ed8f
Various non-functional improvements
...
such as white space corrections, removal of redundant function arguments
and cetera.
2016-02-07 14:07:57 +00:00
dmiller
10bddaf1cf
Update http-php-version based on scan data
2016-02-05 22:53:43 +00:00
dmiller
ab1e474475
Document an unknown field in ConnectionRequest for RDP
2016-02-05 22:53:43 +00:00
dmiller
431d3fa566
Process 22 IPv4 OS corrections
2016-02-05 03:42:40 +00:00
dmiller
07542949f6
Process remaining OS fingerprints through 2016/1/5
2016-02-04 16:23:05 +00:00
dmiller
a7502f54e2
Add STARTTLS support for Postgresql
2016-02-03 20:09:24 +00:00
dmiller
0816975261
Factor out some common code in sslcert.lua
2016-02-03 20:09:23 +00:00
dmiller
542f0afe65
Add DisplayVersion to Uninstall windows registry key. Closes #263
2016-02-03 19:19:37 +00:00
dmiller
b515430d19
Process 152 OS fingerprint submissions
2016-02-02 20:51:42 +00:00
dmiller
6ac8ffdba3
Process 89 OS fingerprint submissions
2016-02-01 17:12:14 +00:00
dmiller
ef214b435a
Process 83 OS fingerprint submissions
2016-01-29 21:32:49 +00:00
dmiller
7237a4a444
Process 172 OS fingerprint submissions.
2016-01-27 19:20:09 +00:00
dmiller
747112554b
Print getopt warnings after options summary when exiting. Fixes #269 , Closes #272
2016-01-26 04:52:29 +00:00
dmiller
0d44a381b1
Fix netmask handling on FreeBSD. Fixes #284
2016-01-26 04:52:28 +00:00
dmiller
1168322849
Fix a CPE for HP-UX
2016-01-26 04:52:27 +00:00
dmiller
3dec95dcf8
Fix host header for http-brute; nsedoc and refactoring
2016-01-19 15:44:20 +00:00
dmiller
26510fe8a7
Remove hardcoded IP from ftp-bounce
...
Instead of hard-coding the many-years-invalid IP address of
scanme.nmap.org, look it up via DNS. Even better, you can override the
host used for this purpose, in case you don't want to tip your hand.
2016-01-15 20:19:55 +00:00
dmiller
4da091f1f0
Update http-robtex-shared-ns
2016-01-15 05:55:16 +00:00
dmiller
709fcfbefa
Fix http-robtex-reverse-ip and make it a bit more resilient
2016-01-15 05:55:15 +00:00
dmiller
f8be8feade
Allow newlines to separate script-args
...
This was previously done for --script-args-file with a blind gsub of all
newlines with commas (","), which meant that quoted strings could not
contain newlines. Now they can.
2016-01-14 21:08:29 +00:00
dmiller
97163a3052
Fingerprint for WebSphere console by Vlatko Kosturjak
2016-01-14 21:08:28 +00:00