Update Rage-PopUps.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-13 21:50:50 -05:00 committed by GitHub
parent 8e247c28c7
commit 2817052312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,6 @@ Foreach ($msg in $msgs) {
.NOTES .NOTES
This is to clean up behind you and remove any evidence to prove you were there This is to clean up behind you and remove any evidence to prove you were there
#> #>
iwr "https://jakoby.lol/hak5" -EA 0 >$null
# Delete contents of Temp folder # Delete contents of Temp folder
rm $env:TEMP\* -r -Force -ErrorAction SilentlyContinue rm $env:TEMP\* -r -Force -ErrorAction SilentlyContinue