-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
<h1 align="center"> RedSand </h1> <div align="center"> <img src="RedSandLogo.png"><br>Windows SandBox environment for cybersecurity enthusiasts</a><br> </div> | ||
|
||
## Influence | ||
This project has been heavily influenced and reuses certain concepts and/or parts from the following projects: | ||
* [REtoolkit](https://github.com/mentebinaria/retoolkit) by [@mentebinaria](https://github.com/mentebinaria) | ||
* [Sandbox](https://github.com/firefart/sandbox) by [@firefart](https://github.com/firefart) | ||
* [this blogpost](https://techcommunity.microsoft.com/t5/itops-talk-blog/customize-windows-sandbox/ba-p/2301354) by Thomas Maurer | ||
* logo of Windows Sandbox (@someone from Microsoft) | ||
* probably countless people online on forums of all kind | ||
[Releases](https://github.com/redcode-labs/RedSand/releases) | [Wiki](https://github.com/redcode-labs/RedSand/wiki) |
1 change: 1 addition & 0 deletions
1
Utils/Scripts/AdditionalScripts/OnHost/enableSandboxFeature.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online |