summaryrefslogtreecommitdiff
path: root/get.ps1
diff options
context:
space:
mode:
authorWindowsAddict2024-03-18 06:28:04 +0000
committerWindowsAddict2024-03-18 06:28:04 +0000
commitb30e7ac66bf339613dda831cc1b4b61c39e53218 (patch)
tree00bd662dcc084b408e5c5126f5bdf073d3a3f701 /get.ps1
parent9744b3843f9d001551be31a29dc2ec12e696ccba (diff)
downloadmassgrave.dev-b30e7ac66bf339613dda831cc1b4b61c39e53218.zip
change rem to :: to evade some AV's detection
Diffstat (limited to 'get.ps1')
-rw-r--r--get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/get.ps1 b/get.ps1
index 8c422fd..6fe4820 100644
--- a/get.ps1
+++ b/get.ps1
@@ -19,7 +19,7 @@ catch {
}
$ScriptArgs = "$args "
-$prefix = "@REM $rand `r`n"
+$prefix = "@:: $rand `r`n"
$content = $prefix + $response
Set-Content -Path $FilePath -Value $content