.. / Sublime Text 3
Star

A sophisticated text editor for code, markup, and prose.


Resources:
Acknowledgements:

Persistence

Steps to establish persistence using Sublime Text plugins.
		    Create a Python script plugin via the Sublime Plugin API. Create a "user" plugin folder in the plugins directory (e.g., "%USERPROFILE%\AppData\Roaming\Sublime Text 3\Packages\User\") and place the Python script in the directory.
		
Usecase: Establishing persistence on a Windows host.
Privileges required: User
MITRE ATT&CK®: T1546