Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marche147/sandbox
Improvised json-based configurable Windows sandbox
https://github.com/marche147/sandbox
configuration integritylevel json sandbox token windows
Last synced: 3 months ago
JSON representation
Improvised json-based configurable Windows sandbox
- Host: GitHub
- URL: https://github.com/marche147/sandbox
- Owner: marche147
- Created: 2018-03-04T05:40:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T22:42:10.000Z (over 4 years ago)
- Last Synced: 2024-08-03T22:18:19.319Z (6 months ago)
- Topics: configuration, integritylevel, json, sandbox, token, windows
- Language: C++
- Size: 22.5 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - marche147/sandbox - Improvised json-based configurable Windows sandbox (C++)
README
## sandbox
### example
```
{
"no_win32k": false,
"force_reloc": false,
"critical_heap": false,
"bottom_up_aslr": false,
"high_entropy_aslr": true,
"critical_handle": true,
"no_ep": true,
"no_dyncode": true,
"no_fontload": true,
"no_remote_img": true,
"no_low_img": true,
"sysimg_prefer": true,
"dep": true,
"sehop": true,
"no_child": true,"restrict_ui": false,
"timeout": 500000000,
"memory": 41943040,
"active_process": 1,"user": "",
"password": "",
"integrity_level": "mid","restricted_token": true,
"remove_all_priv": true,
"remove_privs": [
],
"deny_sids": [
],
"restrict_sids": [
],"redir_io": false,
"wait_time": -1
}```