dmiller
9450cb725a
Avoid boolean tautologies of the form 'not x == y'
...
Lua operator 'not' has higher precedence than '==', so the statement
not x == "something"
is equivalent to:
(not x) == "something"
which will always be false, since the value of 'not x' will be either
'true' or 'false' and the string "something" is not the boolean 'true'
or 'false'. This is usually resolved by using the '~=' operator.
2016-05-23 04:30:06 +00:00
dmiller
5be0ac591b
Avoid a crash when host has no domain configured
2016-05-23 04:30:05 +00:00
vincent
adfe806099
Update to openssl-1.0.2h
2016-05-21 15:07:59 +00:00
vincent
839c6f7629
Update to openssl-1.0.2h
2016-05-21 14:28:28 +00:00
dmiller
3068b9ad79
Open zenmap.exe.log in a writable location. Fixes #345
2016-05-18 15:24:36 +00:00
paulino
91ead4aa2e
GH#379 changelog
2016-05-16 17:05:15 +00:00
paulino
363397b948
Fixes #379 . Script was not reporting the NOT_VULN state correctly
2016-05-16 15:11:32 +00:00
dmiller
f38b959593
Avoid clobbering nsiod.peer with junk data if recvfrom doesn't set src_addr
2016-05-13 02:13:25 +00:00
dmiller
50e9080ef1
Grab latest enterprise numbers assignments from IANA
2016-05-11 14:55:45 +00:00
dmiller
fe0e0db1ba
Grab latest multicast address assignments from IANA
2016-05-11 14:55:44 +00:00
dmiller
0dd8757e70
Add needed requires to mysql-cis.audit. Closes #371
2016-05-11 14:55:43 +00:00
dmiller
423c8380ef
Fix network prefix length on Windows. http://seclists.org/nmap-dev/2016/q2/101
2016-05-11 02:23:21 +00:00
dmiller
0b28350628
Remove some explicit install targets to force build to happen before install
2016-05-09 13:13:15 +00:00
dmiller
2b77e83abb
Avoid output when ssl-date fails (e.g. non-STARTTLS SMTP)
2016-05-02 16:09:28 +00:00
dmiller
fb6d2a5567
Deprecate SHA-1 certs in ssl-enum-ciphers. Closes #370
2016-05-02 13:55:17 +00:00
dmiller
b341915722
Deprecate RC4 ciphersuites
2016-05-02 13:55:16 +00:00
dmiller
fbddc99f6d
Grab pcap library name as well as version
2016-04-28 02:40:16 +00:00
dmiller
312cff5ac5
Fix 'INTERFACES: NONE FOUND' for real. See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821913
2016-04-25 05:20:56 +00:00
dmiller
fbdd7f53d9
Don't crash when portmapper reports non-tcp/udp transports. Fixes #363
2016-04-18 05:11:57 +00:00
dmiller
46c3db5fad
Put parenthesis in the right place. Closes #367
2016-04-18 05:11:56 +00:00
dmiller
6b598fe547
Remove an incorrect NSEdoc blurb: JSON Object uses all keys
2016-04-14 16:50:47 +00:00
dmiller
20d6d17c2c
Support (unlikely) TLS NPN checking for STARTTLS-type services
2016-04-11 20:42:03 +00:00
dmiller
a24006e0b7
Check the appropriate functions in portrules for SSL/TLS
2016-04-11 20:42:02 +00:00
tomsellers
0699edbe05
NSE: ldap-rootdse.nse improve error handling
2016-04-11 18:04:53 +00:00
tomsellers
f9bf251368
Version detection: netbios-ns adjust identification to be less specific based on testing
2016-04-11 15:18:44 +00:00
tomsellers
12e9af5b1b
Adjust indentation on rpcinfo.nse, no fuctionality changes
2016-04-10 14:19:51 +00:00
tomsellers
0ac6e52523
Remove extraneous text from last commit
2016-04-09 22:50:13 +00:00
tomsellers
2b78f7257e
Version detection cleanup of references to Win2003 that
...
actually matched newer versions of windows. Also, adjust/
remove 'domain' matchlines that only varied on the 3rd byte.
This byte contains the response error code which varies
depending on the server and query state, not the OS.
2016-04-09 22:47:38 +00:00
tomsellers
ee4ed66956
Added support for LDAP over udp to ldap-rootdse.nse.
...
Also added version detection and information extraction to match the
new LDAP LDAPSearchReq and LDAPSearchReqUDP probes. Closes #362
2016-04-09 21:33:26 +00:00
dmiller
799048e9fc
Avoid linking to libsvn_client-1 except for nmap-update
2016-04-07 13:50:13 +00:00
dmiller
2ff05aca9d
OS X build environment checks and fixes
2016-04-06 15:15:16 +00:00
tomsellers
af4b45947d
Add new version detection Probes for LDAP services, LDAPSearchReq
...
and LDAPSearchReqUDP. The second is Microsoft Active Directory specific.
Both, when used against AD, return the same information. This commit
also adds an nmap-payload entry for detecting LDAP on udp. Closes #354
2016-04-05 12:02:40 +00:00
dmiller
6e33d6ac3c
Bump date in copyright headers
2016-04-04 15:38:44 +00:00
dmiller
4b341c4311
Clarify vnc handshake/login process and correctly send chosen security type
2016-04-04 04:47:37 +00:00
robert
ea7c0bd92b
Added SQL Server 2012 SP3 version number and updated SQL Server 2012 SP1 version from the original 4050 release that was pulled and replaced by 4100.
2016-04-02 18:24:39 +00:00
dmiller
56d71fe6df
Fix endianness bug making RFB 3.3 not detect auth type
2016-04-02 15:54:32 +00:00
dmiller
6c7655c24f
Add Tight VNC auth type
2016-04-02 15:22:30 +00:00
tomsellers
4b68538fa5
Service Detection, improvements in coverage and accuracy of netbios-ns (137/udp)
2016-04-02 05:25:15 +00:00
dmiller
41de3b1d60
New script vnc-title
2016-04-01 22:29:40 +00:00
dmiller
3af66a0445
VNC revamp and extension
2016-04-01 22:29:39 +00:00
tomsellers
e3bb213e14
Version detection: Reduce matchline specificity on MS Kerberos services
2016-04-01 15:13:38 +00:00
tomsellers
ad5909f807
Version detection, adjust SMB related matchline that matches Win and Samba
2016-03-31 12:03:17 +00:00
tomsellers
e2cfda9dc0
Change to smb-os-discovery to enable it to augment SMB version detection. Closes #348
2016-03-31 10:56:29 +00:00
tomsellers
8bd23ee959
Changelog update for yesterday's SMB change
2016-03-30 10:20:14 +00:00
tomsellers
0bc6777c62
Version detection corrections for SMB matchline descriptions,etc that were too narrow. A few corrections and SMB match additions.
2016-03-30 01:05:33 +00:00
dmiller
48a7155ecc
Elaborate on a changelog entry by adding the more common exception
2016-03-29 19:45:40 +00:00
dmiller
a083db0cf9
Bump version for 7.12 release
2016-03-29 19:43:37 +00:00
dmiller
30e9e9fd84
Optionally repair broken zenmap.conf
...
First, make sure we don't have residual junk configs, resulting in ConfigParser
values coming back as lists instead of strings. Then offer the user the option
to copy the global config file, which should be uncorrupted.
2016-03-29 14:26:38 +00:00
dmiller
ac9d18cf0f
Add a few changelog entries
2016-03-28 16:46:33 +00:00
dmiller
81bb435ad9
Add TLS auth support to vnc.lua and vnc-brute
2016-03-28 16:46:32 +00:00