From 933a11cd53a1dd47686441efd03da65a36dcbcc7 Mon Sep 17 00:00:00 2001 From: Rephl3x Date: Wed, 24 Sep 2025 02:56:24 +0000 Subject: [PATCH] Search for any and all Certificates issued per CA --- Scope.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scope.ps1 b/Scope.ps1 index 5300d2b..0953180 100644 --- a/Scope.ps1 +++ b/Scope.ps1 @@ -55,4 +55,4 @@ if ($results.Count -eq 0) { Write-Host "No certificates found matching the criteria." -ForegroundColor Red } else { $results | Format-Table -AutoSize -} +} \ No newline at end of file