How To: Validate Network / SSL Ciphers by PowerShell

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

  1. Open PowerShell as an administrator on the target remote machine

  2. Navigate to the ConnectSecure Agent NMAP folder

    • cd “C:\Program Files (x86)\CyberCNSAgent\nmap”

  3. 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

Example of output

image-20260622-134805.png

Need Support?

If you need assistance, our support team is here to help. You can create, view, and manage support tickets through our portal at any time.

Support Portal: https://connectsecure.freshdesk.com
Email: support@connectsecure.com