change rem to :: to evade some AV's detection
This commit is contained in:
parent
9744b3843f
commit
b30e7ac66b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user