From 6b64e2d361f5e5e93cd5555691b47a376fc6c3d7 Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Thu, 7 Nov 2024 09:20:04 -0600 Subject: [PATCH] Update PowerHuntShares.psm1 Added link to blog. --- PowerHuntShares.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index 7a2eb54..8091e5d 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -4,7 +4,7 @@ #-------------------------------------- # Author: Scott Sutherland, 2024 NetSPI # License: 3-clause BSD -# Version: v2.0 +# Version: v2.1 # References: This script includes custom code and code taken and modified from the open source projects PowerView, Invoke-Ping, and Invoke-Parrell. function Invoke-HuntSMBShares { @@ -10587,7 +10587,7 @@ document.querySelector('#nodemenu a:nth-child(2)').addEventListener('click', fun

Exploit

-This section provides some tips for exploiting share access. +This section provides some tips for exploiting share access. Consider reviewing this blog for more attack references.