dmiller
4e6c8feb15
Enable multiple UDP connections in listen mode. Fixes #1223
2022-10-10 20:48:14 +00:00
dmiller
ec2176f733
http > https, 2021 > 2022 in docs
2022-04-14 23:06:01 +00:00
dmiller
c2d6b01f35
Update links to npcap.com
2022-02-18 17:38:54 +00:00
nnposter
828dedfc8a
Add a missing space in Ncat man page
2022-02-08 00:08:59 +00:00
fyodor
158c2e493c
Change Insecure.Com LLC to Nmap Software LLC
2021-11-23 19:01:05 +00:00
dmiller
ef8213a36c
Reintegrate Nmap 7.90 release branch
2020-10-05 23:00:30 +00:00
nnposter
7d6cf3ae0c
Implementation of TLS SNI override in Ncat
...
Closes #2087 , closes #1928 , fixes #1927 , fixes #1974
2020-08-22 15:54:14 +00:00
nnposter
535e6382d4
Implement Ncat proxy creds via environment variable. Fixes #2060 , closes #2073
2020-07-12 00:28:16 +00:00
dmiller
21f51ff822
AF_VSOCK support. Closes #1075
2019-05-20 16:21:41 +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
fyodor
434de730f5
Update copyright year for Ncat and Ncat Guide
2018-12-09 02:00:55 +00:00
fyodor
b3cece27e0
Update Npcap URL to new SSL version
2018-09-28 23:42:55 +00:00
fyodor
02bad7c702
Change refentry id to avoid duplicate id complaint from xsltproc
2018-09-04 03:34:46 +00:00
nnposter
0f69f30ea4
Fixes mangled help text
2018-06-12 21:32:01 +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
nnposter
762f1c62b5
Adds missing information about the ability to act as a SOCKS5 client. Fixes #996
2017-09-23 22:26:57 +00:00
rewanth
6ee953a5ff
Removes trailing spaces in 69 files. Closes #971 .
2017-08-23 08:52:40 +00:00
dmiller
fdfc36778b
Add DTLS and ALPN support to Ncat. Closes #446
2017-07-29 05:55:30 +00:00
dmiller
0d21bd42e2
Update cipher suites to eliminate anonymous authentication methods
2017-07-29 05:55:27 +00:00
dmiller
1b4c4a9ef3
Add new --no-shutdown option to Ncat. Closes #151 , fixes #142
2015-11-10 21:07:30 +00:00
dmiller
f4619edece
Update http urls for nmap.org to https
2015-11-05 20:41:05 +00:00
dmiller
40ca4cb396
Document --ssl-ciphers. Fixes #20
2015-01-11 23:38:00 +00:00
dmiller
29ce5da5a1
Fix man pages, corrupted from auto-generation
...
The docbook-to-nroff XSL pages turn indexterms into nroff comments, but
have a bug: If the closing indexterm element is not followed by
whitespace and cdata, then the following element or cdata is stuck on
the same line as the comment. Fixed this temporarily by introducing
whitespace between </indexterm> and following cdata or by moving the
indexterm elements after any other element (<command>, <term>, etc.)
that they reference.
2014-10-22 19:24:28 +00:00
david
c822b17772
indexterms for environment variables.
2013-08-06 22:24:37 +00:00
david
acb9538b8e
Copyediting of environment variables.
2013-08-06 22:24:33 +00:00
david
375e70c7e4
Don't need this para.
...
The contents of these variables will *always* be numeric IP addresses.
Nobody expects IPv6 addresses to be expanded.
2013-08-06 22:24:15 +00:00
david
95855e25a5
Formatting of Ncat environment vars.
2013-08-06 22:24:10 +00:00
david
6df37710e3
Move exec env vars so they're not all under --exec.
2013-08-06 22:23:56 +00:00
d33tah
8f84863a23
add NCAT_LOCAL_ADDR, NCAT_LOCAL_PORT, NCAT_REMOTE_ADDR, NCAR_REMOTE_PORT,
...
NCAT_REMOTE_ADDR environment variables set in all --*-exec child processes.
(this is a merge of ncat-env-conninfo as of r31516)
2013-07-24 13:58:15 +00:00
d33tah
b62709eb20
merging in the --lua-exec feature for ncat.
2013-07-02 16:56:03 +00:00
henri
7f9f75f6b1
Updated ncat documentation so that it doesn't prevent users from using -v
...
more than three times.
The current rules are:
-v --> verbose mode
-vv... --> debug mode
Debug can be higher than two (use debug>=6 for full nsock logs for instance).
2013-06-24 21:06:19 +00:00
david
b30aba076a
Set the default --max-conns to 60 on Windows.
...
Suggested by Andrey Olkhin.
http://seclists.org/nmap-dev/2013/q1/390
2013-06-02 09:03:44 +00:00
fyodor
8f585c7882
Update my email address: fyodor@insecure.org => fyodor@nmap.org
2012-12-10 01:14:42 +00:00
david
ec53dc049a
Update with new mailing list addresses.
2012-12-06 02:23:34 +00:00
david
9f3fa403ef
Automatically create and delete a source Unix domain DGRAM socket.
...
Patch based on one by Tomas Hozza.
http://seclists.org/nmap-dev/2012/q4/334
2012-11-27 21:47:26 +00:00
david
cc4eb9f381
Disable automatic generation of datagram Unix domain source socket.
...
This code was not always properly cleaning up automatically generated
sockets; for example in the case of "Connection refused". It would
delete sockets even if you gave one manually with --source; it's not
clear that's the right behavior.
2012-11-12 20:44:45 +00:00
david
e017de82bb
Short section on -U in ncat man page.
2012-11-12 20:44:43 +00:00
david
c92d25dfcb
Fix ncat man page typo.
2012-11-12 18:11:58 +00:00
david
9cab81511c
Remove claim that -x can be used to "replay" sessions.
...
I don't even know what that means. It sounds like there is a
complementary option taking the name of a file containing a hex log,
which there isn't.
2012-10-25 04:40:21 +00:00
fyodor
57973b0c60
Added a new legal notices section to the Ncat man page which is basically the same as that section in the Nmap man page (in fact it links to that section to avoid copy and pasting a bunch of text. As part of this, I had to make an enclosure file (ncatmanhtml.xml) for the ncat.xml. Otherwise I can't use things like –. And this is consistent with how we deal with the nping man page, though I'm fine with getting rid of the enclosure in both cases if there is a good way to do so
2012-09-18 08:58:41 +00:00
fyodor
389fcf4bfc
Update a link to Nmap's HACKING file in svn
2012-02-16 07:35:41 +00:00
david
ed2ba4e168
Copy nping, nsock, nbase, zenmap, ncat from their homes in /.
...
If you have trouble updating after this revision you need to follow
these instructions. You have probably just seen an error like this:
svn: URL 'svn://svn.insecure.org/nping' of existing directory 'nping'
does not match expected URL 'svn://svn.insecure.org/nmap/nping'
This is caused by the replacement of SVN externals.
Here's what you need to do. First, save any local changes you might have
in the nping, nsock, nbase, ncat, and zenmap directories. (For example
by running "cd nping; svn diff > ../nping.diff".) If you don't have any
local changes you can skip this step.
Then run these commands:
rm -rf nping/ nsock/ nbase/ ncat/ zenmap/
svn update
svn cleanup
If all else fails, you can just delete your whole working directory and
check out anew:
svn co --username guest --password "" svn://svn.insecure.org/nmap
There may be further discussion in the mailing list thread at
http://seclists.org/nmap-dev/2011/q4/303 .
2011-11-16 21:49:44 +00:00