mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add to CHANGELOG:
o [Ncat, Ndiff] The exit codes of these programs now reflect whether they succeeeded. For Ncat, 0 means the connection was successful, 1 indicates a network error, and 2 indicates any other error. For Ndiff, 0 means the scans were equal, 1 means they were different, and 2 indicates a runtime error. [David]
This commit is contained in:
parent
05e5348b57
commit
69e888bc4f
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Ncat, Ndiff] The exit codes of these programs now reflect whether
|
||||
they succeeeded. For Ncat, 0 means the connection was successful, 1
|
||||
indicates a network error, and 2 indicates any other error. For
|
||||
Ndiff, 0 means the scans were equal, 1 means they were different,
|
||||
and 2 indicates a runtime error. [David]
|
||||
|
||||
o [Ncat] Now Ncat supports wildcard SSL certificates too.Wildcard character(*) can
|
||||
be in commonname field or in DNS field of Subject Alternative Name(SAN)
|
||||
Extension of SSL certificate.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue