r00t-3xp10it

sandbox-detection.ps1

Apr 15th, 2018
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $h=hostname;if ($h -match "Sandbox" -Or $h -match "Maltest" -Or $h -match "Malware" -Or $h -match "ClonePC") {write-Host "";write-Host "SandBox : detected .." -ForeGroundColor red;write-Host "Hostname: $h" -ForeGroundColor red;}else{write-Host "";write-Host "SandBox : not detected .." -ForeGroundColor green;write-Host "Hostname: $h" -ForeGroundColor green;powershell Get-Date;Start-Sleep 3}
Advertisement
Add Comment
Please, Sign In to add comment