Skip to content

ingenium21/Get-CertificateData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get-CertificateData

Get's SSL Certificate Data from IP and Port

Prequisites

Windows Powershell 3 or higher OR Powershell-Core 6 or higher.

How to Run this script.

  • Open powershell and navigate to the location of this script.
  • run the Main Script like so:
    • To run the script using CIDR parameters:
      • path\to\Main.ps1 -ipAddress 5.5.5.0 -cidr 24
      • This will check every cert from 5.5.5.0 to 5.5.5.255
    • To check a single ip address:
      • path\to\Main.ps1 -ipAddress 5.5.5.0
      • This will check for a cert on just 5.5.5.0
    • To check a range:
      • path\to\Main.ps1 -start 5.5.5.0 -end 5.5.5.10
      • This will check every cert in 5.5.5.0 to 5.5.5.10

Results

Results will be spit out in a report called results.csv

Progress

You will see a progress in your powershell window:

alt text

To-Do

fix sslprotocols.ps1, it does not appear to return anything.

Add a GUI

About

Get's Certificate Data from IP and Port

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published