Update PowerHuntShares.psm1

Corrected typo on line 39
"              o Identify shares with potentially excessive privielges" -> "privileges"
This commit is contained in:
Shr1mpOG 2023-01-30 17:11:31 +01:00
parent 37b9c0b9b7
commit 3291bc2ed7

View File

@ -36,7 +36,7 @@ function Invoke-HuntSMBShares
o Filter for computers that have TCP 445 open and accessible o Filter for computers that have TCP 445 open and accessible
o Enumerate SMB shares o Enumerate SMB shares
o Enumerate SMB share permissions 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 that provide reads & write access
o Identify shares thare are high risk o Identify shares thare are high risk
o Identify common share owners, names, & directory listings o Identify common share owners, names, & directory listings