From c2a3840baebde88ea73141e9da342bec980b5a97 Mon Sep 17 00:00:00 2001 From: Joshua Wright Date: Tue, 13 Oct 2020 06:47:30 -0400 Subject: [PATCH] Correct typo in DeepBlue.ps1 hidden service detect --- DeepBlue.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepBlue.ps1 b/DeepBlue.ps1 index bb26c51..e63f6d6 100644 --- a/DeepBlue.ps1 +++ b/DeepBlue.ps1 @@ -274,7 +274,7 @@ function Main { -And $accessreq.ToUpper() -Match "WRITE_DAC") { $obj.Message="Possible Hidden Service Attempt" $obj.Command = "" - $obj.Results = "User requested to modify the Dynamic Access Control (DAC) permissions of a sevice, possibly to hide it from view.`n" + $obj.Results = "User requested to modify the Dynamic Access Control (DAC) permissions of a service, possibly to hide it from view.`n" $obj.Results += "User: $user`n" $obj.Results += "Target service: $service`n" $obj.Results += "Desired Access: $accessreq`n"