From db9df0e68887f06b9672421ccb2d810919cfed35 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Wed, 5 Feb 2020 10:24:39 -0700 Subject: [PATCH] clarify use of Invoke-WebRequestVerifyHash (#823) * move emond test into correct T# * only show cleanup with inputs if there are inputs * clarify use of Invoke-WebRequestVerifyHash Co-authored-by: Tony M Lambert Co-authored-by: Michael Haag --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 417fdee..0a31b3e 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,8 @@ This will run the "Get Prereq Commands" listed in the Dependencies section for t The execution framework provides a helpful PowerShell function called `Invoke-WebRequestVerifyHash` which only downloads and saves a file to disk if the file hash matches the specified value. Call this method by passing in the url of the file to download, the path where it should be saved, and lastly the expected Sha256 file hash. The function returns `$true` if the file was saved to disk, `$false` otherwise. +Important Note: You must add the import of `Invoke-WebRequestVerifyHash.ps1` or the entire `Invoke-AtomicRedTeam.psm1` to your PowerShell profile to make this function available to the prereq commands. + #### Specify Input Parameters on the Command Line ```powershell