From b30e7ac66bf339613dda831cc1b4b61c39e53218 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Mon, 18 Mar 2024 11:58:04 +0530 Subject: change rem to :: to evade some AV's detection --- _site/get.ps1 | 2 +- get.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_site/get.ps1 b/_site/get.ps1 index 8c422fd..6fe4820 100644 --- a/_site/get.ps1 +++ b/_site/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 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 -- cgit v1.2.3