dmiller
855ec33fc0
Allow use of Windows' own inet_pton and inet_ntop functions
2016-06-04 02:46:12 +00:00
dmiller
50054e6ed7
Update platform toolset to remove XP compatibility
2016-06-04 02:46:11 +00:00
dmiller
eaf9038791
Process 222 OS fingerprint submissions (Linux done)
2016-06-02 12:14:45 +00:00
dmiller
a752c2265a
Adjust indents to avoid confusion. Fixes #396 . whitespace only.
2016-06-01 16:51:50 +00:00
dmiller
7c17838242
Process 157 OS fingerprint submissions
2016-06-01 14:49:23 +00:00
fyodor
37095358e0
Fix the @usage to correct form
2016-05-30 06:39:31 +00:00
dmiller
7203767031
Fix nsedoc (hanging indent dropped some characters) for http-fetch
2016-05-26 13:47:04 +00:00
dmiller
0896c64bae
Add xml output to resolveall, improve warnings
2016-05-25 20:14:13 +00:00
abhishek
c7852c6ec0
Adds Pong response, closes #383
2016-05-24 19:23:20 +00:00
abhishek
4d67d58d04
Removes the bug so as to compare cmd fixes #381
2016-05-24 19:23:17 +00:00
abhishek
168ac74f40
Closes #366
2016-05-23 15:32:24 +00:00
dmiller
0c6a3a6256
Alow bare "wpad" name to be resolved
...
Previously, if a host had not domain set, the script would crash when
trying to get the domain portion of the reverse-DNS name. Now, it adds
the blank string and tries to resolve the bare hostname "wpad".
2016-05-23 04:30:06 +00:00
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