mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 11:25:48 -07:00
Removed Legacy Assembly JSON Files
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": 1,
|
||||
"name": "Write Canary File to C Drive",
|
||||
"description": "Writes a simple text file to the C:\\ drive of the computer. Requires SYSTEM level execution context to work.",
|
||||
"category": "script",
|
||||
"type": "powershell",
|
||||
"script": "IyBEZWZpbmUgdGhlIGZpbGUgcGF0aAokZmlsZVBhdGggPSAiQzpcQ2FuYXJ5LnR4dCIKCiMgV3JpdGUgc29tZSBjb250ZW50IGludG8gdGhlIGZpbGUKJGVudjpjYW5hcnlNZXNzYWdlIHwgT3V0LUZpbGUgLUZpbGVQYXRoICRmaWxlUGF0aCAtRW5jb2RpbmcgVVRGOAo=",
|
||||
"timeout_seconds": 3600,
|
||||
"sites": {
|
||||
"mode": "all",
|
||||
"values": []
|
||||
},
|
||||
"variables": [
|
||||
{
|
||||
"name": "canaryMessage",
|
||||
"label": "Canary Message",
|
||||
"type": "string",
|
||||
"default": "Hello world!",
|
||||
"required": true,
|
||||
"description": "This is the text that will be written into the canary file."
|
||||
}
|
||||
],
|
||||
"files": [],
|
||||
"script_encoding": "base64"
|
||||
}
|
||||
Reference in New Issue
Block a user