d4rckh / im-a-sandbox

make your machine look like a sandbox/vm 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImASandbox

Make your machine look like a sandbox/vm. This might harden your computer against infections.

Features

  • Have fake processes like Wireshark.exe, ProcessHacker.exe, etc. be created at startup
  • Create VM software artifacts like dlls and services

Installing

  1. Open Powershell as Administrator
  2. Disable Windows Defender's real time protection
  3. Clone the GitHub repostiroy
  4. Run .\ImASandox.ps1
  5. Save the script output to a file
  6. Enable Windows Defender back

Removing

Currently, there isn't a way to revert the changes made. Fortunately, the script logs every change to the console, making it easy for you to track what got modified.

About

make your machine look like a sandbox/vm 🤖


Languages

Language:PowerShell 93.2%Language:Rust 6.8%