How To: Validate Network / SSL Ciphers by PowerShell
Overview
This document explains how to use Microsoft Windows PowerShell to check for network vulnerabilities, issues with SSL ciphers, and related problems.
Prerequisites
Administrator-level access to Windows PowerShell
Instructions
Open PowerShell as an administrator on the target remote machine
Navigate to the ConnectSecure Agent NMAP folder
cd C:\Program Files (x86)\CyberCNSAgent\nmap
Run the below NMAP command
.\nmap.exe --script ssl-enum-ciphers -p 443 <IP_address>
-p should be the target port #
<IP_address> should be replaced with the local IP of the target asset
Example: .\nmap.exe --script ssl-enum-ciphers -p 443 10.0.0.17
Need Support?
Do you need help? You can access our support portal to create, view, and update tickets anytime.
https://cybercns.freshdesk.com
Click below to be directed to our secure support portal or email support@connectsecure.com to open a ticket.
Â