change rem to :: to evade some AV's detection

This commit is contained in:
WindowsAddict 2024-03-18 11:58:04 +05:30
parent 9744b3843f
commit b30e7ac66b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ catch {
} }
$ScriptArgs = "$args " $ScriptArgs = "$args "
$prefix = "@REM $rand `r`n" $prefix = "@:: $rand `r`n"
$content = $prefix + $response $content = $prefix + $response
Set-Content -Path $FilePath -Value $content Set-Content -Path $FilePath -Value $content

View File

@ -19,7 +19,7 @@ catch {
} }
$ScriptArgs = "$args " $ScriptArgs = "$args "
$prefix = "@REM $rand `r`n" $prefix = "@:: $rand `r`n"
$content = $prefix + $response $content = $prefix + $response
Set-Content -Path $FilePath -Value $content Set-Content -Path $FilePath -Value $content