1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00
Commit Graph

486 Commits

Author SHA1 Message Date
dmiller
b90786a5ef Regen configure scripts 2017-09-27 21:29:31 +00:00
nnposter
cf1360ec0a Adds a possibly missing definition of offsetof(), introduced in r37005 2017-09-24 00:33:27 +00:00
nnposter
49c88de5a1 Avoids potential integer overflows caused by excessive timer values
specified in Ncat command-line options. Fixes #1006
2017-09-23 23:42:15 +00:00
nnposter
1bc9f186b9 Allows ncat to properly process HTTP passwords that are either empty or contain colons. Fixes #984 2017-09-23 22:53:19 +00:00
nnposter
6e83dc6406 Refactors ncat authentication for SOCKS5. Fixes #981 2017-09-23 22:41:02 +00:00
nnposter
762f1c62b5 Adds missing information about the ability to act as a SOCKS5 client. Fixes #996 2017-09-23 22:26:57 +00:00
dmiller
97d3fb34f6 Silence autoreconf warnings. Closes #1009 2017-09-19 17:01:39 +00:00
nnposter
e8b73078fd Provides more meaningful information about the connecting client when in UDP listening mode. Closes #980 2017-09-11 02:33:07 +00:00
rewanth
6ee953a5ff Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
nnposter
7e876de889 Makes sure that nsock_pool is properly disposed of if the proxy connection fails. Closes #973 2017-08-18 02:24:37 +00:00
dmiller
b70ee4f531 Don't do SSL setup if it's not requested. Missing braces. 2017-08-02 04:05:48 +00:00
dmiller
4a6fb1abe6 Bump version and regen docs for 7.60 release 2017-08-01 21:50:08 +00:00
dmiller
17c8988817 Add required cast on malloc; VS2013 errors. 2017-07-30 04:09:48 +00:00
dmiller
fdfc36778b Add DTLS and ALPN support to Ncat. Closes #446 2017-07-29 05:55:30 +00:00
dmiller
bf54157855 Fix some timing-related test failures 2017-07-29 05:55:28 +00:00
dmiller
0d21bd42e2 Update cipher suites to eliminate anonymous authentication methods 2017-07-29 05:55:27 +00:00
dmiller
cb17b788b3 Clarify indentation 2017-06-19 22:58:22 +00:00
dmiller
78f650b5e5 Bump version and regen docs post-7.50 release 2017-06-13 19:49:30 +00:00
dmiller
9c7ea727a7 Update license terms for 2017 2017-06-07 12:32:38 +00:00
dmiller
8649f07a7c noshutdown handling was missing for connect mode 2017-05-03 03:56:41 +00:00
dmiller
37287ad664 Add explanatory comment 2017-04-04 16:27:59 +00:00
dmiller
cb50c3c74b Make ncat -i not timeout while waiting for initial connection 2017-04-04 16:26:08 +00:00
fyodor
e1576ecb6d Fix an incorrectly example--reported by Thierry Closen 2017-03-31 08:28:08 +00:00
dmiller
ac8b866d73 Fix Ncat SSL server. Closes #773 and potentially #197 2017-03-19 02:26:12 +00:00
dmiller
4629f6d836 Ncat supports DNS failover, including fallback to IPv4 from IPv6 2017-03-16 21:54:26 +00:00
nnposter
32d85005d9 Enables support for TLS SNI on the Windows platform. Fixes #700 2017-02-25 00:47:30 +00:00
dmiller
b7e213b5cb Fix compatibility with LibreSSL; new checks skipped initialization code 2017-02-07 20:10:02 +00:00
dmiller
eb0bb2506f Let --ssl-ciphers be used with ncat client mode 2017-01-23 14:18:43 +00:00
dmiller
9b86dadb58 Remove deprecated calls from OpenSSL 1.1 API. Closes #630 2017-01-11 15:38:08 +00:00
dmiller
eb0ba33394 Bump version and regen docs for 7.40 release 2016-12-21 00:16:03 +00:00
fyodor
4bd67aa2fb Update the Nmap license/header text to reflect latest updates to docs/legal-notices.xml 2016-12-14 00:12:23 +00:00
dmiller
581d3e98ce Restore connection success message for normal use 2016-11-28 15:11:50 +00:00
dmiller
f61a82a1db Bump version and regen docs for 7.31 maintenance release. 2016-10-21 20:12:59 +00:00
dmiller
490403a98f Add missing openssl includes. Closes #562 2016-10-20 15:01:03 +00:00
vincent
9d083df888 Move declaration of var fdi to the correct block to avoid warning 2016-10-17 11:16:30 +00:00
dmiller
74c139be73 Bump version and regen docs for 7.30 release 2016-09-29 18:00:59 +00:00
fyodor
cb80ead20f Latest regeneration of the auto-built files 2016-09-29 17:58:45 +00:00
dmiller
fb56c01177 Fix a typo in getopt option string causing ncat's -n to consume the next option. 2016-09-21 20:04:16 +00:00
dmiller
242f980ed8 Avoid deprecation and remove some unneeded OpenSSL version checks (proper way always worked) 2016-09-09 19:57:43 +00:00
dmiller
182bcf8c1c Add compatibility with LibreSSL. Closes #543 2016-09-09 14:08:48 +00:00
dmiller
c82915cb71 Print error message when -e fails on Windows. Closes #527. Fixes #111 2016-08-30 12:12:58 +00:00
vincent
b5606dde91 Hide first makefile attempt to include makefile.dep
This is to avoid having a warning saying that there is no makefile.dep
file, which will be generated right after the warning and then
included in the Makefile.
2016-08-16 09:31:59 +00:00
vincent
aedd25c3a2 Add compatibility with OpenSSL 1.1.0 pre5 and previous versions
Add some checks to know which OpenSSL version is used, to be sure
the code follows the syntax of the version used (including 1.1.0).
2016-08-01 09:34:56 +00:00
dmiller
56f3573609 Fix interaction of --ssl --exec --max-conns 2016-07-30 00:13:18 +00:00
dmiller
dbbc420d99 Avoid 1-byte buffer overflow due to not allocating for null terminator 2016-07-30 00:13:17 +00:00
dmiller
60dc6353b9 Bump version from 7.25BETA1 release, regen docs, merge CHANGELOG 2016-07-19 19:57:56 +00:00
abhishek
d04046ae48 Adds test for -z option in ncat, closes #444 2016-07-19 10:08:02 +00:00
abhishek
d1a10dfc63 Adds zero-byte option(-z) for Ncat. Fixes #22 and #225 2016-07-19 10:07:58 +00:00
vincent
3287c1159b Replace deprecated RSA_generate_key by RSA_generate_key_ex
This applies the changes made in PR #451 on Github
2016-07-13 10:17:30 +00:00
batrick
7f5ec526fe Merge branch 'nse-lua53'
Lua 5.3 adds several awesome features of particular interest to nmap including
bitwise operators and integers, a utf8 library, and standard binary pack/unpack
functions.

In addition to adding Lua 5.3, this branch changes:

o Complete removal of the NSE bit library (in C), It has been replaced with
  a new Lua library wrapping Lua 5.3's bit-wise operators.

o Complete removal of the NSE bin library (in C). It has been replaced with a
  new Lua library wrapping Lua 5.3's string.pack|unpack functions.

o The bin.pack "B" format specifier (which has never worked correctly) is
  unimplemented.  All scripts/libraries which use it have been updated. Most
  usage of this option was to allow string based bit-wise operations which are no
  longer necessary now that Lua 5.3 provides integers and bit-wise operators.

o The base32/base64 libraries have been reimplemented using Lua 5.3's new
  bitwise operators. (This library was the main user of the bin.pack "B" format
  specifier.)

o A new "bits" library has been added for common bit hacks. Currently only has
  a reverse function.

Thanks to David Fifield, Daniel Miller, Jacek Wielemborek, and  Paulino
Calderon for testing this branch.
2016-07-02 17:02:27 +00:00