From 792fc277c98fe5a88393a405165eba80747cfc9e Mon Sep 17 00:00:00 2001 From: Rephl3x Date: Wed, 24 Sep 2025 02:19:59 +0000 Subject: [PATCH] Search for any and all Certificates issued per CA --- Scope.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Scope.ps1 b/Scope.ps1 index aa1f705..5300d2b 100644 --- a/Scope.ps1 +++ b/Scope.ps1 @@ -56,4 +56,3 @@ if ($results.Count -eq 0) { } else { $results | Format-Table -AutoSize } -