1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00
Commit Graph

486 Commits

Author SHA1 Message Date
dmiller
3de7a0177b Allow connections to port 0. Fixes #1560 2019-04-18 16:18:16 +00:00
nnposter
504e9d767e Mandatory use of square-bracket notation for literal IPv6 proxy address
Closes #1441
2019-02-23 23:23:47 +00:00
nnposter
dbed133fc5 Ability to control hostname resolution for ncat proxy destinations
Closes #1214, fixes #1230, closes #1439
2019-02-23 22:34:13 +00:00
nnposter
8e7bcbbe4c Normalizes index references 2019-01-21 23:43:05 +00:00
nnposter
bdf8830296 Adds missing option description 2019-01-21 23:09:26 +00:00
nnposter
b1f7158101 Replaces square brackets with appropriate XML tags 2019-01-21 21:17:56 +00:00
nnposter
88b4a4b65e Adds missing initialization 2019-01-21 03:25:54 +00:00
nnposter
453cd5ea53 Adds missing option initialization 2019-01-21 02:20:29 +00:00
nnposter
735abe6c3f Cleans up error handling 2019-01-21 02:19:11 +00:00
nnposter
cb9559b342 Rectifies SOCKS5 protocol field overrun hazards 2019-01-19 23:50:18 +00:00
nnposter
6bb36b1ca2 Shortens the line to prevent an extraneous empty line 2019-01-19 23:48:01 +00:00
nnposter
4b4d67d4fb Strips off tabs and trailing spaces 2019-01-19 22:59:37 +00:00
nnposter
25db5fbb0d Increases ncat temporary RSA key size to 2048 bits
This resolves a compatibility issue with OpenSSL library configured with
security level 2, as seen on current Debian or Kali. Closes #1310, closes #1409
2018-12-20 02:04:02 +00:00
fyodor
434de730f5 Update copyright year for Ncat and Ncat Guide 2018-12-09 02:00:55 +00:00
dmiller
5c83c3d2a5 Fixes for Windows build from Lua header rearrangements 2018-11-08 04:55:29 +00:00
dmiller
824f9dcb2f Rearrange declarations to put all addrset functions in nbase.h, hide struct addrset internals. 2018-11-01 04:35:00 +00:00
dmiller
86d1f7e66e Don't quit on ERROR_IO_INCOMPLETE. Closes #1372 2018-10-26 20:50:58 +00:00
dmiller
e3d08f7e94 Avoid shutting down SSL descriptor twice. Fixes #1365 2018-10-25 04:53:59 +00:00
dmiller
d8c1d935f1 Move Npcap headers and lib stuff to nmap-mswin32-aux 2018-10-18 03:28:39 +00:00
dmiller
36e9588d5e Update cert store used by Ncat on some platforms 2018-10-16 14:47:28 +00:00
dmiller
33dd005714 Similar improvements to finding Lua for Ncat 2018-10-16 14:34:39 +00:00
fyodor
b3cece27e0 Update Npcap URL to new SSL version 2018-09-28 23:42:55 +00:00
dmiller
4824a5a074 Use Nsock error string instead of socket_strerror for timeouts; wasn't working on Windows. Fixes #1324 2018-09-17 15:29:56 +00:00
fyodor
02bad7c702 Change refentry id to avoid duplicate id complaint from xsltproc 2018-09-04 03:34:46 +00:00
dmiller
7629f3b997 Fix a typo in a previous fix 2018-08-21 19:12:36 +00:00
dmiller
4deb24fec4 Change configure check for libpcap to require pcap_create (libpcap 1.0.0 or later). See #1291 2018-08-20 22:08:55 +00:00
dmiller
f31ef12ca3 Fix ncat -e --ssl on Windows. Fixes #1267, #1274 2018-07-23 04:56:56 +00:00
dmiller
420618c0db Check for SSL_ERROR_WANT_READ after SSL_write error. Possibly related: #1267 2018-07-19 05:39:02 +00:00
nnposter
0f69f30ea4 Fixes mangled help text 2018-06-12 21:32:01 +00:00
nnposter
ec38cb0096 Removes extraneous bracket from literal IPv6 URLs. Closes #1237 2018-06-12 01:12:08 +00:00
nnposter
45229e0fbd Adds missing --no-shutdown description. Closes #1200 2018-04-26 19:44:58 +00:00
dmiller
689ea0e05d Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
dmiller
19ba6060db Fix crash in Ncat UNIX socket datagram listen. 2018-03-22 16:31:31 +00:00
dmiller
72a68d8acd Reset err, fix logical test. Fixes #1157 2018-03-22 16:31:30 +00:00
dmiller
b34a8e9aad Bump version for Nmap 7.70SVN 2018-03-20 18:12:14 +00:00
dmiller
cadb66231f Merge 7.70 release branch into trunk 2018-03-20 18:08:25 +00:00
fyodor
8f3b8fabb7 fix a typo -> nc to ncat 2018-03-12 16:09:46 +00:00
dmiller
8582bb5efe Do a 2nd SSL_read if necessary for renegotiation.
This fix was previously applied to ncat_listen's read_socket in r36652
(ac8b866) as a fix for #773. It didn't fully solve the problem, though,
since the fix should have been applied in ncat_core's fdinfo_recv, right
after the call to SSL_read. This commit moves the fix where it belongs,
which also simplifies the code.

Fixes #197 and #1049.
2018-03-11 03:50:53 +00:00
nnposter
68220585cd Selects correct default port for a given proxy type. Closes #1139 2018-03-05 01:53:34 +00:00
nnposter
a2c93e87d0 Remediates proxy port parsing hazards 2018-03-05 01:32:12 +00:00
fyodor
ff62300249 Bump copyright dates to 2018 and slightly improve wording (doesn't change meaning) of Nmap license header text 2018-01-28 21:18:17 +00:00
dmiller
14dd4bda82 Fix Ncat chat not announcing the highest user number. 2018-01-24 03:50:47 +00:00
dmiller
6b655200c6 Update some docs regarding Npcap 2017-11-11 17:43:26 +00:00
dmiller
9f494f61ae Avoid RC4 by default. Closes #972 2017-10-09 17:03:21 +00:00
dmiller
7aeb2ada62 Avoid false FAIL due to ncat not starting quickly enough 2017-10-03 22:43:38 +00:00
dmiller
ae59c8dafd Fix syntax error in ncat-test.pl 2017-10-03 22:43:37 +00:00
dmiller
09db4e48bf Fix paths and escape {} when running tests under Cygwin 2017-10-02 20:02:39 +00:00
dmiller
8488dae884 Expect failure with --sctp if no sctp support is available. 2017-10-02 16:55:18 +00:00
dmiller
74bbf2dcca Don't use socket close on STDOUT, use IO close instead. See #978 2017-10-01 03:28:09 +00:00
dmiller
d0718cd631 Get correct errors from Windows on failure (errno is not set). See #978 2017-10-01 02:50:05 +00:00