{"id":4222,"date":"2016-06-16T12:42:22","date_gmt":"2016-06-16T17:42:22","guid":{"rendered":"http:\/\/www.rbrussell.com\/?p=4222"},"modified":"2016-10-16T15:54:16","modified_gmt":"2016-10-16T20:54:16","slug":"nmap-script-test-ssl-versions-cipher-suites","status":"publish","type":"post","link":"https:\/\/www.tecklyfe.com\/nmap-script-test-ssl-versions-cipher-suites\/","title":{"rendered":"NMap Script to Test SSL Versions and Cipher Suites"},"content":{"rendered":"

\"openssl-cipher\"<\/p>\n

A few months ago, I wrote an article on how to configure IIS for SSL\/TLS protocol cipher best practices<\/a>. To test your configuration, you can use a handy tool called NMap (nmap.org<\/a>) or the ZenMap GUI<\/a>.<\/p>\n

Included in NMap is a script called ssl-enum-ciphers, which will let you scan a target and list all SSL protocols and ciphers that are available on that server. You can also narrow it down by specifying a port number with the -p option.<\/p>\n

Using NMap, the script would look something like nmap --script ssl-enum-ciphers [fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][target]<\/strong><\/code> where [target] is the IP or hostname of the server you want to scan. You can also specify the port by adding -p to the command: nmap -p [port] --script ssl-enum-ciphers [target]<\/strong><\/code> where [port] is the port number you want to scan. If you do not specify a port number, it will scan all ports on the server and return the results for each port that is configured to use SSL.<\/p>\n

This tool comes in handy if you’re doing a vulnerability scan and you need to make some changes to a server and you want to test those changes. This will allow you to perform a quick scan without needing to do a complete vulnerability scan.<\/p>\n

You can read more about this NMap script here: https:\/\/nmap.org\/nsedoc\/scripts\/ssl-enum-ciphers.html<\/a>[\/fusion_builder_column][\/fusion_builder_row][\/fusion_builder_container]<\/p>\n","protected":false},"excerpt":{"rendered":"

A few months ago, I wrote an article on how to configure IIS for SSL\/TLS protocol cipher best practices. To test your configuration, you can use a handy tool called NMap (nmap.org) or the ZenMap GUI. Included in NMap is a script called ssl-enum-ciphers, which will let you scan a target and list all SSL protocols and ciphers that are available on that server. You can also narrow it down by specifying a port number with the -p option. Using NMap, the script would look something like nmap –script ssl-enum-ciphers <\/p>\n","protected":false},"author":1,"featured_media":4223,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[51],"tags":[1346,1344,1347,1343,1215,1342,1203,1345],"_links":{"self":[{"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/posts\/4222"}],"collection":[{"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/comments?post=4222"}],"version-history":[{"count":0,"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/posts\/4222\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/media\/4223"}],"wp:attachment":[{"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/media?parent=4222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/categories?post=4222"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tecklyfe.com\/wp-json\/wp\/v2\/tags?post=4222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}