mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Note recommendation to use -sV with ssl-enum-ciphers
This commit is contained in:
@@ -38,11 +38,16 @@ vulnerability.
|
|||||||
|
|
||||||
This script is intrusive since it must initiate many connections to a server,
|
This script is intrusive since it must initiate many connections to a server,
|
||||||
and therefore is quite noisy.
|
and therefore is quite noisy.
|
||||||
|
|
||||||
|
It is recommended to use this script in conjunction with version detection
|
||||||
|
(<code>-sV</code>) in order to discover SSL/TLS services running on unexpected
|
||||||
|
ports. For the most common SSL ports like 443, 25 (with STARTTLS), 3389, etc.
|
||||||
|
the script is smart enough to run on its own.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
-- @usage
|
-- @usage
|
||||||
-- nmap --script ssl-enum-ciphers -p 443 <host>
|
-- nmap -sV --script ssl-enum-ciphers -p 443 <host>
|
||||||
--
|
--
|
||||||
-- @output
|
-- @output
|
||||||
-- PORT STATE SERVICE REASON
|
-- PORT STATE SERVICE REASON
|
||||||
|
|||||||
Reference in New Issue
Block a user