From fdc6a9ec116f7c1d7e5c32b0b4f2fa5a47f1a702 Mon Sep 17 00:00:00 2001 From: Kavitate <79380289+Kavitate@users.noreply.github.com> Date: Sat, 24 Dec 2022 09:08:39 -0600 Subject: [PATCH] Update Shortcut-Jacker.ps1 --- Payloads/Flip-ShortcutJacker/Shortcut-Jacker.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Payloads/Flip-ShortcutJacker/Shortcut-Jacker.ps1 b/Payloads/Flip-ShortcutJacker/Shortcut-Jacker.ps1 index df36736..83603c4 100644 --- a/Payloads/Flip-ShortcutJacker/Shortcut-Jacker.ps1 +++ b/Payloads/Flip-ShortcutJacker/Shortcut-Jacker.ps1 @@ -19,12 +19,12 @@ <# .SYNOPSIS - This is payload used to inject powershell code into shortcuts + This is payload used to inject PowerShell code into shortcuts. .DESCRIPTION - This payload will gather information on the shortcuts on your targets desktop - That data will then be manipulated to embed a powershell script - This script will be ran in the background when the short cut is + This payload will gather information on the shortcuts on your targets desktop. + That data will then be manipulated to embed a PowerShell script. + This script will be ran in the background when the short cut is. #> @@ -32,7 +32,7 @@ <# .NOTES - The powershell code stored in this variable is what will run in the background + The PowerShell code stored in this variable is what will run in the background. This field can store a max of 259 VISIBLE characters in that bar however after some testing I found you can store 924 characters int the $code variable and it will still run. #>