.. / VS Code
Star

Visual Studio Code, also commonly referred to as VS Code, is a source-code editor made by Microsoft with the Electron Framework, for Windows, Linux and macOS.


Resources:
Acknowledgements:

Persistence

Steps to create a VS Code terminal persistence profile
		    Override/Create a workspace/settings.json config. Add a new terminal profile with the payload in the "path" and "args" parameters. Set the new terminal profile as default.
		
Usecase: Establishing persistence on a Windows host
Privileges required: User
MITRE ATT&CK®: T1546

Steps to create and enable a VS Code task for persitence
		    Create/Modify a task in a .code-workspace file, or a tasks.json file inside a .vscode folder. Add a new task with the payload in the "command" or "args" parameters. Add one of the possible triggers: "runOption" parameter with value of "folderOpen"; or shortcut keys in the keybindings.json file.
		
Usecase: Establishing persistence on a Windows host
Privileges required: User
MITRE ATT&CK®: T1546