Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • The openssl command works; I can't get the nmap script to work, though. Commented Oct 15, 2014 at 10:55
  • 7
    Ah. Non-default port. Use --script +ssl-enum-ciphers, per stackoverflow.com/a/17175548/8446. Commented Oct 15, 2014 at 11:11
  • What is the output of your nmap command ? Commented Oct 15, 2014 at 11:37
  • gist.github.com/rlipscombe/eb941f08f24016fe5cd0 Commented Oct 15, 2014 at 12:02
  • 1
    It's working fine; I solved it. I'm using a non-standard port, so I have to prefix the script name with '+' to force it to run. Commented Oct 19, 2014 at 14:24