From 3291bc2ed7e94be40259008cc3b4225cd68e137d Mon Sep 17 00:00:00 2001 From: Shr1mpOG Date: Mon, 30 Jan 2023 17:11:31 +0100 Subject: [PATCH] Update PowerHuntShares.psm1 Corrected typo on line 39 " o Identify shares with potentially excessive privielges" -> "privileges" --- PowerHuntShares.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index 5803940..9e3f378 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -36,7 +36,7 @@ function Invoke-HuntSMBShares o Filter for computers that have TCP 445 open and accessible o Enumerate SMB shares o Enumerate SMB share permissions - o Identify shares with potentially excessive privielges + o Identify shares with potentially excessive privileges o Identify shares that provide reads & write access o Identify shares thare are high risk o Identify common share owners, names, & directory listings