mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 10:38:02 +00:00
Make Ncat's --send-only actually not receive from the network when used in
listen and/or broker modes.
This commit is contained in:
parent
a660b37026
commit
8d65f4e28d
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ o [Ncat] Ncat now prints a message like "Connection refused." by
|
|||
success in a case like
|
||||
ncat remote < short-file
|
||||
|
||||
o [Ncat] Using --send-only in conjunction with the plain listen or broker modes
|
||||
now behaves as it should: nothing will be read from the network end. Ncat
|
||||
was simply discarding any data received. [Kris]
|
||||
|
||||
o [Ncat] Added additional test cases to the ncat/test/test-cmdline-split program
|
||||
and rewrote the cmdline_split function in ncat_posix.c [Josh Marlow]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue