From 0bd31b34e7bdbd20bc8f128c4ce2e5f194b80c06 Mon Sep 17 00:00:00 2001 From: Mark <148797232+MarkCyber@users.noreply.github.com> Date: Mon, 13 May 2024 11:34:21 -0400 Subject: [PATCH] Update 1. RansomwareSimulation --- 1. RansomwareSimulation | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/1. RansomwareSimulation b/1. RansomwareSimulation index 9e4d588..206b17c 100644 --- a/1. RansomwareSimulation +++ b/1. RansomwareSimulation @@ -1,3 +1,7 @@ +REM This script was created by github.com/MarkCyber +REM This script is intended to act as a simulation of a ransomware attack +REM This script will change file extensions to .locked rather than encrypting the files + DELAY 500 GUI r DELAY 100 @@ -21,7 +25,7 @@ ENTER DELAY 1000 REM Display ransomware message -STRING Add-Type -AssemblyName PresentationFramework; $Window = New-Object System.Windows.Window; $Window.WindowStartupLocation = 'CenterScreen'; $Window.WindowState = 'Maximized'; $Window.Topmost = $true; $Window.Content = 'Your files are locked and inaccessible. Contact Shark or your IT support team.'; $Window.ShowDialog() +STRING Add-Type -AssemblyName PresentationFramework; $Window = New-Object System.Windows.Window; $Window.WindowStartupLocation = 'CenterScreen'; $Window.WindowState = 'Maximized'; $Window.Topmost = $true; $Window.Content = 'Your files have been encrypted. This is a simulation. Please contact your IT support team.'; $Window.ShowDialog() ENTER DELAY 1000