change rem to :: to evade some AV's detection
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
2
get.ps1
2
get.ps1
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user