mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 06:01:58 -06:00
First Basic Implementation of Remote Script Execution Functionality
This commit is contained in:
5
Scripts/Examples/Write Canary to C Drive Root.ps1
Normal file
5
Scripts/Examples/Write Canary to C Drive Root.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
# Define the file path
|
||||
$filePath = "C:\Canary.txt"
|
||||
|
||||
# Write some content into the file
|
||||
"SYSTEM Canary is alive." | Out-File -FilePath $filePath -Encoding UTF8
|
||||
Reference in New Issue
Block a user