/
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


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.


 

Related content

How To: Validate SMB
How To: Validate SMB
More like this
Threatlocker x ConnectSecure
Threatlocker x ConnectSecure
More like this
How To: Self-Scan Asset by Command Line
How To: Self-Scan Asset by Command Line
More like this
How To: Use OSQuery to Validate Installed Software
How To: Use OSQuery to Validate Installed Software
More like this
Getting Started
Getting Started
More like this
How To: Install V4 Agent Using RMM/Script
How To: Install V4 Agent Using RMM/Script
More like this