1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00
Commit Graph

10280 Commits

Author SHA1 Message Date
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
dmiller
f272172721 Negotiate down VNC versions for unknown versions instead of failing 2016-03-28 13:31:24 +00:00
dmiller
23bb9ef5ce Add TLS support for VNC 2016-03-27 15:06:33 +00:00
paulino
9b53acb1c0 Fixes bad indexed global 2016-03-26 19:52:37 +00:00
dmiller
377b52c112 Add STARTTLS for LMTP 2016-03-26 13:42:13 +00:00
dmiller
c8c4da0d6f Check for service name before port number to work on nonstandard ports 2016-03-26 13:42:12 +00:00
dmiller
a8086a222e Fix STARTLS for LDAP on nonstandard ports 2016-03-26 13:42:11 +00:00
dmiller
1bd0e4aedf Fix a service and add CPE: DSPAM lmtpd 2016-03-26 13:42:10 +00:00
dmiller
4db5bf502f Avoid attempting TLS over UDP protocols in sslcert.lua 2016-03-25 14:02:04 +00:00
dmiller
37c3a16a27 Add STARTTLS support for NNTP 2016-03-25 14:02:03 +00:00
dmiller
6a0c3e8219 Allow ascii values in cert fields (broke in r35714) 2016-03-25 14:02:02 +00:00
dmiller
85e3f3cfe3 Remove credit at request of contributor 2016-03-25 12:03:27 +00:00
dmiller
8abd407e98 New probes and matches for OpenVPN 2016-03-25 04:52:26 +00:00
dmiller
c4649cd0b8 Fix saving zenmap config to file in some cases. 2016-03-25 04:33:11 +00:00
dmiller
97b5aa2ced Avoid file corruption from Zenmap configs reopening already-open config file 2016-03-24 18:03:34 +00:00
dmiller
a26f765546 Add a few changelog entries 2016-03-22 03:40:44 +00:00
dmiller
44b4bd2163 Avoid crashing with non-integer geometry in zenmap.conf 2016-03-22 01:11:06 +00:00
dmiller
dc09ef809f Add dh group exchange support to ssh2.lua. Closes #341, Fixes #129 2016-03-21 22:04:42 +00:00
dmiller
b76257d14b fix a NSE bug when http-cross-domain-policy has no output. Closes #343 2016-03-21 22:04:42 +00:00
dmiller
dcfd7562f2 Avoid a crash in Zenmap config setting window geometry
Report: http://seclists.org/nmap-dev/2016/q1/315

Fix: http://stackoverflow.com/a/21485083/1183387

We can't set integer (or non-string) values in a ConfigParser.
2016-03-21 14:20:20 +00:00
dmiller
2b86ab11dc Allow ssl-* to work with TDS (MS SQL server) 2016-03-19 20:44:33 +00:00
dmiller
7a430d154b Auto-detect UTF-16 fields in certificates and transcode to UTF-8 2016-03-19 20:44:32 +00:00
fyodor
a6e35b47ea just automated reordering 2016-03-18 19:25:53 +00:00
dmiller
53aac29d05 Avoid a zenmap crash if locale is not set properly 2016-03-18 15:44:25 +00:00
dmiller
91fc3e503f Revert r33804, it was not a typo. http://seclists.org/nmap-dev/2016/q1/297 2016-03-18 03:46:13 +00:00
dmiller
8e87372692 Bump version numbers for a few fingerprints 2016-03-18 03:44:56 +00:00
dmiller
3df640b65a Note the OpenSSL upgrade in the changelog for 7.10 2016-03-17 20:34:27 +00:00
dmiller
c97b56a1e9 sync CHANGELOG and bump version for 7.10SVN 2016-03-17 18:16:43 +00:00
dmiller
aff655e4c9 Actually, only Zenmap needs 2008 redist, so we won't bundle it with the zipfile 2016-03-17 02:52:40 +00:00
dmiller
26511b0c07 Update windows install info with latest VCredist versions. Fixes #327 2016-03-17 02:20:37 +00:00
dmiller
663271f95d New shodan-api script for querying Shodan internet scan data 2016-03-16 05:47:58 +00:00
dmiller
ee481851f5 Silence warnings about the new any_af request option 2016-03-16 05:47:57 +00:00
dmiller
c7892e365f Let http.lua functions optionally connect via any address family
Sometimes (e.g. when using an external API), a script wants to connect
by name to a server and doesn't care whether IPv4 or IPv6 is used. By
passing the "any_af" option, the first resolved address of any address
family will be used, allowing external-category scripts which used to
fail with -6 to succeed.
2016-03-16 05:07:59 +00:00
dmiller
f68650e51e Remove pango modules that are built-in since pango 1.38. 2016-03-16 03:23:45 +00:00
dmiller
a011762e46 Be sure to export JHBUILD_PREFIX, as later steps need it. 2016-03-16 03:22:31 +00:00
dmiller
c6837fc3d0 Bump openssl version for OS X: 1.0.2g with enable-ssl 2016-03-16 03:16:34 +00:00
dmiller
56effd8438 Update macports diff 2016-03-16 03:14:55 +00:00
dmiller
239b94189d Add a missing changelog entry 2016-03-15 13:25:03 +00:00
dmiller
3c994776f7 Make use of -4 with -6 illegal. 2016-03-14 23:54:51 +00:00
dmiller
4135ec518f Add rpcinfo to version category, see previous commit 2016-03-14 20:42:52 +00:00
dmiller
0bb036cda2 Allow rpcinfo.nse to set version info
The rpcinfo script can now set version info just like rpc-grind. Since
this requires considerably less traffic than rpc-grind, I made rpc-grind
depend on rpcinfo so that it will avoid running if we can get the
version information this way instead.

Also changed rpcinfo to only run on port 111, not on "rpcbind" service
since that's what -sV labels any detected RPC service.
2016-03-14 20:42:51 +00:00
dmiller
5843cd95a4 Add rusers script 2016-03-14 16:03:47 +00:00
dmiller
5729d3844e Only run http-apache-server-status on Apache or unknown http servers. Add version info. 2016-03-14 03:41:38 +00:00