From 72ef74b512e9736e3449b89d04d4526c58225b23 Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Thu, 15 Sep 2022 10:12:33 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 32f9607..f7bae9e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,18 @@ In the context of this report, high risk shares have been defined as shares that By default, that includes the shares
 wwwroot, inetpub, c$, and admin$   
However, additional exposures may exist that are not called out beyond that. +# Setup Commands +
+Set-ExecutionPolicy -Scope Process Bypass
+Import-Module .\PowerHuntShares.psm1
+
+or +
+[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}
+[Net.ServicePointManager]::SecurityProtocol =[Net.SecurityProtocolType]::Tls12
+IEX(New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/NetSPI/PowerHuntShares/main/PowerHuntShares.psm1")
+
+ # Example Commands Important Note: All commands should be run as an unprivileged domain user.