Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.14 KB

SecureWindowsSandbox

Secure Windows Sandbox with shared folder

How to use

In order to use this file, you need to:

  • Enable Windows Sandbox Feature (there are several tutorials and blogs about this, you need 64bit windows10/11 Pro, enterprise or Education)
  • Create this folder structure on your system: C:\SNDBX\SandBox_Files\Mlwr (another option is to modify the hostFolder option in the file), this is the folder you will share to the SandBox

Is it 100% safe to execute malware on it?

Nothing is 100% safe, but it has this features to reduce the attack surface:

  • vGPU disabled
  • Networking disabled
  • AudioInput disabled
  • VideoInput disabled
  • ProtectedClient enabled
  • PrinterRedirection disabled
  • Clipboard between host-sandbox disabled
  • shared folder is read-only from the sandbox, so you can only store files on it from the host

It may be 1% slow, but still working perfectly

How to launch it

Just double click on it, it will launch a clean windows and everything done there will be lost when closed. When executed, the sandbox will open it's downloads folder automatically, since shared files will be in that folder.